An der stelle bleibt meine installation stehen und ich muss Hassio neu starten um wieder auf alles zugreifen zu können…
Hier noch der Yamel Code:
esphome:
name: esp-cam-1
esp32:
board: esp32dev
framework:
type: arduino
Enable logging
logger:
Enable Home Assistant API
api:
encryption:
key: "xxxxx"
ota:
password: “xxxxx”
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Esp-Cam-1 Fallback Hotspot"
password: "xxxxxx"
captive_portal:
Example configuration entry
esp32_camera:
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
Image settings
name: Box-View-1
…
Würde mich freuen das Problem gelöst zu bekommen …