Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ESPhome builder 2025.2
#11
@kamermcw

Strange, I already had that in my yaml file as I uploaded it. And the error hasn't changed here.

INFO ESPHome 2025.2.1
INFO Reading configuration /config/esphome/as.yaml...
Failed config

light.esp32_rmt_led_strip: [source /config/esphome/as.yaml:107]
platform: esp32_rmt_led_strip
id: led_ww
rgb_order: GRB
pin: GPIO16
num_leds: 1

This feature is not available for the IDF framework version 5.
rmt_channel: 0
chipset: ws2812
name: on board light
effects:
- pulse: {}
- pulse:
name: Fast Pulse
Reply
#12
It might be me, but I don't see it in your config here.
Reply
#13
@kamermcw

In mine yaml file i have this:
esp32:
board: esp32-s3-devkitc-1
framework:
type: esp-idf

Can you show me your yaml file that works?
Reply
#14
(03-06-2025, 08:35 AM)eyevisions Wrote: @kamermcw

In mine yaml file i have this:
esp32:
  board: esp32-s3-devkitc-1
  framework:
    type: esp-idf

Can you show me your yaml file that works?
For the esp32 section it looks like this. Now you can leave the rmt_channel in there.


esp32:
  board: esp32-s3-devkitc-1
  framework:
    type: esp-idf
    version: 4.4.8
    platform_version: 5.4.0
    sdkconfig_options:
      CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240: "y"
      CONFIG_ESP32S3_DATA_CACHE_64KB: "y"
      CONFIG_ESP32S3_DATA_CACHE_LINE_64B: "y"
      CONFIG_AUDIO_BOARD_CUSTOM: "y


Just found another also working solution. Not sure which one is better. I am going with this one for now.
Instead of putting in the version and platform _version for isp-idf, replace rmt_channel with rmt_symbols: 96 in both cases.
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)