[OBSOLETE] Nuki smart lock device handler

Thank you for the quick answer, I have now entered the 3rd token and now it works.
Is there also the option, to get a feedback about the door status, whether open or closed?

best regards

The handler syncs the current status from the nuki bridge every 60 seconds.
When bridge update new status of the nuki lock, it will reflect in the st app.

Hi there, let me first start with a big thank you! for your work and effort to make this handler for Nuki that works amazing and now even with my Alexa without any error messages received by Alexa. I would like to ask you can i use maybe this handler to add Nuki opener ( intercome door opener ) or the code should be adjusted somehow. I hope maybe one day you will make opener device handler if possible :slight_smile: once again thank you for a amazing work :slight_smile:

Hi volski,
Thanks for your explanation, but I don’t get step 15 till 17.
Where I click “Create”?

Hi Volski,
Is there a possibility to change Unlock to Unlatch? I don’t have door handle from outside, so unlock itself is quite useless for me :slight_smile:.
Thank you .

Edit:
can I just edit devicehandler in def unlock(): { “action”: “1”} → { “action”: “3”}

Possible values are:
○1unlock
○2lock
○3unlatch
○4lock ‘n’ go
○5lock ‘n’ go with unlatch

def unlock() {
log.trace “—UNLOCK COMMAND—”
sendEvent(name: “lock”, value: “unlocking”)
def object = new JsonSlurper().parseText(‘{ “action”: “1”}’)

1 Like

Hi @Peter_Horsky did you get the answer for your question? i have also the same door without handle outside…