I’ve setup the nuki mqtt api of the nuki sl3pro and thanks to auto discovery I get almost everything I want. But to see who has opened the door or has someone pushed the button I need to listen to the lockActionEvent.
So I’ve created an mqtt sensor with this topic. There I get comma separated numbers like this 4,2,0,0,0
The first number is the lockaction the second one is the trigger and so on. How can I manipulate the topic with a template to see this with text for example: Unlock by app of User and so on.
I know the meaning of the numbers, but how can I translate them for a Logbook card or notify actions.
Hey, maybe you found it after so much time… the values are difened on the API 1.4, available on the nuki developer forum.
Here’s an extract I used as a cheatsheet: