Skip to content
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

Remove transition when it is 0 (botches running transitions), or add possibility to remove it. #200

Closed
dekiesel opened this issue Sep 29, 2021 · 2 comments

Comments

@dekiesel
Copy link

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.

image
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.

@anoblet
Copy link

anoblet commented Oct 14, 2021

I've been having this issue too.

@RubenKelevra
Copy link
Collaborator

Hey @dekiesel @anoblet,

this is now part of the Roadmap for Version 2.

Feel free to vote on the point which will fix this:

#291 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants