Is it possible to setup multiple door stations with the Doorbird component? Don’t see anything in the documentation regarding this? Looks like it assumes only one doorbell per residence? @Klikini?
This is not currently possible, and I do not have multiple DoorBird devices with which to test it.
I think it would be a nice feature, but someone with multiple devices will need to implement it
Guess I will have to dive in and do it when I have time. Do you have the component on a separate repo or just in the main HA repo?
Opened a PR for adding support for multiple devices here: https://github.com/home-assistant/home-assistant/pull/13994
What is about multiple Buttons? I need three buttons doi have to add one “real” and two “virtuall” Doorbirds in the config?
@lubeda This thread was for multiple distinct devices. See my reply on the other thread regarding multiple buttons on the same unit.
Adding “virtual” Doorbird devices will not work because of the way they are setup in the code. They would all see the first button on the device. There is no way to specify which specific button should be monitored on the device.