arnonym / ha-plugins

Home-Assistant SIP Gateway
Apache License 2.0
171 stars 22 forks source link

Can we use this STRAIGHT with a SIP video doorbell? #62

Closed Cr4z33 closed 1 year ago

Cr4z33 commented 1 year ago

As per subject I was wondering if there's any chance to use your integration by straight using a video doorbell with no phone or other VoIP equipment?

I personally have an Amcrest AD410 SIP capable video doorbell.

arnonym commented 1 year ago

The video part is not supported by ha-sip. For audio you could try a configuration like this:

enabled: true
registrar_uri: sip:192.168.178.10 # IP address of your home assistant which is reachable by your SIP doorbell
id_uri: ""
realm: "*"
user_name: ""
password: ""
answer_mode: listen
settle_time: 1
incoming_call_file: ""

With this in place you can probably do a direct call to ha-sip from your doorbell, but I never tried so ymmv.

Good luck, Arne

Cr4z33 commented 1 year ago

Video feed is not a problem as I've got the Dahua (aka Amcrest, aka Hikvision, etc.) integration.

Cheers!