-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support for multiple locks #2
Comments
Hi Savjee, Regarding your request, I was already considering this but I think it is a bit problematic due to several reasons:
Overall, considering that an ESP32 module costs ~$5, I think it does not worth the effort. Nevertheless, I'll keep the issue open (as a feature request), and wait for additional comments. Uri |
Thanks for your reply! I don't have a lot of experience with developing for ESPHome, and zero knowledge of BLE, but I do want to give this a go. Here are my initial thoughts, and I'd love your feedback/guidance. We could create multiple instances of your Nuki implementation and set their Example: lock:
- platform: nuki_lock
name: Front door
device_id: 1234567 # Available in Nuki app
- platform: nuki_lock
name: Back door
device_id: 987654 # Available in Nuki app As for your other remarks:
I know that ESP32's are cheap, and I have several of them around the house. But it seems wasteful to have 1 for each lock. I like to consolidate as much as possible. |
I suggest that once you get the 2nd nuki, test the changes and I'll pull the PR if everything goes right. |
+1 on 2 locks spport |
I appreciate the feedback and the request, but currently, due to scheduling, IO and other complexities when working with BT and ESPHome, I do not plan support for two locks. |
Hi,
First up: awesome work! Works flawlessly!
Would it be possible to pair multiple Nuki locks to the same ESP?
I'm planning on adding a second lock (frontdoor + backdoor) and place my ESP32 in the middle.
The text was updated successfully, but these errors were encountered: