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
498 stars 118 forks source link

Ethernet Board not working. #185

Closed Gamer08YT closed 1 year ago

Gamer08YT commented 1 year ago

Used Board: KEYESTUDIO W5500 IC: ATMEGA328 Used Librarie: Arduino Native Ethernet.

Problem: MQTT is not connecting, Debug not working...

Code: https://gist.github.com/Gamer08YT/369364481727008ee18c31b69aea45c7

dawidchyrzynski commented 1 year ago

Hi Jan,

Does your router resolve "homeassistant.local" hostname to a proper IP address? Please try to use static IP instead.

------- Original Message ------- On Wednesday, August 9th, 2023 at 14:01, Jan Heil @.***> wrote:

Used Board: KEYESTUDIO W5500 IC: ATMEGA328 Used Librarie: Arduino Native Ethernet.

Problem: MQTT is not connecting, Debug not working...

Code: https://gist.github.com/Gamer08YT/369364481727008ee18c31b69aea45c7

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Gamer08YT commented 1 year ago

Perfect ;)

With the static IP address it works, thanks for your quick help.

Have it running on ESP platform via DNS, there it also runs without problems, but the static IP address is enough for me, so quickly I will not change this ;)