Hi, thanks for such an awesome project!
My doorbell is VTO2202f-S2
So I was wondering, is video call working yet for both WAN and LAN? @willysoft80 what did you use for video?
I was using skype for my dashboard but is just too unreliable with its constant update.
If WAN video call working, it could also be very handy too for elderly house for auto-accepting vid call.
You can get video working, but you will need to configure it correctly. Mostly getting the codecs to work is the hard part, because the browser with the card, need to support the codecs the doorbell or other device uses.
But you can also use a camera entity. So if your doorbell has a rtsp stream you can create a camera entity for it. With rtspToWebrtc you can also wonāt get a delay.
There was also an attempt to insert a rtsp stream into a asterisk channel, so that might be added later.
If your new to asterisk and sip, you can look at the docs for more info, or ask in the discord server.
Hmm strange I cant get in the discord server, it says unable to accept invite.
I cant seem to find the custom sip card. I already added the SIP card in HACS.
But it wont show up in the dashboard, and when I add it manually it says :
type: custom:sipjs-card
Configuration Errors detected :
Custom element not found : sipjs-card
This is my config.yaml, is something conflicting ?
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor:
- platform: dahua_vto
name: Dahua VTO
host: 192.168.100.o
username: admin
password: oo
scan_interval: 5
logger:
default: warning
logs:
custom_components.webrtc: debug
shell_command:
curl: "/usr/bin/curl {{ command }}"
lovelace:
# ...
resources:
# ...
- url: /webrtc/webrtc-camera.js?v2.2.0
type: module
template:
- trigger:
- platform: event
event_type: dahua_vto
event_data:
Code: DoorStatus
binary_sensor:
- name: Gerbang
state: "{{ trigger.event.data.Data.Status | string == 'Close' }}"
device_class: door
telegram_bot:
- platform: polling
api_key: 5397doo
allowed_chat_ids:
- 37oo
notify:
- platform: telegram
name: Ded
chat_id: 37oo
# It is possible to add multiple notifiers by using another chat_id
# the example belows shows an additional notifier which sends messages to the bot which is added to a group
google:
client_id: 10873oo
client_secret: GOCoo
frontend:
themes: !include_dir_merge_named themes
browser_mod:
devices:
62ff9374-968d2348:
name: server
d13dea66-8bcd1402:
name: viewingstation
Edit: I have to change it from javascript module to stylesheet in dashboard resources to make it appear, is it supposed to be like this?.
I am new here to SIP intercoms stuff.
I have some trouble integrating an intercom into HA using the already existing SIP server.
Are there any guides for how to do this without using Asterisk addon for SIP server?
Again, new here. Sorry if I misunderstood something
then its probably not supported , you need websocket extensions also
best to start working with the asterisk addon
you can also a new extension on your dlink whatever stuff, make sure asterisk register on it as a trunk to receive incoming calls
best to start reading some wiki and asterisk forums, you can find a lot there
Is a SIP intercom connected to that device. I will try to use Asterisk instead.
Just wondered if it works to integrate SIP intercoms using existing servers.
Hi. People please help me. Itās drivind me crazy. Iāve spent a 1 month to get this working but without any sucess.
i have a āgreyā IP address
Iāve installed addon to HA, installed integration. Installed card. Added extensions to pjsip_custom.conf file. My devices (softphone and doorbell) connecting to asterisk addon. But i have next problemems and i cant figure out with them:
my doorbell and phone can successfully connect to my asterisk addon. But i canāt call from doorbell to a softphone or vise versa. Or canāt call to a HA card. Line is always busy. I mean i just wanted to test how asterisk server working with this. But something gets wrong. Addon logs runnig without errors. But i can do that if iām using stanalone freepbx from vwmware instead of this addon.
Card in lovelace canāt connect to server. Itās always showing an error
I can reach my home assistant instance with this domain with https://. Itās working fine.
SSL certificates storing on router.
I even tried everything with my local IPbut i got same errors. Even with https://address:8089/ws. Moreover itās not working with my dynamic DNS domain.
When iām trying to call comeone from the card iām getting this:
Also itās impossible to add extensions in card as popups. I mean that if iām trying to add extension thoriugh UI i canāt add it. It looks like this:
This seems like an awesome card to have. I see via the thread the the github repo that there are a a few deferent card configurationsā¦ which is the one used for the latest version of HA Home Assistant OS 8.2 ?
I already have a freepbx running and would the sip card to connect to the freepbx. I installed the card and configured websocket on freepbxā¦ all of which is sitting behind the firewall so all local and no port issues but i cant seem to get HA and Freepbx taking in anywayā¦
Hiā¦ i managed to get connect to my FreePbxā¦ What can i do to fix the card . This happens when an inbound call comes to HA. The call controls dont work in turn the call cant be answered . If auto answered is selected the call is fine.
Iāve managed to get everything up and running on my computer browser, and also an a Fire HD device using the built-in browser. However Iām unable to get the sound working when using Fully Kiosk, and the call never answers even though the popup loads and auto-answer is turned on. Iāve checked my Fully Kiosk settings and SSL is set to allow self-signed certificates, and the microphone, speaker etc are all enabled. Itās the same issue whether dialing into the FireHD, or from the FireHD to a different device.
Has anyone else had similar issues and able to suggest ways to get it working?