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

Transition values not working #223

Open
nicholaskillin opened this issue Apr 6, 2023 · 0 comments
Open

Transition values not working #223

nicholaskillin opened this issue Apr 6, 2023 · 0 comments

Comments

@nicholaskillin
Copy link

I don't know if I'm doing something wrong or if there is a bug, but I can't seem to increase the amount of time it takes to transition from one color to another.

Here is my current config:

circadian_lighting:
  interval: 10
  transition: 30

switch:
  - platform: circadian_lighting
    initial_transition: 30
    lights_ct:
       - light.office_light

The component is working generally. The light was left on and slowly changed color temp throughout the day.

However with this config if I intentionally change the color temperature of the light, then turn the light off with a physical non-smart switch, wait for a few seconds, and then turn it on again, I do see the light transition back to the correct color temperature within a couple of seconds, but the transition itself happens in about 1 second.

Any ideas what I might be doing wrong or misunderstanding about the configuration options?

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

No branches or pull requests

1 participant