Adaptive Lighting Quit Working Today #888
Unanswered
bradarussell
asked this question in
Q&A
Replies: 1 comment
-
I am having the same issue. Were you able to track down a culprit? I'm getting 2024-02-25 14:00:18.380 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.office']')' event with context.id='01HQH4GZPB93SJD1FM0FCWCAQ3'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.office' 'state_changed' event: '{'min_color_temp_kelvin': 2000, 'max_color_temp_kelvin': 6535, 'min_mireds': 153, 'max_mireds': 500, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], 'color_mode': <ColorMode.XY: 'xy'>, 'brightness': 89, 'color_temp_kelvin': None, 'color_temp': None, 'hs_color': (33.767, 84.314), 'rgb_color': (255, 161, 40), 'xy_color': (0.561, 0.4042), 'is_hue_group': True, 'hue_scenes': {'Cool bright', 'Read', 'Rest', 'Relax'}, 'hue_type': 'room', 'lights': {'Office Bulb 1', 'Office Bulb 2'}, 'dynamics': False, 'icon': 'mdi:lightbulb-group', 'friendly_name': 'Office', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01HQH4GZPB93SJD1FM0FCWCAQ3'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.office' with context.id='01HQH4GZPB93SJD1FM0FCWCAQ3'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01HQH4GZPB93SJD1FM0FCWCAQ3'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] just_turned_off: State change 'off' → 'on' triggered by 'light.turn_on'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01HQH4GZPB93SJD1FM0FCWCAQ3'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] _mark_manual_control_if_non_bare_turn_on: entity_id='light.office', service_data='{'entity_id': 'light.office'}'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] all: '_update_attrs_and_maybe_adapt_lights' called with context.id='01HQH4H0S2:al:MFWG:lght:17' lights: '['light.office']', transition: '1.0', force: 'True'
2024-02-25 14:00:19.491 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] all: filtered_lights: '['light.office']'
2024-02-25 14:00:19.491 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01HQH4GZPB93SJD1FM0FCWCAQ3'
2024-02-25 14:00:19.491 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] all: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.office' with transition 1.0 and context.id=01HQH4H0S2:al:MFWG:lght:17
2024-02-25 14:00:19.492 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] all: Skipping adaptation of light.office because both adapt_brightness and adapt_color are False |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My adaptive lighting quit working today. I also updated to 2023.12.4 today and I'm not sure if that could be related. When I enable debug logging it seems like the state of the bulbs isn't available to AL anymore, like this:
DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Living Areas: Called 'async_turn_on', current state is 'None'
The integration is showing the proper color, brightness, etc, but it's not getting to the light. I went through my logs and couldn't find anything that stands out to explain it. I realize this is likely not an issue with AL, but how can I diagnose what the issue is?
Beta Was this translation helpful? Give feedback.
All reactions