-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
MQTT HSB color command #1642
Comments
One can always build an openHAB rule to translate back and forth between HSB and RGBW. See: https://community.openhab.org/t/sonoff-b1-rgbcw-wifi-bulb-w-sonoff-tasmota/34202 Still I agree, it would be amazing if Tasmota also supported HSB natively. |
I thought about doing that but it wouldn't feel very native to do it like that and that's why I dislike that way. |
Not sure what you mean. To expect everything always served in just the right bits is also a bit too much to ask. If you are still interested, I build working rules yesterday evening:
See below |
I will probably use the rules for now but having a native integration of HSB in Tasmota would still be nice to have. :D |
Yes indeed, I don't argue with that 😉 Actually I'd also like the implementation of an |
I also would really appreceate this. |
The working openHAB solution can be found here: https://community.openhab.org/t/light-color-rgb-rgbw-rgbcw-to-and-from-hsb-dimmer-conversion/39132 |
5.12.0h * Add PWM status to command State if PWM enabled (arendst#2203) * Add command HSBColor Hue,Sat,Bri (arendst#1642, arendst#2203) * Add command Channel 0..100 to control dimmer value for individual color channels (arendst#2111, arendst#2203)
Do understand that right that there is no support to set a HSB color via MQTT right now? I found some code related to HSB but no way to use that with MQTT commands.
If so, it would be really nice to have this possibility as I'm using OpenHAB which can't natively send RGB values, but only HSB values. It would also have to include the HSB color in the response.
(The format should be like it's for RGB right now; "h,s,b")
The text was updated successfully, but these errors were encountered: