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
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: