Help! EZVIZ EZ Cube Pro motion detection configuration

Hi everyone,

I have an EZVIZ EZ Cube Pro at home and I need to find a way to control its motion detection function.
At the moment I can only see the live feed in a Lovelace card, but I can’t interact with it in any way. This is how I configured it:

configuration.yaml

camera:
  - platform: ffmpeg
    name: Cam_Name
    input: rtsp://admin:CAMVERIFICATIONCODE@CAMIP:554

In the Lovelace card there is the “IDLE” message, I can’t change it in any way. “Services” under “Dev Tools” has a bunch of commands, but nothing seems to work.
I would like to turn motion detection on and off, take snapshots, turn on sleep mode, etc. I tried to configure it in the MotionEye Add-On, without any luck.

Could someone please help me?

snapshot wise you can actually use camera.snapshot service.

  - data:
      entity_id: camera.hikvision
      filename: /config/www/snapshots/example.jpg
    service: camera.snapshot

Hope you have sorted it out mate if not the below works for me.

I have a spotlight camera installed yesterday

ciao
ho un ezviz cb6
non è un problema di straming e trovo il corretto per l’immagine:
camera:
-piattaforma:
still_image_url generico : “ http://192.168.188.24/onvif/snapshot
stream_source: “rtsp: // admin: [email protected]/Streaming/Channels/101”
nome:
autenticazione ingresso : “digest”
ma non posso configura switch hikvision e sensore binario …
binary_sensor:

  • piattaforma:
    host hikvision : 192.168.188.24
    nome utente: admin
    password: camera_psw
    switch:
  • piattaforma: hikvisioncam
    host: 192.168.188.24
    nome utente: admin
    password: camera_psw
    errore nel registro:
    1:
    status_code 405
    11:58 componenti / hikvisioncam / switch.py ​​(ERRORE) - il messaggio si è verificato per la prima volta alle 11:52 e confrontare 14 volte

2: si è verificato
un errore durante la connessione a http://192.168.188.24:80/MotionDetection/1/
11:58 components / hikvisioncam / switch.py ​​(ERRORE) - il messaggio si è verificato per la prima volta alle 11:52 e confrontare 13 volte

qualche aiuto ?