Hikvision Doorbell / Videointercom integration

Can i edit the extension and pjsip files?

Hi, this is the thread for the addon, not asterisk :slight_smile:

Hello to all,

I am using this integration with this device DS-KV9503.
I am the opinion, that the integration supports this device too and I get most of the entities only the motion entity is missing.

The documentation describes that motion is supported.

What can I do to get this motion entity?

Thank your for your help.

There is no motion entity, it’s a device trigger, you can build an automation using device triggers :slight_smile:

I played around with an automation and I recognized that “Motion detected” is
available.

Thank you for your help. :pray:

Thank you @pergola.fabio. I’ve added a WAV file following this instruction. I made sure it is 8KHz, mono 16bit as detailed however no luck.

All my SIP functionality is working so I can only assume my FreePBX settings are right. Any idea where else to search for a solution?

Hi guys! I don’t know if this is the right place, but I will post my question here. I have bought the kv6113-wpe1(c) and it’s very nice. But, is it possible to disable the entering in AP mode after a long press of the doorbell?

Hi everybody!
I have following intercom configuration:

  • KD8003
  • KH6320
    Both connected with POE switch in internal home network.

Is it possible to receive notification for not closed for given time (15s)? In some old manuals I saw such option “Upload alarm for not closed door”, but I cannot find it in current setting options for KD8003 (in iVMS 4200).

Also I tried to use Hik Connect App, but I didn’t receive such alarm as well.

It’s indeed limited , I believe only one event is possible, door open or door not open, you need to enable it in ivms…

from the add-on log file I can trace when someone opens the door via the intercom pin code. What sensor does this update and how can I use it to trigger an automation?

2024-12-06 15:25:50.041 | INFO     | mqtt:update_door_entities:300 - Door 1 unlocked by 112117981081059900 , updating sensor and device trigger
2024-12-06 15:25:50.041 | INFO     | mqtt:handle_device_trigger:487 - Invoking device trigger automation{'name': 'Door unlocked', 'type': 'door open', 'subtype': 'door 0', 'payload': {'control_source': '112117981081059900'}}

It’s no sensor entity, it’s a device trigger, you can build it on those…

not sure what you mean… do I need to build a trigger based on the specific mqtt message {'name': 'Door unlocked', 'type': 'door open', 'subtype': 'door 0', 'payload': {'control_source': '112117981081059900'}} or is there a specific device trigger that I can use?

have a look here:

ahh… I already have several automations utilizing the device buttons (e.g.: switch.intercom_door_relay_0) but I’m not sure how to get the explicit device status of when someone keys in the pin code and opens the intercom… I assume the below will trigger when anytime the door is open / not necessarily just when the pin code is keyed.

image

Hmm , on the door switch, there is an attribute called “control_source” that should give some unique id who opened the door

not showing up… weird.

not sure I’ll be able to code it in if its not part of the device - do you happen to have a yaml example?

No , sorry , I don’t have an example :slight_smile:

If you just want an automation when door is opened, why not just use the door switch entity?

I already have that automation working with switch.intercom_door_relay_0
for when I want to open or open & close from home via Home Assistant

I’m looking for something else: I want to toggle switch.intercom_door_relay_0 3 minutes after the door opens by someone keying in the door pass code so I can close the door after someone came in.

Hello to all,

I have a DS-KV9503 and I would like to get the information, when somebody pressed the “doorbell button” and the doorbell is ringing, but I did not get the information. I would like to use the doorble is ringing information to play a sound on a media player. I do not want to install a classic bell.

In my lookfile there is no information visible when I press the doorbell button.
In a post above I found this screenshot, where “doorbell ringing” is visible.

So it seems that I do something wrong :wink:

I have checked all events in the automation but only the “motion” and “door 1 relay” is triggered.

Can somebody help?

Thank you.

The call status does not change in HA:

Other entities are updated e.g. Door 1 relay or motion.

Do I need to confige something in Web UI maybe?