-
Notifications
You must be signed in to change notification settings - Fork 89
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
Support for switching percentage-values (Dimming, Shutter, etc) #127
Comments
Not yet, but it crossed my mind. Would require a different UI though. I'll think about what would be a good approach |
Not as trivial as a on/off switch. I think about a button which opens a new "fullscreen" page some arrows to step up/down and some buttons to: go-back, set a predefined value (OFF, 25%, 50%, 75%, 100%) or smth like that. |
Could need some more input to consider doing this. |
Hi' Matt. Both Z2M and HA uses integer 0-254 for brightness. Z2M topic: zigbee2mqtt/FRIENDLY_NAME/set
payload: {"brightness": VALUE}
Z2M topic: zigbee2mqtt/FRIENDLY_NAME/get Bulb will return current value in device state payload: topic: zigbee2mqtt/FRIENDLY_NAME
payload: {"brightness":254,"color_temp":370,"linkquality":107,"state":"ON","update":{"state":"idle"},"update_available":false} Both HA and Z2m uses standard mired scale for setting bulbs color_temp. The largest span for bulbs I've got, goes from 153 to 500 on the mired scale. Value is an integer as well. Z2M command structure is completely identical. Only json key is Ciao ! |
Hi,
are there any plans to support Devices which are controlled 0..100% like dimmers, shutters and so on?
Greets
The text was updated successfully, but these errors were encountered: