Open Robert-K opened 1 year ago
Same issue with my MY9231 based light
Did you ever find a fix for this? @Robert-K
I downgraded to the previous version and never touched it again 🤢
I downgraded to the previous version and never touched it again 🤢
hehe thanks,, i run it on HA and haven't got around to setting up a old docker container to downgrade it yet, surely there is more than just us 2 with this issue though 🤔
You COULD just grab the old version from an automatic HA backup (these usually get done before every upgrade), but be careful to also back up everything before you do that. I managed to wreck my entire HA config simply by clicking the wrong thing in their backup management 😅
You COULD just grab the old version from an automatic HA backup (these usually get done before every upgrade), but be careful to also back up everything before you do that. I managed to wreck my entire HA config simply by clicking the wrong thing in their backup management 😅
Haha fair point, actually i might have just found a strange fix for myself atleast, when i added a "web_server:" section to the yaml it seems to have started working as intended, strange the webserver doesn't work still but the light in HA works correctly Maybe related to https://github.com/esphome/issues/issues/4204
Just as an update, my suggestion above isn't working any more, did it ever work? not sure... Seems this is never going to get fixed.
The issue doesn't appear to be present on the latest versions. All my lights run the latest stable ESPHome version and function correctly. Feel free to close from my side.
The problem
I'm using the ESPHome Home Assistant with several different ESP8266 and ESP32 based devices. After updating my devices to the latest version of ESPHome (2023.2.4), I've noticed some problems:
The Adalight light effect on my ESP32-controlled WS2812B strip flickers when I use it to act as an ambilight (using Prismatik). The log constantly outputs the following:
[00:29:31][D][adalight_light_effect:085]: Frame: Invalid (size=1, first=19). [00:29:31][D][adalight_light_effect:085]: Frame: Invalid (size=1, first=56). [00:29:31][D][adalight_light_effect:085]: Frame: Invalid (size=1, first=95). [00:29:31][D][adalight_light_effect:085]: Frame: Invalid (size=1, first=21).
This issue does not occur when using the mood lamp or rainbow mode in Prismatik. I tried different baud rates without success. This was not a problem before updating and I know of at least one other case of the same problem occuring in a similar setup.All of my my9231-based RGBW bulbs started acting weird: a few seconds after booting, the light would first stutter (transitions visibly lagged) and then turn completely unresponsive, the ESP however was still communicating normally. I was able to downgrade them to 2022.11.1 and the issue disappeared.
I unfortunately do not have a backup of my old ambilight firmware, but it used to work flawlessly.
Which version of ESPHome has the issue?
2023.2.4
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2022.11.3 & 2023.3.1, probably all
What platform are you using?
ESP32
Board
nodemcu devkit v1 & tuya hardware
Component causing the issue
adalight, my9231
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response