nimic
(Michael Schüler)
December 15, 2022, 11:26am
1
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 …
Tinkerer
(aka DubhAd on GitHub)
December 15, 2022, 11:38am
2
Please see point zero of the sticky - this is an English language only forum.
Bitte beachten Sie Punkt Null des Sticky - dies ist ein Forum nur in englischer Sprache.
nimic
(Michael Schüler)
December 15, 2022, 12:20pm
3
nimic:
An der Stelle bleibt meine Installation stehen und ich muss Hassio neu starten um wieder auf alles zu zugreifen zu können…
Hier noch der Yamel-Code:
esphome:
Name: esp-cam-1
esp32:
Board: esp32dev
Rahmen:
type: arduino
Aktiviere das Logging
Logger:
Aktivieren Sie die Home Assistant-API
API:
Verschlüsselung:
key: "xxxxx"
ota:
Passwort: „xxxxx“
W-lan:
ssid: !geheimes wifi_ssid
Passwort: !geheimes WLAN-Passwort
Aktivieren Sie den Fallback-Hotspot (Captive Portal), falls die WLAN-Verbindung fehlschlägt
ap:
ssid: "Esp-Cam-1 Fallback Hotspot"
password: "xxxxxx"
captive_portal:
Beispiel Konfigurationseintrag
esp32_camera:
externe_Uhr:
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
Bildeinstellungen
Name: Box-View-1
…
Würde mich freuen das Problem gelöst zu bekommen …
At this point my installation stops and I have to restart Hassio to be able to access everything again…
Here is the Yamel code:
esphome:
Name: esp-cam-1
esp32:
Board: esp32dev
Frame:
type: arduino
Activate logging
loggers:
Enable the Home Assistant API
API:
Encryption:
key: “xxxxx”
ota:
Password: “xxxxx”
Wireless Internet access:
ssid: !secret wifi_ssid
Password: !secret wifi password
Enable the fallback hotspot (captive portal) in case the 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
picture settings
Name: Box-View-1
…
I would be happy to get the problem solved…
Sorry the Yaml Code is a copy
nimic
(Michael Schüler)
February 15, 2023, 1:21pm
4
Ich konnte das Problem nun endlich lösen, ich habe Node Red deinstallieren müssen, da anscheinend der Speicher (1GB) überlief und dann den Abbruch erzwang.
Ausserdem hab ich irgendwo den Ratschlag gefunden in der Konfiguration unter dem 1. Punkt eine 1 einzutragen.
siehe Bild.
Alles andere hat nicht funktioniert.
Gruß Michael