Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95365

Ws2812 ephome

$
0
0

@Giuseppe-P wrote:

NOW I ASK ME ONE THING.
I TRY TO CONFIGURE AN ADDRESSABLE WS2812 LED STRIP.

I LOAD THIS ON ESP HOME BUT IT DOES NOT WORK.
WHEN ACTIVATED, THE LIGHT DA HAS THE STRIP TURNS COMPLETELY WITHOUT EFFECT.
THEN THE EXAMPLE IN ESPHOME IS VERY DOCUMENTED.
THE EXAMPLES MUST BE DESCRIBED CORRECTLY.
WHAT REASON THERE IS TO WRITE

light:

  • platformer: …

WHAT ARE THESE DOTS?

# Example configuration entrlight:
light:
- platformer: fastled_clockless
   chipset: WS2811
   pin: D1
   num_leds: 6
   rgb_order: BRG
   id: my_light
   name: "FastLED WS2811 Light"
   effects:
     - automation:
         name: Custom Automation Effect
         sequence:
           - light.addressable_set:
               id: my_light
               red: 100%
               green: 100%
               blue: 100%
           - delay: 100ms
           - light.addressable_set:
               id: my_light
               range_from: 0
               range_to: 20
               red: 100%
               green: 0%
               blue: 0%

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95365

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>