I have set up my doorbird like this in configuration. Events like doorbird_front_door_button are available in ‘Available events’ in the events overview in HA. Camera works fine. But an event isn’t logged when pushing the button. I am running on HA 0.89.2
Any ideas?
doorbird:
token: your_token
devices:
- host: doorbird_ip
username: yy
password: xx
name: Front Door
hass_url_override: hass_ip
monitored_conditions:
- doorbell
- motion
- relay
In my doorbird configuration I can see http calls definitions like:
hass_ip/api/doorbird/front_door_button?token=my_token
Apparently the http calls were incomplet. https and port was missing. Updated this in the doorbird app and now it is working:
https://hass_ip:8123/api/doorbird/front_door_button?token=my_token
Is there a way to pickup a signal from the app? What I am attempting to do is when I press the relay button on the app send a open signal via zwave to my Yale door lock.
I just received my D1101V and was able to add it in my HA
The Live Video stream is ok and I can display it properly into a Picture-Glance Card
I have anyway a question :
I see that we can trigger manually the IR (Infra red) and that this IR is disabled automatically by the doorbird after 3min. So manually no problem, I can see in the night
The problem is that I have configured my Doorbird to Autoswitch ON the IR when needed.
Actually it’s night and if I open a dashboard with my Doorbird Picture-Glance, I can see the video but the IR is not ON but it’s OFF, means I don’t see very well (except if I turn ON the IR manually)
Is this the normal behaviour ?