bruhautomation / ESP-MQTT-JSON-Digital-LEDs

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

Home Assistant Integration #117

Open medelay opened 5 years ago

medelay commented 5 years ago

After struggling for a couple of days putting in more than 7 hours a day.

I have got the script side on the Nodemcu working nicely. I have tried a few different Forks and have used something here and there.

But on the Home assistant side it is still not working. I got my entity showing up and with HACS and a extra plugin i got myself a rgb color picker. But this is sending only commands with the raw data in and not formating it in json data.

And looking at this code now i dont see how this code could posibly do that.

So i need some help how to get home assistant to send commands properly from the lovelace.

medelay commented 5 years ago

For anyone having the same issue the problem is the code is old: `light:

should be replaced with: `light:

This should fix it.