Unfortunately not. It is possible that the add-on does not work with the Abus system either, but I cannot find any errors in the log.
The connection to the MQTT broker works and I can see in the log that the doorbell was rung, for example.
you can check with mqtt explorer, should be there, otherwhise addon doesnt start
I have the Hikvision Doorbell add-on installed successfully and HA-SIP add-on running as the SIP client (1001) connected via to FreePBX. My Hikvision DS-KD8003 doorbell button (6001) rings my HA and I am able to answer, view the stream, work with 2-way audio via the Frigate card and unlock the gate via @pergola.fabio’s add on - Thank you!
The only challenge / where I need help is: when the button is pressed on the doorbell, there is no ringback sound so people pressing the button don’t get an audio indication there intercom is ringing. My HA-SIP automation below.
Anyone knows how to configure via HA or FreePBX ?
alias: SIP Call-From intercom (6001)
description: ""
triggers:
- webhook_id: sip_call_webhook_id
trigger: webhook
allowed_methods:
- POST
- PUT
local_only: true
conditions:
- condition: template
value_template: "{{trigger.json.parsed_caller == \"6001\" }} "
actions:
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- data:
addon: c7744bff_ha-sip
input:
command: answer
number: "{{ trigger.json.parsed_caller }}"
action: hassio.addon_stdin
- action: notify.alexa_media_office
metadata: {}
data:
message: Gate intercom ringing
mode: single
Instead of ringing , you can maybe park the call or something like that and then play a waiting music…?
Can i edit the extension and pjsip files?
Hi, this is the thread for the addon, not asterisk
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
I played around with an automation and I recognized that “Motion detected” is
available.
Thank you for your help.
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?
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.
Hmm , on the door switch, there is an attribute called “control_source” that should give some unique id who opened the door