Hello,
I’m just starting down the path of getting an ws8212 led strip up and running and I can’t get it to turn on. I have it connected to an esp8266. v+ to VIN, v- to GND, and data to D2.
My yaml is:
light:
- platform: neopixelbus
type: GRB
variant: ws2812
pin: GPIO4
num_leds: 24
name: "Basement TV LEDs"
The device is added to HA just fine, it sees it. I can save the yaml to it. The device is there and I can turn it on/off and adjust color. The messages in the logs say its turning on/of, dimming, changing color. But the led strip itself isn’t doing anything.
It’s a 24 led strip so I can’t believe it would be a power issue. I’ve hooked the LED strip up to a WLED instance, and it works fine there. I’ve tried it on 2 different esp8266s and it isn’t working on either.
At this point I have to assume I’m not configuring it correctly somehow or another.
Any help/advice would be appreciated.