NEWS
ESPHome & AtomS3 Lite GPIO35 Konflikt?
-
Hallo
nutze den AtomS3 Lite in der Anwendung wo ich die RGB LED, Taster etc nutze. Nun kann ich aber seit ca. 2-3 Monaten die yaml in ESPHome nicht mehr kompilieren, da mit ein Konflikt von GPIO 35 und dem PSRAM gemeldet wird.Das es Kompilierung ist und das Device noch läuft, funktioniert es auch noch aber zukunfstfähig ist das so nicht.
Kann mir hier jemand helfen? Im Netz finde ich leider keine Hilfe da entweder ähnliches Problem oder meine aktuelle Lösung (älterer Post) zu finden ist:
Fehler:
INFO ESPHome 2025.8.0 INFO Reading configuration /opt/iobroker/iobroker-data/esphome.0/esp32s3-flur.yaml... WARNING GPIO35 is used by the PSRAM interface on ESP32-S3R8 / ESP32-S3R8V and should be avoided on these models Failed config light.esp32_rmt_led_strip: [source /opt/iobroker/iobroker-data/esphome.0/esp32s3-flur.yaml:44] platform: esp32_rmt_led_strip rgb_order: GRB pin: 35 num_leds: 4 [rmt_channel] is an invalid option for [light.esp32_rmt_led_strip]. Please check the indentation. rmt_channel: 1 chipset: ws2812 id: led name: Led
YAML (Auszug):
esphome: name: esp32s3-flur friendly_name: esp32s3-flur esp32: board: esp32-s3-devkitc-1 framework: type: arduino variant: esp32s3 # Enable logging logger: # Enable Home Assistant API api: encryption: key: "xxx" ota: platform: esphome password: "xxx" # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "Esphome-Atoms3 Fallback Hotspot" password: "xxx" ap_timeout: 15s captive_portal: web_server: port: 80 light: #G35=RGB WS2812C-2020 - platform: esp32_rmt_led_strip rgb_order: GRB pin: 35 num_leds: 4 # RMT 0 channels will be occupied by IR rmt_channel: 1 chipset: ws2812 id: led name: "Led"