bruhautomation / ESP-MQTT-JSON-Digital-LEDs

(OBSOLETE) ESP8266 MQTT JSON Digital LEDs for Home Assistant
https://youtu.be/9KI36GTgwuQ
Apache License 2.0
511 stars 268 forks source link

Need help, strip not lighting up #99

Closed Snabbie closed 5 years ago

Snabbie commented 5 years ago

Okay, so here goes.

I wanted to replicate this project for in my home. I bought all the parts and assembled them. But for some reason not one LED in the strip (5m WS2813) is lighting up. I have a 5V power supply, and a Logic lever converter between the NodeMCU v3 (Lollin) and the strip. The strip is getting power (5 volt at the beginning and slightly less at the end, measured with multimeter). The NodeMCU has internet connection, and I connected it to a cloudMQTT server from wich I can send it messages. This all works perfectly, because in the terminal I see the message coming in and displaying for example:

Message arrived [bruh/porch/set] {"state":"ON","color":{"r":255,"g":255,"b":255},"brightness":100,"effect":"solid"} solid Setting LEDs: r: 100, g: 100, b: 100

I have tried different pins, with or without 470Ohm resistor between the LL0-convertor's HV output and strip data cable (btw, I have the strip with a backup data line, but I read that I shouldnt connect that anywhere, so that is not plugged in).

The code used is a direct copy, just with my own MQTT and wifi settings.

Any clues what is going on? Faulty LED Strip? Just came in from the factory, haven't even seen it turn on :/ Or am I missing something else? If more info is needed please let me know and I'll provide it.