Hikvision Doorbell / Videointercom integration

A 8003 can’t work standalone, indoor station is always needed with this model!!! Or you need to configure sip

Correct, but the MQTT version will run stand-alone and use the mosquitto server right?
My Synology has the Intel Celeron J4125: here it is:

admin@SYNOLOGYNASCC:/$ uname -a
Linux SYNOLOGYNASCC 4.4.59+ #25556 SMP PREEMPT Sat Aug 28 02:17:25 CST 2021 x86_64 GNU/Linux synology_geminilake_920+
admin@SYNOLOGYNASCC:/$ uname -m
x86_64
1 Like

Ok, that means I have to enable the VOIP-Gateway in the settings and take care of a own SIP server?

Ok, that should work!

1 Like

Yes, or better use an indoor station :slight_smile:

You will get issues with early media on voip, especially if you wan to call multiple users

Great news! What I should do then? Wait for the MQTT version from @mion00 ?

No, you can use already our container , it has support to run standalone

I was hoping to solve this later via the WebRTC plugin. I wanted to solve the image and 2-way audio via it or with Scrypted with HomeKit.

Do I lose the ability to access the camera via ONVIF?

1 Like

Ah ok, yeah that should work indeed… ONVIF is not supported on 8003, but you can use ISAPi instead

Ok, than wish me luck i have to Setup a VOIP-Server now.

Yes, use the asterisk addon, it’s very easy and preconfigured to use the webrtc card, you should be up and running in 5 min :slight_smile:

1 Like

Ok! Could you please share “step by step” guide? (sorry since I’m not very familiar on creating containers through the comnand line)
I already owe you a bag of coffee an will be glad to contribute for this awesome project :slight_smile:
Thank you @pergola.fabio

Hi, post on GitHub, we can help there, can be useful then for others, so it stays centralized

1 Like

Fantastic! I will wait for it.

Thx for your quick response!!
OK - i delete the Aarch Version and installed the normal version.
The Addon ID comes from Hostname of the AddOn - that the Info i´m looking for :slight_smile:

But unfortunatly it still gives me an error when i check my config:

configuration.yaml:

service: hassio.addon_stdin
data:
addon: aff2db71_hikvision_sdk
input: reject

Error Message:

Integration error: data - Integration ‘data’ not found.
Integration error: service - Integration ‘service’ not found.

I think this has something to do with the definition in the configuration.yaml
But it is exactly writen as you described it in the doku…

Any idea´s ?
Greetings, Andreas.

Hmm, that service is coming from HA itself, not sure what it means, have you tried it from the developers tools? Is the service listed there?

Ah, but wait, you are putting it in the config.yaml file??? No, that’s wrong, it’s a service, you need to add it to a script or automation or whatever where you want to use it as an action…

OK - that seems the solution.
Because - it is working in the developer Tools.

I have to use it in the automation as an service action.

Thx for your help.

1 Like

First of all thanks for this addon !!

I have setup up Door bell with the latest beta in a container.

Home assistant is connected and i can see call status, but when i push the door bell the status changes for 0.5 sec then returns to clear whilst the door bell is still ringing outside ?

I have an automation but because the status is so short it does not see the change.

Also if i reboot home assistant the door bell does not reconnect ?

Help please !

Yes, that’s normal, sensors are only changed for 1 sec, should be enough?
If you reboot, the sensors will comeback if there is an event… That’s for now also normal… If you want them to stay sticky, you can always create template sensors with same name… But it’s not needed, since you can build the automations based in , to: “on” state

Maybe indeed we can make sensor state stay longer , I will make them 5 sec? Will add it it next beta, ok?

Yes sound good, that 1 second is not enough for the automation to pick up the change.

I will keep testing and see if the sensor comes back.

Thanks again, will keep an eye out for the update.

Need to buy you a coffee also :slight_smile: