schmurtzm / MrDiy-Audio-Notifier

MrDiy Audio Notifier (based on esp8266audio) ported to platformio for ESP32
58 stars 23 forks source link

mqqt Does not publish connect or disconnected status (LWT), on the broadcastStatus #17

Open gnkarn opened 2 years ago

gnkarn commented 2 years ago

i do not see the messages being published to the topic broadcastStatus("LWT", "online"); broadcastStatus("SSID", thingName.c_str()); broadcastStatus("IPAddress", WiFi.localIP().toString()); broadcastStatus("status", "idle");

i have need to configure some sensors which will be required for the mqtt player , but then i realize that the messages were not published .