Hey Guys,
its my first time to use ESPhome
i tried do install my esp32 via web and get the following error.
than i tried to install it via usb and no errors but i have no connection no wifi no fallback etc any ideas?
esphome:
name: wlan-testgeraet
friendly_name: WLAN Testgerät
esp32:
board: esp32-c3-devkitm-1
framework:
type: esp-idf
variant: ESP32C3
# WLAN-Konfiguration
wifi:
ssid: "ssid"
password: "password"
# Optional: Fallback-AP (löschen, wenn du das nicht willst)
ap:
ssid: "fallback-ap"
password: "fallbackpass"
# Optional: Webserver zur Kontrolle im Browser
web_server:
port: 80
# Optional: OTA-Updates über WLAN
ota:
platform: esphome
# Optional: API (für Home Assistant Integration)
api:
# Optional: Logger über UART (seriell)
logger:
# Optional: Captive Portal für Fallback-AP
captive_portal: