Hi, i am working in Hikvision Europe and I am resposible for development of Intercom and access control products. If any assitence is needed i can connect you with our integration managers that can provide you API or SDK for Hik-Connect or any device needed.
Hi , I have downloaded the SDK before, but I don’t believe there is one for HikConnect itself?
The SDK and isapi is based on local hardware, right?
Some other guy guy implemented the SDK , and it’s working very good, the only problem is that the SDK is only limited to specific OS, like Ubuntu and redhat only … so can you also obtain sources from the library’s? So we can use it for other OS too?
I have a doorbell hikvision, installed the integration and the device was found. Did the script with service etc however when i test run script no error are logged but the doorbell does not open the lock.
Yes, using ISAPI, see the other thread, make sure to load the custom firmware, and don’t upgrade to latest official release, because there is no way to downgrade
Ouh, it maybe problem for me. Last week the upgrade to last FW version was done automatically. Since upgrade my door station after push button says: “Calling was not successful”. It means that no solution at this moment for me, right?
Or downgrade , maybe you can downgrade with serial or SDK tools…
You also use that SDK script, there is another project for this, works on every firmware, but it requires specific OS, not supported on alpine (HassOs)
Based on Tomáš’s libraries I created a homebridge plugin. It will expose locks to homebridge/Homekit.
@tomasbedrich I could not use your python library in homebridge (it is in JavaScript) so I recreated the client. I’ll follow your development and try to sync if you figure out new stuff. Great work by the way!
Thank you! What devices are supported?
Also, I tried and got the following error:
Error: Failed to get devices
at HikConnectClient.getDevices (/usr/local/lib/node_modules/homebridge-hikconnect/src/client/index.js:65:13)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at HikConnectPlatform.discoverDevices (/usr/local/lib/node_modules/homebridge-hikconnect/src/index.js:28:23)