Open mhentschke opened 1 year ago
Can confirm that the issue is not fixed on ESP8266.
After fixing the socket issue, I also had to switch to esp32_rmt_led_strip instead of neopixelbus. I would focus troubleshooting there if you can.
Edit: To be clear I'm using an ESP32, not an 8266
I did see you changed the library but I don't think there is such an option in ESP8266 right? changing to FastLED might be an option but it will force me to downgrade the Arduino framework which is not ideal and I'm still trying to get it to work.
Thanks for pointing me into that direction though, I'll do some more digging see if I find anything
Same issue here on esp8266...
i can confirm this issue on esp8266
If you are using HomeAssistant's ESPHome integration and are running into this error, you can use this addon to install legacy versions of ESPHome (in parallel with the current version) and update the chip OTA with a working version. I installed a duplicate legacy of 2023.4 and switched to unicast and was able to solve this issue.
Can confirm this is still an issue on esp8266. For reference I'm running a Kauf RGBWW smart bulb and using the partition light platform. It was working before the update with multicast. I can post the yaml if it helps.
I can also confirm, got a couple ESP8266-based strips and it choosing the E1.31 Effect just doesn't do anything, tried multiple apps to control it.
Is there any known workaround without spinning up an older version of ESPHome container?
Commenting here that I'm also suffering from this issue and would like to see this fixed. ESP32 responding just fine, two separate ESP8266s are not.
Just to bump this, I have the same issue. I stumbled upon a temporary solution when researching this, there's an addon that can bring up older ESPHome versions. With 2023.5 I was able to get it working again. Link to the repo: https://github.com/khenderick/esphome-legacy-addons
Also got the same issue here. Working with 2023.5 but not 2024.10. It would be great to see this feature fixed.
Bump
The problem
When using E1.31 on WLAN connected ESP8266 for addressable led strip with Hyperion NG. Updating ESPHome to V2023.6.0 or later breaks the E1.31 integration, probably by https://github.com/esphome/esphome/pull/4832#issue-1710788306.
Issue https://github.com/esphome/issues/issues/4645 has been closed as fixing the issue but it seems the fix only works for ESP32 and not ESP8266.
The problem persists in 2023.10.6 and also in both beta and dev branches
Which version of ESPHome has the issue?
2023.10.6
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2023.11.2
What platform are you using?
ESP8266
Board
ESP-01
Component causing the issue
E1.31
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response