Hello Home Assistant community,
thanks you for having me!
I am really new with this, and going my way trough tutorials (and I also understand that this is a 3rd party issue… but maybe someone had the same problem?).
I managed to have one ESP32 talk with Home Assistant (didn’t do anything with it yet, just uploaded the basic code so I could do OTA later). No issue whatsoever.
Then wanted to to the same with my second ESP32. I only changed the name of the node (esp32_02 instead of esp32_01).
For some reason, it doesn’t seem to see my wifi…
INFO Reading configuration /config/esphome/esp32_02.yaml...
INFO Generating C++ source...
INFO Compiling app...
INFO Running: platformio run -d /config/esphome/esp32_02
Processing esp32_02 (board: esp-wrover-kit; framework: arduino; platform: [email protected])
--------------------------------------------------------------------------------
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
PACKAGES:
- framework-arduinoespressif32 3.10004.200129 (1.0.4)
- tool-esptoolpy 1.20600.0 (2.6.0)
- toolchain-xtensa32 2.50200.80 (5.2.0)
Dependency Graph
|-- <AsyncTCP-esphome> 1.1.1
|-- <ESPmDNS> 1.0
| |-- <WiFi> 1.0
|-- <FS> 1.0
|-- <ESPAsyncWebServer-esphome> 1.2.7
| |-- <AsyncTCP-esphome> 1.1.1
| |-- <FS> 1.0
| |-- <WiFi> 1.0
|-- <DNSServer> 1.1.0
| |-- <WiFi> 1.0
|-- <Update> 1.0
|-- <WiFi> 1.0
Retrieving maximum program size /data/esp32_02/.pioenvs/esp32_02/firmware.elf
Checking size /data/esp32_02/.pioenvs/esp32_02/firmware.elf
RAM: [= ] 12.9% (used 42304 bytes from 327680 bytes)
Flash: [===== ] 47.5% (used 871530 bytes from 1835008 bytes)
========================= [SUCCESS] Took 10.56 seconds =========================
INFO Successfully compiled program.
INFO Resolving IP address of esp32_02.local
ERROR Error resolving IP address of esp32_02.local. Is it connected to WiFi?
ERROR (If this error persists, please set a static IP address: https://esphome.io/components/wifi.html#manual-ips)
ERROR Error resolving IP address: Error resolving address with mDNS: Did not respond. Maybe the device is offline., [Errno -5] No address associated with hostname
I did the exact same thing as for the first one, except for the name…
Any idea what I did wrong here?
Thank you!
Edit : Should I change the port somewhere? When I validate the yaml they have the same port, wondering if this might cause the issue. Not sure how to do that though…