Hello,
I have some cheap chinese dome camera’s which have built in support for human detection. Adding the camera’s in home assistant via the ONVIF protocol did not recognize any sensors for detection.
I have installed ONVIF device manager which sees events from the camera. http://192.168.x.xxx/onvif/device_service is where onvif device manager pulls information from.
The onvif device managers posts the following when motion is detected:
tns1:RuleEngine/CellMotionDetector/Motion//. IsMotion:true
and after motion is disappeared
tns1:RuleEngine/CellMotionDetector/Motion//. IsMotion:false
So my camera’s do post motion detection. My question here is how can I integrate this with home assistant? I just want a notification from HA when the camera’s detect motion.
Is there a way to subscribe to http://192.168.x.xxx/onvif/device_service in a way so that HA can pick these messages up?
Thanks in advance!