JoernESP
(Joern)
October 18, 2020, 7:08am
1
Hallo,
it seems that there is support of NUKI Smartlock in HA, but the description is very thin on the official integration page. home-assistant.io/integrations/nuki/
Can anyone post a tutorial, detail what is possible and help what are basic to make it run?
There’s a bit more information here https://www.home-assistant.io/integrations/lock/ , but I think that’s about it.
JoernESP
(Joern)
October 18, 2020, 11:02am
3
Sorry then maybe anyone can help here:
Token need to be generated by website of Nuki and WebAPI must be activated.
Basic connection is activated via following in configuration.yaml:
lock:
- platform: nuki
host: 192.168.0.xx
token: abcdef
So can I create entities , to see if the door is locked & unlocked first?
That looks right. You should get an entity lock.doorname - “doorname” being the name you gave to the lock in the nuki app - and four services:
lock.lock
lock.unlock
lock.open
nuki.lock_n_go
Incidentally you seem to have two spaces after “token:” - I assume that’s a typo in your post?