Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sonoff LED #1033

Closed
Wriman opened this issue Apr 25, 2020 · 1 comment
Closed

Sonoff LED #1033

Wriman opened this issue Apr 25, 2020 · 1 comment

Comments

@Wriman
Copy link

Wriman commented Apr 25, 2020

i have sonoff l1 ledstrip, and i flash it for esphome
it is connect fine and add fine in homeassistant.
when i do something with ledstrip in homeassistant nothing happen my led

my config:
esphome:
name: corridor_led_light
platform: ESP8266
board: esp01_1m

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password

manual_ip:
static_ip: 192.168.1.52
gateway: 192.168.1.1
subnet: 255.255.255.0
dns1: 192.168.1.1
dns2: 8.8.8.8

ap:
ssid: "corridor_led_light_hotspot"
password: !secret esphome_fbpw

captive_portal:

logger:
level: DEBUG

api:
password: !secret esphome_pw
ota:
password: !secret esphome_pw

light:

  • platform: rgbww
    name: "corridor_led_light"
    red: red_component
    green: green_component
    blue: blue_component
    cold_white: cold_white_component
    warm_white: warm_white_component
    cold_white_color_temperature: 6536 K
    warm_white_color_temperature: 2000 K

output:

  • platform: esp8266_pwm
    id: red_component
    pin: GPIO5
    max_power: 80%
  • platform: esp8266_pwm
    id: green_component
    pin: GPIO4
    max_power: 80%
  • platform: esp8266_pwm
    id: blue_component
    pin: GPIO15
    max_power: 80%
  • platform: esp8266_pwm
    id: cold_white_component
    pin: GPIO12
    max_power: 80%
  • platform: esp8266_pwm
    id: warm_white_component
    pin: GPIO14
    max_power: 80%

in this node logs write when i change something in homeassistant, but the led is doesnt change.

@close-issue-app
Copy link

#430

@lock lock bot locked and limited conversation to collaborators May 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant