Hi
Locally I have access to Hikvision & Dahua cameras and want to use it with Home Assistant.
Before I make the purchase I would like to know if any of the two types Cameras. ( Hikvision & Dahua ) will work with Home Assistant and if any of these two makes will have problem with Home Assistant.
I would appreciate your help so that I can purchase the cameras to add to my POE switch. ( Tenda 8 Port PoE TEF1110P-8-102W)
I have several Hikvision cameras and with Home Assistant you can also use the field detection, line crossing and motion detection to trigger events or just view when they were triggered. I only use the default camera component but could use either ONVIF or FFMPEG if you want a live video stream.
If your Dahua cams support IVS events you can use a python script to send notifications via MQTT to HomeAssistant. Thatâs what I do with my Dahua 5231 starlights.
After some debugging itâs slightly working. I found out that when I disable authentication for ONVIF in the settings of the camera itâs working. This is of course not the solution.
When this was working, I was hoping that I could use the PTZ functions using a service. But this was not working. So for now, enabled authentication and using the ffmpeg platform with rtsp url.
Any chance you can share your Dahua config as well please? I only see Hikvision one in your post.
Were you able to send Dahua events to HA as well?
Also, is there a way to turn off the camera from HA, for the indoor cameras for example?