bruhautomation / ESP-MQTT-JSON-Digital-LEDs

(OBSOLETE) ESP8266 MQTT JSON Digital LEDs for Home Assistant
https://youtu.be/9KI36GTgwuQ
Apache License 2.0
512 stars 268 forks source link

When switching from effect to solid mode, strange behaviour occurs #94

Open jameslounds opened 6 years ago

jameslounds commented 6 years ago

When I switch from the rainbow effect to a solid color using the light control panel in home assistant, the solid color is a lot dimmer, and changing the brightness does not fix this. I think that this is because I change the color of the light before selecting the solid effect, so there is an qtt message of {"state": "ON", "color": {"r": 255, "g": 255, "b": 255}} before the {"state": "ON", "effect": "solid"} message is sent.