Opening a Nuki lock #117
rhamblen
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
If you integrated NUKI in HomeKit, I think you can use HomeKit to connect home key with NUKI lock using automation… |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use MQTT in
Server being your MQTT server
Topic being “topic/homekey.auth/#”
When a valid key is selected you will receive a JSON string containing something like…(ids are made up)
endpointId: "5ABC567D888"
homekey: true
issuerId: "7ABCB1234551EFB"
Check the homekey value is true
Check the userid is the correct value
Open the Nuki lock using appropriate command (could be MQTT out or just a button if connected into node red
Send a message
Beta Was this translation helpful? Give feedback.
All reactions