Nutze ESP32 mit ESPHome
Installation ist ok aber ich bekomme folgende Fehlermeldung:
INFO Successfully compiled program.
INFO Resolving IP address of esp-camera1.local
ERROR Error resolving IP address of esp-camera1.local. Is it connected to WiFi?
ERROR (If this error persists, please set a static IP address: WiFi Component — ESPHome)
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
Nutzung Staische Adresse funktioniert nicht. ES32 kann Wifi, das habe ich mit einem anderen Programm probiert. Windows Firewall ausschalten bringt nichts.
Mein Yaml File
esphome:
name: esp-camera1
friendly_name: esp-camera1
esp32:
board: esp32dev
framework:
type: arduino
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "********************"
ota:
password: "***********************"
wifi:
ssid: "*****"
password: "**************"
# manual_ip:
# Set this to the IP of the ESP
# static_ip: 192.168.178.100
# gateway: 192.168.178.1
# subnet: 255.255.255.0
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Esp-Camera1 Fallback Hotspot"
password: "*************"
captive_portal:
esp32_camera:
name: esp32_cam
external_clock:
pin: GPIO0
frequency: 20MHz
i2c_pins:
sda: GPIO26
scl: GPIO27
data_pins: [GPIO5, GPIO18, GPIO19, GPIO21, GPIO36, GPIO39, GPIO34, GPIO35]
vsync_pin: GPIO25
href_pin: GPIO23
pixel_clock_pin: GPIO22
power_down_pin: GPIO32
output:
- platform: gpio
pin: GPIO4
id: gpio_4
binary_sensor:
- platform: status
name: "esp-camera1 status"
sensor:
- platform: wifi_signal
name: "esp-camera1 WiFi Signal"
update_interval: 60 s
Habe gelesen, dass Windows Probleme hat mit mDNS aber ich finde keine Lösung.
Wer kann helfen
by HarryP: Usernamen&Passwörter unkenntlich gemacht und Codezeilen in Code-TAG’s überführt