Bonjour,
Je ne comprend pas pourquoi je n’arrive pas a connecter mon ESP32 au réseau Wifi.
Mon message d’erreur :
INFO ESPHome 2024.11.0
INFO Reading configuration /config/esphome/esphome-web-e36494.yaml...
INFO Generating C++ source...
INFO Compiling app...
Processing esphome-web-e36494 (board: esp32dev; framework: arduino; platform: platformio/espressif32@5.4.0)
--------------------------------------------------------------------------------
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
- toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
Dependency Graph
|-- AsyncTCP-esphome @ 2.1.4
|-- WiFi @ 2.0.0
|-- FS @ 2.0.0
|-- Update @ 2.0.0
|-- ESPAsyncWebServer-esphome @ 3.2.2
|-- DNSServer @ 2.0.0
|-- ESPmDNS @ 2.0.0
|-- ArduinoJson @ 6.18.5
|-- Improv @ 1.2.4
RAM: [== ] 16.1% (used 52880 bytes from 327680 bytes)
Flash: [========= ] 86.6% (used 1588621 bytes from 1835008 bytes)
========================= [SUCCESS] Took 3.12 seconds =========================
INFO Successfully compiled program.
INFO Resolving IP address of esphome-web-e36494.local in mDNS
INFO Resolving IP address of esphome-web-e36494.local
ERROR Error resolving IP address of esphome-web-e36494.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
Suite à cela j’ai recherché mon ESP sur les périphériques connectés à ma Freebox et j’ai figé l’adresse IP dans HA (voir ci-dessous):
Ma configuration
## System Information
version | core-2024.11.3
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
python_version | 3.12.4
os_name | Linux
os_version | 6.6.54-haos
arch | x86_64
timezone | Europe/Paris
config_dir | /config
<details><summary>Home Assistant Cloud</summary>
logged_in | false
-- | --
can_reach_cert_server | ok
can_reach_cloud_auth | ok
can_reach_cloud | ok
</details>
<details><summary>Home Assistant Supervisor</summary>
host_os | Home Assistant OS 13.2
-- | --
update_channel | stable
supervisor_version | supervisor-2024.11.4
agent_version | 1.6.0
docker_version | 27.2.0
disk_total | 30.8 GB
disk_used | 6.4 GB
healthy | true
supported | true
host_connectivity | true
supervisor_connectivity | true
ntp_synchronized | true
virtualization | oracle
board | ova
supervisor_api | ok
version_api | ok
installed_addons | ESPHome Device Compiler (2024.11.0), Terminal & SSH (9.15.0)
</details>
<details><summary>Dashboards</summary>
dashboards | 2
-- | --
resources | 0
views | 0
mode | storage
</details>
<details><summary>Recorder</summary>
oldest_recorder_run | 21 novembre 2024 à 00:49
-- | --
current_recorder_run | 23 novembre 2024 à 11:37
estimated_db_size | 0.97 MiB
database_engine | sqlite
database_version | 3.45.3
</details>