Hey @Virgil_Popa , did you succeed with the hangup ?
i have found something interesting, seems to hangup the call, you first also need to delete the ring?? i tried it both commands, but still doesnt hangup
allthough the first DELETE command , that succeeds with me, got a 200 response
hmm , not sure if its possible to block calls
if we can cancel the call, then its possible, i’m now trying to use hikconnect cloud to terminate the call with a script… that isapi just doesnt work for me, not sure why
Oooo this looks promising! I’ve tried the 2 commands to cancel the call and get the same response as you. Next I will try installing Node Red and have a play with that.
All right, I’ll try the hangup command tonight/tomorrow!
I don’t have a lot of experience with nodered packages, and not enough time to document myself now, how would I go about changing the ISAPI commands to adapt to the 8003 in an installed nodered pkg?
I indeed updated everything to 2.2.50 and the latest fw for the DS-KH8350-WTE1/EU, which for me fixed the names of the outdoor stations being displayed properly in the indoor monitors. (if it helps, surv station is able to unlock the doors and maybe seeing what it does when using two way audio could be copied to hang up calls.)
I will definitely try your sdk extension for homeass, any reduction in delay helps! Btw, have you seen if with the sdk there is a way of knowing which specific room/apt no. has been called?
cheers
ok, if you upgraded to 2.2.50 , then you CANT use isapi for callstatus or events, only opendoor will work
if you want callstatus and events, then you can use the SDK addon, its faster anyway, i use it too, its not based on polling
the callsignal to abort call with ISAPI, seems it doesnt work for anyone, dont think its firmware or device related, must be doing something wrong, but i dont know what… would be nice if indeed someone could test the nodered, but i think it doesnt work either
i think room info is indeed there in SDK, not 100% sure
Hi @pergola.fabio, thank you so much for all your effort in this thread!
I have KD8003 and KH6320 (with latest FW) and I’m trying to set my HA to make ring stop when the door is opened without need to go to the intercom and press the red button manually. I have a zigbee sensor on the door, not using doorbell’s signals.
Anyway, after endless attempts I can finally confirm that there is a way how to do that.
The API call you’ve mentioned yesteday actually works!!!
“https://api.hik-connect.com/v3/devconfig/v1/call/xxxxxx/operation?cmdId=3”
I’m almost done with a simple python script based on @tomasbedrich’s library that will be executed while the door is opened and execute the hang up method via hikconnect api.