Open fgervais opened 3 years ago
This post seems to be related, I'm double linking to keep track.
https://community.home-assistant.io/t/how-to-use-domain-names-local-with-esphome-and-esp32/307369
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Seeing the same problem here. mDNS works fine on my 8266 boards (wemos, sonoff) but the ESP32 boards will neither respond to mDNS queries nor resolve other addresses, e.g. HA and MQTT.
I have run into this issue today as well.
The same problem: [W][mqtt:210]: Couldn't resolve IP address for 'mydomain.ddns.net'! [W][mqtt:195]: Error resolving MQTT broker IP address: -6
Platform ESP32 The same config on esp32 tasmota devices working perfect but for some reason on esphome not
@Bobsonkz that's a different issue. That's not an mdns address.
@Bobsonkz that's a different issue. That's not an mdns address.
So any hint to my problem? For me it is similar this person want to use domain name insted of IP address.
I have a working system, esp32 boards on remote location with use NOIP for connection. All work on tasamta devices but not in esphome.
You problem is off-topic for this issue. You aren't using mdns. Come ask on the esphome discord server.
The problem
Using
results in
while the same works on my esp8266 S31.
Which version of ESPHome has the issue?
esphome/esphome:2021.9.1
What type of installation are you using?
Docker
Which version of Home Assistant has the issue?
No response
What platform are you using?
ESP32
Board
ESP32-WROVER-E
Component causing the issue
mqtt
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response