Hello.
Last weeks I'm tested lot of integrations and solutions for my outdoor HikVision camera door station. With SIP enabled and Asterisk, without, using two-way audio from Advanced Camera Card/Frigate or acardace/hikvision-doorbell-card. Every solution have smaller or bigger culprits. I decided to do something of my own, everyday I have very small amount time for projects like this, but nowadays we have AI with agents ![]()
This is complete solution to integrate SIP capable door stations into HA. Pieces are:
- add-on - minimal SIP server acting as RTP-WebRTC bridge with call history, no need Asterisk anymore
- integration - communicate to add-on and expose all functionalities and doing proxy for WebRTC signaling
- cards - main card with audio and controls and second for call history
Documentation is still a bit chaotic but I think for people who have had contact with other solutions setup of mine integration won't be a problem for them.
Add-on: hass-addons/sip_indoor_station at master · arturzx/hass-addons · GitHub
Integration: GitHub - arturzx/sip-indoor-station-integration: SIP Indoor Station Home Assistant Integration · GitHub
Cards: GitHub - arturzx/sip-indoor-station-card: SIP Indoor Station Home Assistant Lovelace Card · GitHub
I'm waiting for your tests and feedback ![]()