esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 34 forks source link

The addressable_light not work ok in the new esphome #77

Closed zhujisheng closed 5 years ago

zhujisheng commented 5 years ago

Operating environment/Installation (Hass.io/Docker/pip/etc.): pip esphomeyaml is ok,but esphome wrong

ESP (ESP32/ESP8266, Board/Sonoff): ESP8266

Affected component: https://esphome.io/components/light/fastled_clockless

Description of problem: The config works ok under esphomeyaml. But when I use esphome1.11.0, the addressable_rainbow effect works, but strobe doesn't work, and the light can't be turn on&off.

Problem-relevant YAML-configuration entries:

light:
  - platform: fastled_clockless
    chipset: WS2812
    pin: GPIO3
    num_leds: 30
    name: "leds trip"
    effects:
      - strobe:
      - addressable_rainbow:
OttoWinter commented 5 years ago

https://github.com/esphome/esphome-core/pull/521