olijouve / onvif2

Apache License 2.0
6 stars 3 forks source link

New ONVIF Component for Home Assistant

Adding support for other PTZ move modes, presets, homing and reboot

Sample config:

  - platform: onvif
    host: 192.168.1.x
    port: 80
    name: besder
    profile: 0 
    username: !secret besder_username
    rtsp_transport: "RTSP"
    continuous_timeout_compliance: False

New parameters explaination:

rtsp_transport: "RTSP" RTSP should fit most cases, also some cameras could support UDP or HTTP transport.

continuous_timeout_compliance: False Set it to False if your camera cannot handle embed Timeout in ContinousMove operation, the component will force a Stop move operation after a sleep emulated timeout.