mitrejit
(Mitrejit)
March 17, 2022, 4:58am
1
I have a problem with esphome in the part of led 2812b, before i update esphome it works fine but when i update esphome when compile fails to compile, i get error as shown in the picture, is there any
solution?.
INFO Reading configuration /config/esphome/led-drawingrom.yaml…
INFO Detected timezone ‘Asia/Bangkok’
Failed config
light.fastled_clockless: [source /config/esphome/led-drawingrom.yaml:39]
This feature requires framework version 2.7.4 or lower. Please see note on documentation for FastLED.
platform: fastled_clockless
chipset: WS2812B
pin: D1
num_leds: 4
rgb_order: BRG
name: LED DrawignRoom
Hellis81
(Hellis81)
March 17, 2022, 5:34am
2
Did you have a look at the documentations?
FastLED Light — ESPHome
nickrout
(Nick Rout)
March 17, 2022, 7:08am
3
Also, please limit your subject line.
Gargamel19
(Sünktaktik-Schuggah)
January 2, 2023, 12:33am
4
@mitrejit have you found an solution? i need it too, have the same problem.
Did you check the docs like @Hellis81 suggested
Just asking because the first thing you will see is a big fat red box which tells you why it is like it is and how you can work around this limitation
Hola. He encontrado la solucion.
Cambia a NEOPIXELBUS
light:
´´´
platform: neopixelbus
type: GRB
variant: WS2811
pin: D3
num_leds: 48
name: “LED HABITACION 1”
color_correct: [50%,50%,50%]
´´´
Funciona OK