-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add 2 or more locks #40
Comments
I tried to put my second lock in pairing mode, while the first one was already paired with |
Hi and sorry for the late answer. It's not possible to pair more than one lock (or opener) at this time ... not sure how I'd handle that in the UI. For now just use another ESP, shouldn't be a problem except maybe power supply for two devices. |
+1 to what @technyon said. ESP program will always be single-threaded, speaking of IO and even if theoretically it's possible to maintain credentials and re-organize UI for multiple devices, performance and reliability -wise it won't be the right approach. You can buy another ESP32 board for less than 7 Euro I think |
Thanks for the feedback. |
It's really just because of "3 smart locks equals 3 ESPs equals 3 occupied plug sockets and 3 times power usage as well as 3 devices needed to get maintained (updates)". For having up to 5 Smart Locks paired the official Nuki Bridge seems to be the way to go. Monetary speaking, with roughly 10 € per ESP including 3D printed case compared to discounted Nuki Bridge (~ 80 €) that makes a break-even of 8 Smart Locks - without taking power usage into account ;-) |
5 locks within Bluetooth reach of a single bridge? Some Airbnb like setup maybe. The majority (number of users, not devices) of Nuki customers probably have one or two of those, installed in a single household. I doubt that Nuki bridge can maintain 5 simultaneous BT connections without issues, and I highly doubt that ESP32 can do the same |
I think power consumption of an ESP is minimal, the power supply is the bigger factor I guess. You could get a charger brick with multiple USB ports to minimize that, instead of heaving 5 seperate chargers. I do see how it would be convenient to only have a single device, but it my capacity both in coding and testing is limited. Also I only have one lock, so no way to properly test it. |
hi folks,
It's possible handle 2 locks with only one board esp32?
The text was updated successfully, but these errors were encountered: