-
Notifications
You must be signed in to change notification settings - Fork 19
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
How to change minimum color temperature? #33
Comments
On the normal ESPHome light you do it via cold_white_color_temperature and warm_white_color_temperature settings . Seen here in the lite yaml: https://github.com/KaufHA/kauf-rgbww-bulbs/blob/main/kauf-bulb-lite.yaml#L159-L160. I will look into making this over-rideable on the default yaml. |
Yea I think this should be easy enough. I'll try to get to it in the next week or two. |
Thanks, Brian! I appreciate it. |
Just added substitutions that can be overwritten to define min/max color temp. Either mired or Kelvin can be used and you have to give the units with the value.
|
When using the warm RGB setting, I can set a Kauf bulb to output light that roughly matches a non-Kauf bulb set to a temperature of 2000K. However, the Kauf bulb's temperature range is floored at 2857K, so despite matching the color of 2000K, the attribute value is 2857K.
How can I manually override the minimum temperature of the bulb, so its numeric range more accurately represents the light I'm able to produce using the warm RGB setting?
Thanks!
The text was updated successfully, but these errors were encountered: