Open pixelwave opened 1 month ago
I figured when I add method: BIT_BANG it does compile correctly. So it seems there is an issue with the channels when using the default method?
Is that the best method for ESP32-S3 or should I use some RMT/Channel combination?
light:
- platform: neopixelbus
type: $LED1_type
variant: $LED1_variant
pin: $LED1_pin
num_leds: $LED1_num_leds
name: "LED OUT 1"
id: led1
method: BIT_BANG
- platform: neopixelbus
type: $LED2_type
variant: $LED2_variant
pin: $LED2_pin
num_leds: $LED2_num_leds
name: "LED OUT 2"
id: led2
method: BIT_BANG
The problem
I am trying to connect more than one addressable RGB strip to my ESP32 controller running ESPHome.
When I have one neopixelbus light instance (LED1) it runs well. When I try to add a second (LED2) the ESP32 does not boot properly.
The pins should not be the issue. I tried a number of different ones. Always the same behavior no matter which pin I use for the neopixelbus.
Which version of ESPHome has the issue?
2024.9.2
What type of installation are you using?
Docker
Which version of Home Assistant has the issue?
No response
What platform are you using?
ESP32
Board
Lilygo T-ETH ELite
Component causing the issue
neopixelbus
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response