-
Notifications
You must be signed in to change notification settings - Fork 224
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
changing colors in HA not working in 1.8.0 #312
Comments
Hi Edgar, Can you tell me a little more about your setup?
|
Hey.
Thank you for the response. |
sidoh
added a commit
that referenced
this issue
Aug 5, 2018
Fix #312 -- multiple commands in same JSON would cause commands after 1st to get blank state
Fixed in 1.8.1, I hope (working for me, at least :) -- https://github.com/sidoh/esp8266_milight_hub/releases/tag/1.8.1 |
Yes! Working now for me too. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Chris,
when I try to change the color in Home Assistant with the version 1.8.0 nothing happens. I have it configured as MQTT Lights and when I change the color a message like this is published:
{"state": "ON", "color": {"r": 0, "g": 0, "b": 255}}
However, if the bulb is already ON, the message is ignored. It seems that is ignoring the commands when the "state" is the same. If I publish a message like {"color": {"r": 0, "g": 0, "b": 255}} it works.
This doesn't happen with the version 1.7.1.
of course, I'm talking about changing colors but the same behavior to changing temperature or brightness.
Best Regards.
The text was updated successfully, but these errors were encountered: