CyanLabs / ESP-MQTT-JSON-Digital-LEDs

ESP MQTT Digital LEDs for Home Assistant's MQTT JSON Light Component. Supports flash, fade, transitions, effects, and OTA uploading!
https://youtu.be/9KI36GTgwuQ
Apache License 2.0
18 stars 5 forks source link

parseObject() failed #2

Closed marrobHD closed 5 years ago

marrobHD commented 5 years ago

Attempting MQTT connection...connected Setting LEDs: r: 0, g: 0, b: 0 Message arrived [home/RGBStrip1/set] ON parseObject() failed

Fma965 commented 5 years ago

that seems like whatever you are sending to it isnt correctly formatted.

marrobHD commented 5 years ago

HomeAssistant sending the code. It used to work, today I wanted to test it again and it does not work anymore. How shows a right formatted message

Fma965 commented 5 years ago

no idea then, i've only ever had this issue when my json was invalid.

marrobHD commented 5 years ago

All is working now please close.