I search a list of log states

Each log entry has a status, but is there a list of what the states mean?
I already had:
0 no error
1 blocked motor
7 also blocked motor?
8 ??
224 wrong keypad entry
254 ??

You can find basic codes in the Model of https://api.nuki.io/#!/SmartlockLog/get:

state (integer):

The completion state:

0 … Success
1 … Motor blocked
2 … Canceled
3 … Too recent
4 … Busy
5 … Low motor voltage
6 … Clutch failure
7 … Motor power failure
8 … Incomplete
254 … Other error
255 … Unknown error

1 Like

that shows up in the log but it is not documented. Can someone confirm it means “wrong keypad code”? it looks like it does but I can’t find it in any of the docs

I do confirm. It is not in the documentation but I used in my development. 224 is “non authorised code”

1 Like