-
Notifications
You must be signed in to change notification settings - Fork 139
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
Light not adapting #1015
Comments
Which model is your Inovelli light dimmer? Upon reviewing your debug logs, I am puzzled by this... 2024-06-19 22:08:03.947 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] >>> Switch is off <<< or light is already on for entity_id='light.upstairs_bathroom_light', skipped='[]' (is_on='False', is_state='True', manual_control='False', switch._intercept='True') and This is my first time reviewing AL's debug logs but those two Switch is off's (one for the on->off and the 2nd for the off->on) are making me wonder if your Adaptive Lighting and Adaptive Lighting Adapt Brightness switches are on? |
This would be a |
I can't tell if this is an Adaptive Lighting problem or the result of the Color Mixer Integration. But I am experiencing the same problem. Here's my debug output for AL. Of note is the error
|
I'm having the same issue - my lights aren't adapting, and I'm using the Color Mixer Integration same as @lennon101. I noted in my logs I had the following:
This is a bit bizarre, as I don't specifically select those entities. I have the Color Mixer Integration entities selected instead: I'm guessing that the two integrations are messing with each other in some way. I'm assuming that Adaptive Lighting should not be interacting directly with the individual channels, rather just the aggregated 'light group' (for want of a better term) provided by the Color Mixer Integration. Not sure if this helps narrow things down or just adds to the noise! |
Home Assistant Adaptive Lighting Issue Template
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.
configed in UI I don't see a way to copy that here. Mainly defaults, but also tried alot of options
adapt only once = off
adapt_only_on_bare_turn_on= off
separate_turn_on_commands = off
skip_redundant_commands = off
intercept = on
multi_light_intercept = off
include_config_in_attributes = off
(If using Zigbee2MQTT), provide your configuration files (remove all personal information before posting):
Zwave Inovelli switch
Describe the bug and how to reproduce it:
The light does not adapt at all
Turn light on - no adaption
The text was updated successfully, but these errors were encountered: