Hallo,
ich habe über ESPHome mehrere ESPs in HA integriert, die auch alle (noch) funktionieren.
Die meisten sind ESP8266, mit welchen ich auch keine Probleme habe.
Allerdings habe ich 2 ESP32 eingebunden, einmal ein ESP32 mit Kamera:
und ein ESP32WROOM
Beide habe ich vor einiger Zeit installiert und konnte sie auch updaten.
Allerdings habe ich, wann immer ESPHome ein Update hatte, die ESPs einfach automatisch mit Updates versehen (über “update all”). Daher weiß ich nicht, seit wann die beiden ESP32 sich nicht mehr updaten lassen.
Nun habe ich versucht, die (bisher) funktionierenden Programme einfach neu zu installieren und bekomme jedes mal eine Fehlermeldung:
INFO ESPHome 2025.11.4
INFO Reading configuration /config/esphome/ht-cam.yaml...
WARNING GPIO0 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO5 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO2 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING The `i2c_pins:` config option is deprecated. Use `i2c_id:` with a dedicated `i2c:` definition instead.
INFO Generating C++ source...
INFO Setting CONFIG_LWIP_MAX_SOCKETS to 11 (registered: api=4, captive_portal=4, mdns=2, ota=1)
INFO Compiling app... Build path: /data/build/ht-cam
Processing ht-cam (board: esp32dev; framework: arduino, espidf; platform: https://github.com/pioarduino/platform-espressif32/releases/download/55.03.31-2/platform-espressif32.zip)
--------------------------------------------------------------------------------
Error: uv installation via pip failed with exit code 1
Error: Failed to install Python dependencies into penv
Ich habe keine Ahnung, was da schief läuft. Aber anscheinend ist bei irgend einem Update was passiert. Wann, habe ich allerdings keine Ahnung.