Replies: 2 comments
-
I came here for this since by light also uses mireds:
Apparently there is a straightforward calculation for mireds to Kelvin and back, and so I think a fair compromise is to add mireds to this part of the UI: Maybe one of those handy JS controls where entering a value in one sets the other automatically |
Beta Was this translation helpful? Give feedback.
-
Home assistant is supposed to convert all service data in the light.turn_on call to stuff your bulb can understand. That's why it's backwards compatible with rgb_color, xy_color, rgbw_color, color_temp_kelvin, and color_temp_mireds. Are you getting a specific issue when adaptive-lighting is trying to adapt your light? Please post your debug logs (see the readme for instructions) |
Beta Was this translation helpful? Give feedback.
-
I've got a set of Tasmota bulbs that will accept a range of "mireds" from 153 (cool white) to 500 (warm white). The Adaptive Lighting configuration asks for min and max kelvin, but it doesn't seem to convert automatically like I'd hoped it might.
How can I use the integration with these Tasmota bulbs? Is there some way to submit the value as "mireds" instead of Kelvin?
A bit more challenging is that min mireds = max kelvin = coolest temp and max mireds = min kelvin = warmest temp (so the value directions are reversed).
Is there a solution I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions