Open mrand opened 2 years ago
Up.
RGBCT, RGBWW lights. Trying to wrap it up with LedFX. Even if pixel count setted up to 1, when the effect is on, the error still pops up.
18:52:38 | [D] | [wled_light_effect:071] | Frame: Invalid (size=3, first=0x00).
Bug is still present and affects native WLED issues Sync commands. Tested using several combinations of pins used, segments, and number of LEDs. Also tried using several different ports. All result in the same error message in the ESPHome logs, depending on the WLED device sending the sync data, the size variable varies. [00:15:11][D][wled_light_effect:071]: Frame: Invalid (size=489, first=0x00). [01:18:32][D][wled_light_effect:071]: Frame: Invalid (size=39, first=0x00).
E131 control works great for doing controlled displays via xlights, but for day to day spur of the moment effects being able to sync to a single WLED device and access the inbuilt effects is invaluable.
Alternately I would love to see ESPHome import the various effects and color pallets provided by WLED for native use, and add native sync channels for lighting but that is more of a request than an issue.
Trying to sync with my WLED HyperCube - running into the same:
[14:49:05][D][wled_light_effect:071]: Frame: Invalid (size=104, first=0x00).
Basic WLED Sync Groups should work now, as of the recent 2024.2.0 release.
The problem
After seeing that #2256 should allow RGB/RGBW bulbs to sync to WLED, I have attempted to enable that in my config, but couldn't get it to work. After turning the light partition on and selecting WLED effect, I couldn't get anything useful happening. After turning on VERY_VERBOSE logging, I see this error when I click on a color over on my WLED install that is set to transmit SYNC:
Which version of ESPHome has the issue?
2022.05
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2022.05
What platform are you using?
ESP8266
Board
RGBW bulb
Component causing the issue
light
Example YAML snippet
Anything in the logs that might be useful for us?
VERY_VERBOSE output of turning on the light, and then selecting a color on a WLED that is configured to transmit/sync:
Additional information
No response