-
Notifications
You must be signed in to change notification settings - Fork 20
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
Color temperature widget has too high values #31
Comments
I am also experiencing this |
I think we should make this range manageable from the settings page. As a result, each user may define their own range that is supported by their LED strip. |
I think the problem is caused by following lines in light.py
They overwrite the good defaults (2000 - 6500K) with very high values for some reason. |
Thanks, you may be right |
Btw I just saw that the function |
In this view to set the color temperature the values range from 10000K to 999999K, which is too much.
A reasonable range would maybe be 1000K to 9999K. I assume there is maybe some wrong decimal offset..?
Also the color for me does not work properly. It's either green-ish at around 10000K, and everywhere else it's a white-blue.
I don't know if it's just my LED strip not supporting it, or if it's because of the high values,
The text was updated successfully, but these errors were encountered: