-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
[question] Are dimmers still scaled down from 0..255 to 0..99 ? #294
Comments
I actually may have my own answer.. Gateway.js scales multilevels in those ranges, but unlikc z2m, I can disable that code path by not having hass discovery.. So I've disabled hass discovery.. :)
|
With the fix-dimmers branch, this scaling will be removed entirely :) |
Fix dimmers branch? Great if it disappears. You can indicate to HASS what the scale is, if needed, by the |
Yes, we did that in the fix_dimmers branch which is now merged to master. |
Unfortunately a side effect of switching from the template to the default schema (required to use brightness_scale), is that if brightness is not known, it will no longer send 255, which is the z-wave internal value that means turn back on to last brightness |
You can probably achieve that by reporting the |
One of my pet peeves with z2m was that in some cases, it would scale the light values from a supplied
0..255
range to a0..99
range. I was hoping this scaling wasn't present in zwavejs2mqtt, as it was a new project and it was possible to make breaking changes :)..I'm seeing logs like this, so I guess it is. Is there a way to disable this scaling?
The text was updated successfully, but these errors were encountered: