Using the affiliate links helps support the channel and all the content I create đđ
Imou Home Assistant Integration#
WebRTC Camera#
By AlexxIT
I recommend using the ONVIF integration to get the camera entity for PTZ control, I updated the example below to eliminate the need for the Imou Integration all together.
RTSP Imou Example
type: custom:webrtc-camera
url: >-
rtsp://admin:PASSWORD@IP:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif
mode: webrtc
ptz:
service: onvif.ptz
data_left:
entity_id: camera.imou_profile000 #ONVIF camera entity
distance: 0.5
speed: 1
move_mode: ContinuousMove
pan: LEFT
data_right:
entity_id: camera.imou_profile000 #ONVIF camera entity
