-
Notifications
You must be signed in to change notification settings - Fork 9
Fix empty event parameters in notification after user code reset on Kadaas locks #1068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
4e3134e to
d74288c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- lib/grizzly/zwave/notifications.ex: Language not supported
…adaas locks After a user code reset, the Kaadas KA210; Alloy deadbolt (KA210.ah-nck) emits an :access_control notification with z-wave event :new_user_code_not_added_duplicate and an encoded, but ignored, user_code_report as event parameters [SRH-1835]
d74288c to
556d09d
Compare
|
The Kaadas is sending the wrong notification post user code reset. It contradicts their documentation. See page 10 of https://drive.google.com/file/d/1i4ukEexzVfJvySYdRCaSMG83l3yh-Qkl/view |
|
As we see here, two different locks will use different strategies for encoding notification data. Yale uses How do we make Grizzly.ZWave.Notifications agnostic re. event parameter encoding/decoding? |


After a user code reset, the Kaadas KA210; Alloy deadbolt (KA210.ah-nck) emits an :access_control notification
with z-wave event :new_user_code_not_added_duplicate and an encoded, but ignored, user_code_report as event parameters
SRH-1835