[C200C | HW v5 | SW v1.1.4] Home Assistant + ONVIF: video stream works, PTZ not (any more)
Hi there,
after setup in Home Assistant everything worked just fine, video stream was solid and PTZ control also worked for my cam.
However, recently the PTZ functionality dropped, I don't know whether this came from a Home Assistant update, the latest FW update for the camera (v1.1.4) or if it's kind of random. I also tried another ONVIF client (Onvier), using this tool panning works but tilting not?
The camera won't react any more to PTZ commands, Home Assistant just logs:
ContinuousMove not supported on device 'Hühnercam Stall'
All other moving methods won't work either. Also deleting and reintegrating didn't help.
Do you have an idea what could be the problem?
Thank you and best regards
Sven
______________________________________________________________________
Even though this is very specific to Home Assistant, here is just an exemplary configuration which worked before for completeness:
type: picture-glance
 entities:
   - entity: camera.huhnercam_stall_mainstream
     tap_action:
       action: call-service
       service: onvif.ptz
       service_data:
         entity_id: camera.huhnercam_stall_mainstream
         pan: LEFT
         speed: 0.5
         distance: 0.5
         move_mode: ContinuousMove
     name: Pan Left
     show_state: false
     icon: mdi:arrow-left
     show_icon: true
 camera_view: live




