Replies: 12 comments 37 replies
-
I upgraded my setup to Thanks for implementing so that the Adaptive Lightning controller stops if the light has been modified externally. I've yet to put it to an extreme test, but it does seem to work as advertised. I only have 4 lights that support adaptive lightning, so I can't do any extreme testing. But so far so good! |
Beta Was this translation helpful? Give feedback.
-
I have activated the feature, but so far I am not getting the option for adaptive lighting for any of my zigbee RGB bulbs. I did mark adaptive_lighting to true and entered the “COLOR_MODE” experimental feature. |
Beta Was this translation helpful? Give feedback.
-
In the first view, it looks good to me, my lights are completely available with Adaptive lightning. |
Beta Was this translation helpful? Give feedback.
-
I have been testning the beta with adaptive lighting feature and now seen few issues If I repair or remove/add a bulb in zigbee2mqtt, the adaptive lighting will disappear for those bulbs. I see no way how to get it back. |
Beta Was this translation helpful? Give feedback.
-
I have the GU10 bulbs from ikea and the adaptive lighting is recognized and it works if I keep the light on, but if I turn it off during the day and turn it on at night, the temperature of the color is the same as in the day time. If I go to the color panel on HomeKit and change the brightness to any value and back to 100% the change of color is applied (the adaptive lighting was always selected) I have a few bulbs from another plugin and when I turn them on the temperate corrects it self in a few seconds. Could I be missing something? |
Beta Was this translation helpful? Give feedback.
-
When I set adaptive lighting on two Gledopto bulbs (GL-B-001Z), the change in color temperature turns the bulbs on. Any tricks to avoid this? Relevant parts of the log file
|
Beta Was this translation helpful? Give feedback.
-
I'm not sure it's a problem with this version of Z2m, because it's the first time I use this plug in. I'm noticing that every time there is a change in the zigbee2MQTT platform like a new device or a change in a property in any added device. In HomeKit everything exposed by the plug in gets a "no response" and nothing works. I'm using the new architecture in HomeKit. |
Beta Was this translation helpful? Give feedback.
-
I notice that if I reboot the plugin, the adaptive lighting setting in homebridge get unselect (like I had set to some other color on color selector). I can select the adaptive on after and starts working normally |
Beta Was this translation helpful? Give feedback.
-
Since 1-2 weeks I've also the problem, that the lights are switched between the color temperature randomly. Sometimes the lights are switched off and the log shows, they're switching color temperature (as they do this now): [3/24/2023, 5:01:21 PM] [homebridge-z2m] Publish to 'zigbee2mqtt/Pendelleuchte/set': '{"color_temp":228}' Is there something I can do to stop this? Thanks, |
Beta Was this translation helpful? Give feedback.
-
It's been a while, but I think it's time to get to a state where we can go out of "beta" and have this in the regular release. From what I've gathered, the issue that quite some people still have with this implementation and something I think should be fixed before going out of "beta", is related to changing the brightness value. I think this issue can be resolved by resetting the reference value for the color temperature whenever the brightness is changed from either HomeKit or MQTT. |
Beta Was this translation helpful? Give feedback.
-
Anyone is able to use it? I'm using homebridge-z2m v1.9.2 and with the following code installed on JSON Config
My lights have temperature color too. Even that, no Adaptive Lightning options is being showed on Home app. I tried to remove and reinsert it again, no success. I have a HomePod and Apple TV acting as an hub. |
Beta Was this translation helpful? Give feedback.
-
I have recently upgraded the Home architecture (which also locked out the other person from our Home) and now the 2 lights that support adaptive lightning sometimes get that feature turned off. There was no other change and it never happened before. |
Beta Was this translation helpful? Give feedback.
-
After quite a long wait, Adaptive Lighting was finally introduced in
v1.11.0-beta.0
. Currently this version can be installed usingnpm i homebridge-z2m@next
(or via the "Install Alternate Version" option in the Homebridge Config UI X web interface).For now, you will have to enable adaptive lighting manually by setting an option in the
light
converter config, for example:Things that still need more testing:
COLOR_MODE
experimental feature is not turned on? The docs on theAdaptiveLightingController
mention that something like that is mandatory and it might still require more work.In general, it seems to work, but I'd love to get feedback on how well it works (as mentioned before).
As always, I do recommend users to make a backup of there HomeKit setup before updating Homebridge and/or its plugins.
You can use an app like Controller for HomeKit for this.
Update (2023-01-16)
Just released
v1.11.0-beta.2
, which includes some small changes to adaptive lighting as well. Instead of setting a boolean value in the converter specific settings, you can also provide an object with some additional configuration:only_when_on
: Only update the color temperature when the light is on. Defaults totrue
.transition
: Transition time to send along with the color temperature change when the light is on. If not defined,transition
will not be send.Update (2024-05-23)
Started doing some tweaking in preparation of making a "regular" release. See #868
Beta Was this translation helpful? Give feedback.
All reactions