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

Kelvin loses lights after a while #84

Open
bmacphail opened this issue Oct 21, 2020 · 1 comment
Open

Kelvin loses lights after a while #84

bmacphail opened this issue Oct 21, 2020 · 1 comment

Comments

@bmacphail
Copy link

I have Kelvin set up on a Raspberry Pi 3B controlling a set of four Phillips White Ambiance bulbs. I have it set to activate when I toggle a specific scene.

After a while, I'll notice one or more of my bulbs is no longer synchronized with the others, and I have to re-select the scene to get Kelvin to start adjusting it again.

Any help fixing this would be much appreciated!

@ryanfelder
Copy link

I am also experiencing this. I have 30+ lights managed by Kelvin and it's annoying when four of my five kitchen lights are cool white and one of my kitchen lights is still in evening warm white mode. I noticed that restarting kelvin would cause the lights to all come back under management, so I simply created a script to restart kelvin every ten minutes.

#!/bin/bash
while true; do
  timeout --foreground 10m /home/ryan/Programs/Kelvin/kelvin
done

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

2 participants