-
-
Notifications
You must be signed in to change notification settings - Fork 626
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
Ignore when node reports Security S2 has version 0 #6305
Comments
@AlCalzone I'm just picking up some testing on the latest versions of Vesternets' Sunricher based Z-Wave devices and see that you've already highlighted this issue based on one of Vesternets' customers reporting the problem on the HA github issues list. I don't believe that anything has changed in the devices themselves (certainly my latest test devices report the same firmware revision as those that I originally submitted configuration .js files for). So if I assume this bug has always been present in the device, is there some recent(ish) changes in Z-Wave JS that now bring that to the surface and prevent the device from working? I could go back and retest with my older devices and older builds of Z-Wave JS to see if / when the problem started, but figured you might know off hand? Is there anything that I can do in our configuration .js files to workaround this for the time being? Thanks for your help! |
I assume that this bug has been present before, but was never noticed, because Z-Wave JS would skip version queries for CCs it only supports in version 1 - including Security S2. A device-specific workaround would be a compat flag akin to this: node-zwave-js/packages/config/config/devices/0x0005/pe653.json Lines 488 to 495 in 6e2a9a1
Unless you distribute the custom config files yourself, both the workaround and the fix would require a release, so I'd just fix it properly. |
Thanks @AlCalzone that's great, I'll retest in the next few days. |
... especially when that report is S2 encapsulated.
Originally reported in home-assistant/core#100705
The text was updated successfully, but these errors were encountered: