diyhue / Lights

DIY lights with support for diyHue
https://diyhue.org/
172 stars 99 forks source link

ESPHOME #79

Closed gastonMM closed 4 years ago

gastonMM commented 4 years ago

Hello, I am trying to configure diyhue with ESPHOME, with the template you uploaded, but I cannot find the configuration, I was all Sunday trying to make it work, but I am not hitting the nail on the head. If you have time, could you tell me what is wrong?

Thank you

`: name: tira_led_cubo_living platform: ESP8266 board: esp01_1m

wifi: networks:

captive_portal:

api:

password: !secret pass_api

web_server: port: 80

logger: level: DEBUG

ota: safe_mode: True password: !secret pass_ota

sensor:

light:

output:

text_sensor:

mariusmotea commented 4 years ago

Unfortunately i have no ESPHome lights. All i can tell you is that you must connect the light to your wifi network and perform light search from hue application. @alexyao2015 is the expert on this topic.

alexyao2015 commented 4 years ago

Find the docs here. https://diyhue.readthedocs.io/en/latest/lights/esphome.html

ESPHome — diyHue 1.0 documentation
alexyao2015 commented 4 years ago

Specifically, the issue here is the led names were configured improperly. Use the rgb and monochromatic platform instead of rgbw.