Ability to Define values on sunset/sunrise
See original GitHub issueHi, I just noticed last night that my lights are at 100% when the sun is above horizon. I used to use Circadian Lighting previously but it didn’t work after some HA update, therefore I decided to switch into Adaptive Lighting. I’ve just noticed the difference that with Circadian Lighting, the lights/color temperatures were something like 50% once the sun was just above the horizon and not 100% as it is now.
Is there a way for me to change the configuration in a way that the light wouldn’t turn on at 100% at 04am in the morning (when the sun is just rising above horizon), as it is too bright. I know there are offsets for both sunrise and sunset, but I think this wouldn’t be the best practice to handle this.
Therefore I’m proposing that use could define the range at when the lights should go with minimum and maximum values, something like:
maximum_elevation: 80
minimum_elevation: -80
…meaning that when the sun elevation is 80 or above, it would turn the lights to maximum values (e.g. 100% and 5000k) and when the sun elevation is -80 or below, it would turn the lights to minimum values (e.g. 10% and 2000k).
Perhaps the elevation wouldn’t be the way to go either, since it varies by seasons, but I think you get the point I’m trying to make…
At least as a workaround I could just use the offsets, but I still think that wouldn’t perhaps be the best way to handle this (or at least it wouldn’t be as flexible from users perspective, because here in Finland at summer in the north the sun doesn’t set at all (meaning that the lights are full 100% at all times) for a few days and at winter it never rises above the horizon in a few days)
Issue Analytics
- State:
- Created 2 years ago
- Comments:9
@kirbo so this can be closed as duplicate? 😃
Yeah that’s basically what I meant with a more realistic curve 😃