Doorbird component

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.

How to register Sip User in doorbird

I am tried to register a sip User in doorbird. but it has not to work. this way I have been trying. http://192.168.0.12/bha-api/sip.cgi?action=registration&user=ggzvvx0002&password=n7KqC&url=192.168.0.149?http-user=ggzvvx0002&http-password=n7KqC

I want to buy it also, the keypad version… But it’s so expensive… Anyone who wants to sell it?

Hello,

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 ?

Thanks

That is what I get here. I had assumed that I just hadn’t fathomed the setup correctly though because it isn’t obviously the best way of doing it.

Guys
I have an indoor A1101 , you can create extra buttons on it (widgets)
i have added a https api call , but seems it doesnt support POST?

how can we add custom tiles on it, to trigger an light for example? how can we do that with an http call ?

webhook only supports POST