Hi, this thread is all about the possibility to integrate commands in HA
Confirmed devices : DS-KV8413, KD8003 and DS-KV8113 KV8213 DS-KV6113
What is working so far …
Video Stream rtsp:
rtsp://user:[email protected]:554/ch1/main/av_stream
rtsp://user:[email protected]:554/Streaming/Channels/101
rtsp://user:[email protected]:554/Streaming/Channels/102
rtsp:/user:[email protected]:554/cam1/h264
ISAPI command : Open a door / Relay
To open an electrical door (relay 1 or 2)
curl -i --digest -u admin:xxx -X PUT -d '<RemoteControlDoor><cmd>open</cmd></RemoteControlDoor>' http://192.168.0.xx/ISAPI/AccessControl/RemoteControl/door/1
ISAPI command : Doorpress event
To capture a doorpress event, (kd8003 stays idle (firmware is coming to fix it)
curl -i --digest -u admin:xxx http://192.168.x.x/ISAPI/VideoIntercom/callStatus?format=json
Should give as output : “idle” , “ring” , “onCall”
{
"CallStatus":{
"status": "idle"
}}
Based on :