iamcagn
iamcagn
Hi @basnijholt and @claytonjn, I'm implimenting this now and will report back after a day or two of use 👍
Just a quick update to say so far I've had no problems. I setup profiles per room and applied them to the light groups without issue. I also got around...
@basnijholt and @claytonjn Now when I restart HASS, I get a notification with: > The following integrations and platforms could not be set up: > > circadian_lighting > circadian_lighting.switch >...
After regrabbing #114 and replacing the folder under custom_components it appears to be working again.
So I've still been getting those errors, and it occurs after I update the sunrise_offset and restart HASS. If I reboot the Pi, it loads fine.
@basnijholt I downloaded #114 from this page, using the "Open With" button and then "Open in Desktop". Once pulled, I removed Circadian Lighting from HACS and installed this one manually...
I saw https://github.com/claytonjn/hass-circadian_lighting/pull/119/files was mentioned as a possible fix for another user, modified the __init__ file as I can see that #119 doesn't have the profile feature and it appears...
It would be nice to have profiles of sorts. An example would be: circadian_lighting: - profile: lifx max_colortemp: 4400 sunset_offset: 01:00:00 interval: 900 transition: 2 - profile: hue max_colortemp: 4200...
> @iamcagn, I have started implementing the light profiles you suggested in #114. That's awesome, thank you so much. I've been trying to hack something together using template sensors but...