-
-
Notifications
You must be signed in to change notification settings - Fork 646
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
feat(config): add Sunricher SR-ZV2833PAC #6310
Conversation
Found this in OpenSmartHouse DB Should close #5850 as help wanted, so giving it a go. Do not have the device, so can't test Signed-off-by: Bob Eckhoff <katmandodo@yahoo.com>
I see an issue with the allowManualEntry from the wizard extracted file. Not sure exactly what that means. It seems to be picking up the "Limit to Options" flag in the OpenSmartHouse DB. What that means in OpenHAB terms is only the options shown are allowed, whereas I literally read allowManualEntry as meaning as the opposite, so need to understand better to fix without messing this up for a device owner. |
Correct allowManualEntry params that were incorrectly configured from the zwave-js OpenSmartHouse script Signed-off-by: Bob Eckhoff <katmandodo@yahoo.com>
Parameter 7 and 8 had in coorect max values that I hadn't noticed Signed-off-by: Bob Eckhoff <katmandodo@yahoo.com>
Just a comment before I get into this; This disabuses me of the idea I could rip through 4-5 of these by simply extracting from the Open Smart House DB. I was starting to suspect that was too easy to be true. Now I'll have to read the docs ;-) |
Yeah, we have probably the highest standards of all projects when it comes to config params. |
First attempt to address comments. I might have an issue we'll if this tests okay... Signed-off-by: Bob Eckhoff <katmandodo@yahoo.com>
understand docs better Signed-off-by: Bob Eckhoff <katmandodo@yahoo.com>
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.
Thanks, I had a few more changes for consistency, but I did them myself.
### Bugfixes * Ignore when a node reports `Security S0/S2 CC` to have version 0 (unsupported) although it is using that CC (#6333) ### Config file changes * Add Shelly to manufacturers (#6339) * Add Shelly Wave 1, Wave 2PM, update Wave 1PM association labels (#6326) * Add Sunricher SR-ZV2833PAC (#6310) ### Changes under the hood * Added an ESLint rule to help with deciding whether a config parameter needs to be `unsigned` or not (#6325, #6338)
Found this in OpenSmartHouse DB Should close #5850 as help wanted, so giving it a go. Do not have the device, so can't test
PR description here