I ordered 3 off the 15W LB01-15W-ESP-1. They have integrated very well in to my wifi and Home Assistant setup. The issue I'm seeing is that the colors I set them to doesn't seem to match with what they show. For example, right now I tried setting them to a bright green for St. Patrick's day, but got a dull light, closer to teal color. Is this normal or am I doing something wrong?
top of page
この動作を確認するには、公開後のサイトへ移動してください。
最終更新: 2022年3月18日
Color correctness in esphome e27 15w
Color correctness in esphome e27 15w
5件のコメント
いいね!
Comments(5)
bottom of page
Try this config:
esp8266: board: esp8285 restore_from_flash: true output: - platform: esp8266_pwm id: red_output pin: GPIO4 - platform: esp8266_pwm id: green_output pin: GPIO12 - platform: esp8266_pwm id: blue_output pin: GPIO14 - platform: esp8266_pwm id: out_ct pin: GPIO13 inverted: true - platform: esp8266_pwm id: out_ctbrightness pin: GPIO5 light: - platform: rgbct name: "${friendly_name}" red: red_output green: green_output blue: blue_output color_temperature: out_ct white_brightness: out_ctbrightness cold_white_color_temperature: 6000 K warm_white_color_temperature: 3000 K color_interlock: true
try gamma calibration
Is this monitored at all by the developers? This seems like a pretty simple question.
Anyone from dev group?