home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.55k stars 30.35k forks source link

flux_led.py in mode 'w' uses w channel, the controller use the r channel #20536

Closed chrisgott closed 5 years ago

chrisgott commented 5 years ago

Home Assistant release with the issue: 0.86.3

Last working Home Assistant release (if known):

Operating environment (Hass.io/Docker/Windows/etc.): hassbian

Component/platform: home-assistant/homeassistant/components/light/flux_led.py

Description of problem: On mode 'w' the module doesn't work with a single channel controller like this: https://www.amazon.de/gp/product/B07G74G7S9?pf_rd_p=d12b27d6-0a90-4a73-9da3-4e84e7c49e87&pf_rd_r=B0WC09ZJ7WWPR8FJ57W0

As far as i could find out is the module controlling the w-channel only even if there would be the rgb as well. the controller instead uses the r channel for the white leds to control them. it can be seen clearly if you turn on the light on full brightness with the magichome app, and see the dev-states in homeassistant.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant): platform: flux_led

Traceback (if applicable):

Additional information:

stale[bot] commented 5 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

bdraco commented 2 years ago

Implemented in 2021.11