Closed deisi closed 7 years ago
Thank you, @deisi Now I understand why my fluxer behaved strangely. It would be great if you could fix it!
This seems like the LIFX issue that was fixed in #6087.
I do not have Osram lights but I ported the fix anyway: https://github.com/amelchio/home-assistant/tree/osramlightify-colortemp
If someone tests that it works, I can submit it for inclusion.
@amelchio It is working. Now 500 mired is yellow and 154 is white. So plz make a pr ready for merge.
I have noticed the same inverted color temperature behaviour with the LimitlessLED component. Is it possible to apply the same fix to that as well or should I start another thread?
@billybigbass Definitely open a new issue.
Make sure you are running the latest version of Home Assistant before reporting an issue.
Home Assistant release (
hass --version
): 0.39.3Python release (
python3 --version
): Python 3.4.2Component/platform: osramlightify
Description of problem: The scale when setting the color temperature with
color_temp
is inverted. E.g. 500 mired is bright white, and 154 mired is yellow. But it should be the other way around. See https://en.wikipedia.org/wiki/MiredExpected: The other way around. 154 mired should be bright white and 500 mired should me more yellowish.
Problem-relevant
configuration.yaml
entries and steps to reproduce:I raelized it when I wanted to use the fluxer. I had to invert it. Now it is:
and it works as expected. White in the morning, and yellowish in the evening.
Additional info: I might find the time to fix it myself, but I wanted to drop it here anyways.