NUKI Smartlock - integration Tutorial

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.

Sorry then maybe anyone can help here:

  1. Token need to be generated by website of Nuki and WebAPI must be activated.
  2. 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?