This would be very interesting, I have the V1 version… but with ZigBee I could dump my last gateway.
I guess sooner or later someone will figure it out. Sorry I can’t more add to it.
I’m also really interested in. I’m going to change my Nuki V1 over V2.0 and it would be great to have this device talking directly to zigbee2mqtt …
Tried to connect to Nuki 2.0 via Bridge but the support seems completely broken:
2018-12-20 22:25:18 INFO (MainThread) [homeassistant.loader] Loaded lock.nuki from homeassistant.components.lock.nuki
2018-12-20 22:25:19 INFO (MainThread) [homeassistant.components.lock] Setting up lock.nuki
2018-12-20 22:25:21 ERROR (MainThread) [homeassistant.components.lock] Error while setting up platform nuki
File "/usr/src/app/homeassistant/components/lock/nuki.py", line 56, in setup_platform
add_entities([NukiLock(lock) for lock in bridge.locks])
File "/usr/local/lib/python3.6/site-packages/pynuki/pynuki.py", line 183, in locks
Can somebody explain how I could help debugging this? I am a tech guy but new to HASS and Python, and don’t know where to start.
with using the API and the new introduced Nuki Opener there are some changes, the api call needs a parameter called devicetype, with Nuki Opener thats 2.
So lockState and lockAction to Opener don´t work with home assistant at the moment.