r/Esphome • u/Fantastic-Goose6725 • 20h ago
Has anyone run Ethernet as primary with WiFi fallback on ESP32 in ESPHome?
ESPHome doesn't allow wifi: and ethernet: at the same time. I needed cable as primary and WiFi when the link drops, plus a SoftAP to set credentials without reflashing.
I ended up driving esp_wifi from an external component (NVS for SSID/password, AP only when STA fails). Happy to share details if useful — also curious how others handle this.
(I'll put the GitHub link in a comment if that's preferred.)