SDK - DS-KD8003-IME1 and indoor unit KH9510-wte1 (not B version)

asafalfa

n3wb
Jan 9, 2021
6
1
faraway
Hey guys really need help here...
Im working on some automation that gives me the ability to answer calls via HA.
in order to do that, i require to send an Answer to a call as an API but apparently the current one is not doing anything
The request is being sent to the KH9510 and the entity_id i used for doing so was "button.primary_indoor_station_mainlevel_answer_call" but as I explained, the answer call is not really working since my outdoor station speaker stays in use and i cant use the 2way audio due to that..
Even the Hangup (button.primary_indoor_station_mainlevel_hangup_call) is not really work, it still keeps the outdoor station speakers in use...

Guys, how can i fix it, Do you have any ideas?

Regards,
Asaf
 
PUT /ISAPI/VideoIntercom/callSignal?format=json should work. If does not , update to latest firmware.

There you can set status of device:

"request","cancel","answer","reject","bellTimeout","hangUp","deviceOnCall"
 
PUT /ISAPI/VideoIntercom/callSignal?format=json should work. If does not , update to latest firmware.

There you can set status of device:

"request","cancel","answer","reject","bellTimeout","hangUp","deviceOnCall"
Those are the actions I use in the addon… when indoor attached , you need to send to indoor… reject works, but answer doesn’t, it doesn’t actually answers, anf outdoor thinks it’s in answering mode, so speaker is still in use
I really dont know what to do :// anymore ...
Please help :)

As for the firmware im having for the 9510 i use the 2.1.28
and ofr 8003 2.2.62
 
It’s not firmware related, I have the highest version… the 8003 just doesn’t support caller signal commands, we need to find aother way to make the call abort…
 
PUT /ISAPI/VideoIntercom/callSignal?format=json should work. If does not , update to latest firmware.

There you can set status of device:

"request","cancel","answer","reject","bellTimeout","hangUp","deviceOnCall"
you were right!! ! i used hangup and not "hangUp" as you stated!
 
  • Sad
Reactions: duplo