dawidchyrzynski / arduino-home-assistant

ArduinoHA allows to integrate an Arduino/ESP based device with Home Assistant using MQTT.
https://dawidchyrzynski.github.io/arduino-home-assistant/
GNU Affero General Public License v3.0
463 stars 112 forks source link

Light is not sending available message #213

Closed jimmyd-be closed 6 months ago

jimmyd-be commented 6 months ago

When Trying the light example on my Arduino Nano it does not send any message to MQTT broker. No Message has been sent to the mqtt broker on connection.

The connection to the MQTT broker is established but it does not send any messages. Any known issues with thie library on hass version 2024.1.1?

In other wordt auto discovery is not working.

jimmyd-be commented 6 months ago

Changing the IP address of the broker to an non existing one and changing it back to the correct IP it does send the discovery message.