hjdhjd / homebridge-doorbird

Homebridge plugin for Doorbird
Apache License 2.0
54 stars 14 forks source link

D21DKH and multi-tenant building #421

Closed TDT1969 closed 2 years ago

TDT1969 commented 2 years ago

I’ve just found this plugin and am trying to understand if it will work with my situation.

Background: We have a DoorBird D21DKH in a small 8-unit apartment building. I am an admin of the DoorBird, so have full access. However, the DoorBird is on it’s own network/internet connection. I have a DoorBird indoor station that’s hardwired (Ethernet) in my apartment.

Question: Will this plug-in work in my situation? My areas of concern are 1) multi-user — can I make it just work for visitors who ring my apartment?, and 2) network — if it’s not on the same network as my HomeBridge/RPi, will it work? If not, does my indoor station that has Wi-Fi and is hard-wired to the DoorBird present any opportunities to bridge?

Finally, I found this (but it was over my head): https://github.com/RJ/doorbird-mdns-vlan-subnet-bridge

Thanks in advance for any advice.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

TDT1969 commented 2 years ago

Any advice would be much appreciated!

hjdhjd commented 2 years ago

If the plugin can get to the IP of the Doorbird, then the plugin should work. The fact that it’s multitenant isn’t really germane to the plugin…that’s a distinction that doesn’t exist here per se. What matters is:

  1. Can the plugin access the IP of the Doorbird.
  2. Does the username have permissions for the relays / doors you want to trigger.

Those are really the only variables here…Doorbird has a permissions system, essentially, to determine which doors/relays a particular user can access. I imagine if you try it with the right permissions, things should work. At the end of the day, experimentation is your friend so give it a try. :smile:

TDT1969 commented 2 years ago

Very helpful, thanks. Sounds like I need to use the Ethernet interface of my RPi for my local stuff and attempt to get the Wi-Fi on the DoorBird network — and ensure no IP duplication.