-
-
Notifications
You must be signed in to change notification settings - Fork 628
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
Add compat flag to override values reported by a device #1625
Comments
Is this fix required per device definition file or somewhere else? |
This needs to be done in the device config files where necessary to fix wrong device-specific capability reports. In the mentioned issue, the device does not report that it supports the blue color channel, based on which the channel is not queried by zwave-js and RGB (hex) support is assumed to be false. |
thanks, could this be the root cause on the fibaro rgbw v1? this person has indicate the device has a pretty bad bug on reporting channels.... I can take point on the fibaro rgbw file if someone tells me what to add (folks seem to mentioning difference devices so i assume we will need to edit multiple device files) |
That looks different |
Will be some update on version 7 for this rgb bug? |
Sorry, that would require a larger rework of the interview process where I'd have to touch every CC implementation in several locations. |
I didn't do anything here 😳 |
Color picker is gone again, any idea how to get it back? Have deleted zwavejs integration, reinstalled addon |
To work around this device firmware (!) issue on the zwave-js side, we need to add a compat flag that allows us to override specific values and avoid querying them from the device (because in this case the supported colors response is simply wrong).
Originally posted by @AlCalzone in zwave-js/zwave-js-ui#477 (comment)
The text was updated successfully, but these errors were encountered: