NimmLor / esp8266-fastled-iot-webserver

A universal software for all my LED projects, with many awesome features
https://www.thingiverse.com/surrbradl08/designs
GNU General Public License v3.0
366 stars 94 forks source link

MQTT and Home Assistant #238

Closed Talismancer closed 10 months ago

Talismancer commented 10 months ago

Hi, I currently have [esp8266-fastled-iot-webserver] successfully connecting to the Home Assistant Mosquitto broker but I get the following error & no discovery is happening:

2023-08-20 13:13:24: New client connected from 10.1.1.147:53446 as LED-Panels (p2, c1, k10, u'talismancer'). 2023-08-20 13:13:24: Client LED-Panels disconnected due to malformed packet.

In settings everything is set at default except for hostname, username & password. PubSubClient, & ArduinoJson are installed. I have other devices discovered & working on the broker.

Otherwise this software is working brilliantly (and I mean 'brilliantly'!) Any ideas? Thanks

Talismancer commented 10 months ago

I just saw that this was fixed in issue #206 by relacing 2 lines of code. This fixed the problem. Cheers.