Kwikset lock always report an empty status for Door Lock Logging record #7171
Unanswered
spudwebb
asked this question in
Request Support / Investigate Issue
Replies: 1 comment
-
I've pinged one of their developers, so maybe this can be fixed in firmware. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
I have read and followed the above instructions
I have checked the troubleshooting section and my problem is not described there.
I have read the changelog and my problem was not mentioned there or the fix did not work.
Describe the issue
When trying to get the latest Door Lock Logging record from a Kwikset Lock 910 the report has the status field wrongly set to empty (=0) so that zwavejs does not parse any other information from the message sent.
query:
report:
I manually parsed the message and it contains valid data:
Would it be possible to always try to parse all the properties from a Door Lock Logging record, and let the calling application decide what to do when the status property is empty.
Or alternatively add a compat flag to ignore the status property for specific locks?
Software versions
Driver (node-zwave-js): 13.1.0
Device information
Manufacturer: Kwikset
Model name: 910
Node ID: 76
Checklist
I made sure to provide a driver log on level debug.
The log includes a re-interview of the problematic device (if applicable).
The log includes the problematic interaction with the device (if applicable).
I provided the node ID of the problematic device (if applicable).
Upload Logfile
zwavejs_2024-09-12.log
Beta Was this translation helpful? Give feedback.
All reactions