You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(If using Zigbee2MQTT), provide your configuration files (remove all personal information before posting):
N/A
Describe the bug and how to reproduce it:
Most of my light groups in HASS consist of different brands and models of bulbs. e.g. Hue + WiZ + Ikea.
These groups cannot follow the exact color temperature as AL wants to set them at. The color_temp set will not match the color_temp the group reports back.
However, the mired value set does match the mired value reported by the group.
This results in the AL instance to think the light is manually controlled, when in fact, it is not.
If AL would check on mired mismatch instead of color_temp it will not presume the lights to be manually controlled.
Oddly enough, I do not see the _LOGGER.debug("Color temperature of '%s' significantly changed from %s to %s with context.id='%s'", ...) in my debug logging?
Steps to reproduce the behavior:
Make a HASS light group with different brands and models of bulb. In my case 1 Hue white ambiance and 1 30W IKEA LED driver.
Let AL control the light group for a while and depending on the color temperature set, the color temperature reported will not match.
AL will fire a manual_control event for the instance.
The text was updated successfully, but these errors were encountered:
Home Assistant Adaptive Lighting Issue Template
Bug Reports
If you need help with using or configuring Adaptive Lighting, please open a Q&A discussion thread here instead.
Before submitting a bug report, please follow these troubleshooting steps:
Please confirm that you have completed the following steps:
Required information for bug reports:
Please include the following information in your issue.
Issues missing this information may not be addressed.
Debug logs captured while the issue occurred. See here for instructions on enabling debug logging:
Your Adaptive Lighting configuration:
(If using Zigbee2MQTT), provide your configuration files (remove all personal information before posting):
N/A
Describe the bug and how to reproduce it:

Most of my
light
groups in HASS consist of different brands and models of bulbs. e.g. Hue + WiZ + Ikea.These groups cannot follow the exact color temperature as AL wants to set them at. The
color_temp
set will not match thecolor_temp
the group reports back.However, the
mired
value set does match themired
value reported by the group.This results in the AL instance to think the
light
is manually controlled, when in fact, it is not.If AL would check on
mired
mismatch instead ofcolor_temp
it will not presume the lights to be manually controlled.adaptive-lighting/custom_components/adaptive_lighting/switch.py
Line 755 in 9aee234
Oddly enough, I do not see the
_LOGGER.debug("Color temperature of '%s' significantly changed from %s to %s with context.id='%s'", ...)
in my debug logging?Steps to reproduce the behavior:
light
group with different brands and models of bulb. In my case 1 Hue white ambiance and 1 30W IKEA LED driver.light
group for a while and depending on the color temperature set, the color temperature reported will not match.manual_control
event for the instance.The text was updated successfully, but these errors were encountered: