Hik-Connect integration

+1, it will be awesome. I Also have a door station that i would like to integrate in HA.

+1. I confirm, it would be awesome! Especially to control Hikvision alarm Ax Hub / Ax Pro / Ax Hybrid.

1 Like

+1. I confirm, it would be awesome!

I have it too, want an integration too…

Allthough i already have the command to open the door… It’s an isapi call

Here is the command to open a relay/door

curl -i --digest -u admin:xxx -X PUT -d '<RemoteControlDoor><cmd>open</cmd></RemoteControlDoor>' http://192.168.0.xx/ISAPI/AccessControl/RemoteControl/door/1

2 Likes

Also is some is able to test this command? If it works we can get a doorpress event:

this works with Hikvision door ?

Yes ,i am using it to control my ds-kd8003 , but other doorbells seem to work too, confirmed today by another community user

receive this (I put my passwrod),maybe other port, which?


io18:~$ curl -i --digest -u admin:xxxxx -X PUT -d '<RemoteControlDoor><cmd>open</cmd></RemoteControlDoor>' http://192.168.1.53/ISAPI/AccessControl/RemoteControl/door/1
curl: (7) Failed to connect to 192.168.1.53 port 80: Connection refused
xxxx@audio18:~$

No, isapi should be on http port… What doorbell do you have? Maybe you turned off http service?

audio18:~$ http://admin:[email protected]/ISAPI/VideoIntercom/callStatus?format=json
-bash: http://admin:[email protected]/ISAPI/VideoIntercom/callStatus?format=json: No such file or directory
zzzz@audio18:~$

Someone else confirmed that the command also worked on : DS-KV8113-WME1

DS-KV8202-IM Villa door station EDIT CHANGED 8202

not sure if/how to change http availability

Can you check if http port is open? Maybe the command is different on yours… You need to check specifications if your doorbell supports isapi

@Klagio i edited my post with the command to open door, seems something went wrong with copy paste… You also need to send that XML too

Another person confirmed door open command…

I have Hik cameras, but block them from access to the Internet, and I dont use Hik-connect. If you are concious about security in any way, then you may want to do a little research on Hikvision before connecting an instance of Home Assistant to the Hik cloud.

That’s we want a local option, we don’t have to use Hikconnect all, all can be done with local commands, like mine example to open a door

But for now, for people with an Hikvision intercom , hikconect is the only way to answer a doorbell… Or another possibility is to setup a PBX Sip system, but quite an overkill for a doorbell

I am lost, which is the correct curl?