-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Bug] Unable to disable Adaptive Lighting #987
Comments
I vaguely recall someone mentioning something similar in #590. |
Have you power cycled your Apple home hub(s) as well? Or do you actually see something in the (debug) logs that indicates that it's on? |
@itavero Here's what the Homebridge accessory cache file looks like: RGBW+CT light fixture with Adaptive Lighting explicitly disabled:
results in the following cache entry:
Edit: Deleted the light in question from cache and it was recreated with Adaptive Lighting characteristics, despite being disabled:
|
@itavero Alright, so the only way I can disable Adaptive Lighting for a single accessory is to exclude homebridge-z2m/src/converters/light.ts Lines 350 to 358 in aa37690
I might have to add in a |
Huh, that’s interesting…
|
@itavero This seems to be the culprit… homebridge-z2m/src/converters/light.ts Lines 136 to 138 in a677151
Setting |
Is there an existing issue for this?
Describe the bug
I tried disabling Adaptive Lighting for some of our RGBW+CT lights, to hopefully work around some weird UX bug in Home app.
Unfortunately, that didn’t work…
The issue seemingly affects all AL-capable lights, with or without color mode.
Per device settings like e.g.:
are being ignored, and Adaptive Lighting is still available.
Setting
"adaptive_lighting": false
for thelight
converter globally, doesn’t work either.I also checked the Homebridge accessory cache, and all lights do indeed have the additional AL-related characteristics.
Related devices
No response
Related Devices
No response
Steps To Reproduce
Expected behavior
Only the single, explicitly enabled light supports Adaptive Lighting in Home app, all other lights do not.
Device entry
No response
Status update
No response
Messages from this plugin
No response
This plugin
1.11.0-beta.6
Homebridge
1.8.5
Zigbee2MQTT
1.41.0-dev
Homebridge Config UI X (if applicable)
No response
The text was updated successfully, but these errors were encountered: