Hi there
I have a new Hikvision camera and looking how to ativate/desactivate motion detection and seen pictures when alarm is given.
Has somebody somethinks like this?
Or there is an API to the cameras.
I use rules to enable WDR during the day
rule "Cam 1 WDR Switch"
when Item CAM1_WDR_Switch changed
then
if ( CAM1_WDR_Switch.state == ON ) {
executeCommandLine("curl@@-T@@/home/sj/bin/hik_wdr_on.xml@@http://admin:password@172.29.56.44/ISAPI/Image/channels/1/WDR") }
if ( CAM1_WDR_Switch.state == OFF ) {
executeCommandLine("curl@@-T@@/home/sj/bin/hik_wdr_off.xml@@http://admin:password@172.29.56.44/ISAPI/Image/channels/1/WDR") }
end
That is exactly what my new binding does and already works for Amcrest and Foscam cameras with the ability to update a picture when an alarm is triggered. I need someone to help test with Hikvision so if you are interested let me know and post a sample of the debug log output showing the motion ON and also OFF. If you want any other alarms also post a copy of the trigger output showing both states.
For the second one I got the same answer, but it should exists in version 2.
My camera uses Version V5.3 build 171025
I tryed to enable “ISAPI/System/Video/inputs/channels/1/motionDetectionExt” and in the webinterface it gets active, but doesn’t work.
If someone has a solution, then share it with me
Best regards
In my hikvision setup, I can trigger event in hikvision
When my doorbel is rang, I would like to trigger an alamr inside hikvision
I see something like 192.168.254.10:8000<-1
I have two questions about that:
That are the hikvision ip adresses, so I guess these can’t be called from openhab
(the camera’s are connected to the hikvision box, so they don’t share a network)
if that last part is not true, how do I call this from openhab?