Klagio
(Klagio)
September 14, 2022, 10:25am
1
Is it supported? Because it does not connect
e-raser
November 13, 2022, 8:15pm
2
No it is not. Missing API access according to:
opened 09:52PM - 04 Jan 22 UTC
closed 08:14AM - 28 Mar 23 UTC
integration: nuki
stale
### Checklist
- [X] I have updated to the latest available Home Assistant ver… sion.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my browser.
### Describe the issue you are experiencing
Hi i got my new Nuki v3 and try to add to Home Assistant over the Nuki Bridge
but i dont see any Device:
<img width="269" alt="Bildschirmfoto 2022-01-04 um 22 46 47" src="https://user-images.githubusercontent.com/61582369/148128311-1b5551f8-6844-4919-a327-1c381be2f065.png">
I try to reset the Bridge and the Lock but same issue!
### Describe the behavior you expected
not possible to add Nuki Smart Lock v3
### Steps to reproduce the issue
Try to add Nuki Smart Lock v3
### What version of Home Assistant Core has the issue?
2021.12.7
### What was the last working version of Home Assistant Core?
_No response_
### In which browser are you experiencing the issue with?
_No response_
### Which operating system are you using to run this browser?
_No response_
### State of relevant entities
_No response_
### Problem-relevant frontend configuration
_No response_
### Javascript errors shown in your browser console/inspector
_No response_
### Additional information
_No response_
and
opened 09:03PM - 18 Dec 21 UTC
Nuki Bridge HTTP API V1.13.1 introduced 2 new device types, which the actual ver… sion does not support. As I found out, the implementation of Nuki integration in Home Assistant relies on your work, so probably update this library will fix the issues in HA ... thank you!
https://developer.nuki.io/page/nuki-bridge-http-api-1-13/4/
Nuki device type
0 => smartlock (Nuki Smart Lock 1.0/2.0)
2 => opener (Nuki Opener)
3 => smartdoor (Nuki Smart Door)
4 => smartlock 3 (Nuki Smart Lock 3.0 (Pro))
My Python skills are not good enough to supply a complete fix, but this could be a simple option. A better option would be to add an array that contains all supported device types, but that's probably more complicated...
pynuki/constants.py
After line 22, add:
DEVICE_TYPE_SMARTDOOR = 3
DEVICE_TYPE_NEWLOCK = 4
pynuki/bridge.py
After Line 218, add
elif dev_type == const.DEVICE_TYPE_NEWLOCK:
//modify data that device_data.get("deviceType") gives back 2 instead of 3 ... no idea how that is done in Phyton :-(
dev = NukiLock(self, data)
elif dev_type == const.DEVICE_TYPE_NEWLOCK:
//modify data that device_data.get("deviceType") gives back 2 instead of 4 ...no idea how that is done in Phyton :-(
dev = NukiLock(self, data)
and
You could get the bridge or alternatively play around with
Hi,
Posting here to let the home assistant community know about a little project of mine, the NUKI Hub firmware. It can control NUKI locks via an ESP32. Just flash it (webflash available), pair it with your NUKI and configure WiFi/MQTT and you’re ready to go. Reports the current lock state (and much more) via MQTT, and allows to execute commands like locking and unlocking.
You’ll find everything on the github page:
Nuki 3 Pro support welcome Any update soon ?
Current integrations (official one and the custom one) both use the Local API and thus require the Nuki brige.
For very basic features if you’re in the Apple world you could integrate the 3.0 PRO using the HomeKit Controller.
The best way really is:
Hi,
Posting here to let the home assistant community know about a little project of mine, the NUKI Hub firmware. It can control NUKI locks via an ESP32. Just flash it (webflash available), pair it with your NUKI and configure WiFi/MQTT and you’re ready to go. Reports the current lock state (and much more) via MQTT, and allows to execute commands like locking and unlocking.
You’ll find everything on the github page:
…or prepare by installing MQTT addon and wait for the new 3.5.x NUKI firmware bringing MQTT support - so you can likely (probably?) directly integrate the 3.0 PRO into HA without any additional hardware or software component. At least that’s what I’m hoping for
Nuki NG works flawlessly. However, only through web API. Check it out.
You have to connect to web.nuki.io to enable web API and generate an API token. When adding your Nuki Pro 3.0, you can leave the HTTP API token field empty. Just add the web API token.
MrRodz
(Mr Rodz)
March 9, 2024, 10:25pm
6
So I’m thinking of getting a Ultion Nuki lock uk. I have a choice of the pro or normal and a gen 4 v gen 3. The pro sounds better with no hub and battery pack but what gen works best with home assistant. There are some small updates to the gen 4 and matter support. Any advice please. Thanks