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
Before I start: Thanks for writing this awesome piece of software!
As a part of my movie-lighting I'd like to slowly transition lights from on to off and vice versa.
Let's say I want to slowly turn on a light when a movie is paused: I set transition=4 in my service_call definition and run it.
This activates adaptive lighting and it too fires its initial transition, which means instead of the light slowly turning on over the course of 4 seconds adaptive lighting turns it fully on after 1 second.
My initial reaction was: Well ok, I'll set it to 0. But then transition=0 is added to the call and the lights come on even quicker.
As you can see in the image (I am using zigbee2mqtt with this light): "My" transition value of four was overwritten by adaptive lightings transition value of 0.
Please add a way to remove the transition value, either by omitting it if it is 0 or by adding a toggle.
Thanks.
The text was updated successfully, but these errors were encountered:
Before I start: Thanks for writing this awesome piece of software!
As a part of my movie-lighting I'd like to slowly transition lights from
on
tooff
and vice versa.Let's say I want to slowly turn on a light when a movie is paused: I set
transition=4
in myservice_call
definition and run it.This activates
adaptive lighting
and it too fires its initial transition, which means instead of the light slowly turning on over the course of 4 secondsadaptive lighting
turns it fully on after 1 second.My initial reaction was: Well ok, I'll set it to 0. But then
transition=0
is added to the call and the lights come on even quicker.As you can see in the image (I am using zigbee2mqtt with this light): "My" transition value of four was overwritten by
adaptive lighting
s transition value of 0.Please add a way to remove the transition value, either by omitting it if it is 0 or by adding a toggle.
Thanks.
The text was updated successfully, but these errors were encountered: