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

Scenes not turning on properly due to AL #314

Closed
turkomano opened this issue Aug 18, 2022 · 4 comments
Closed

Scenes not turning on properly due to AL #314

turkomano opened this issue Aug 18, 2022 · 4 comments

Comments

@turkomano
Copy link

I am facing an issue, I have to enable scenes once, twice or even thrice for my scene to properly activate. This is due to AL taking over control, although take_over_control is enabled. There should be a way to turn on lights without triggering AL (f.e. an attribute to the light.turn_on service).

Currently I have disabled AL to avoid this problem, because it was extremely annoying to turn on scenes.

@callumgare
Copy link

I also have this issue and I think it would be solved if #416 was implemented

@th3w1zard1
Copy link
Collaborator

Duplicate of #2. You need to turn lights on before changing their brightness/rgb_color/color_temp/whatever (two separate calls) in order to fire the manual control event.

@th3w1zard1 th3w1zard1 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 22, 2023
@basnijholt
Copy link
Owner

I am implementing an option adapt_only_on_bare_turn_on which instantly triggers manual_control when turning on with brightness or color in PR #709.

Enabling this will make sure AL doesn't take over when setting a scene.

@callumgare
Copy link

@basnijholt brilliant! I’d love that! Thanks very much 😊

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

4 participants