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
So I have setup kelvin and so far I am quite happy with how it works except for one thing. It seems that if you want to override the points in the colour temperature/brightness curve throughout the day you have to put absolute times of the day in the config. e.g
While this works its not relative to the sunset, it's an absolute time, when we roll into winter months and sunset is much earlier i will have to adjust all of these every month or so. What i would think would be a great improvement would be something like this
Offset can we used instead of time, (time is still kept for backwards compat). All of my adjustments to the curve are relative to the sun position which the app can keep track of via the timezone flag that is passed in.
Couple of other points for discussion:
Passing in time and offset together would be a validation error?
offset can be negative, so. you can pull in the temperature 1 hour before sunrise/ sunset
offset in the after sunset block is the offset from sunset
offset in the beforeSunRise block is the offset from sun rise
Any values that come via after sunset / before sunrise overwrite the default (daytime values)
What do you think?
The text was updated successfully, but these errors were encountered:
Just hopping in to say I've been hoping for something along these lines for years. I'm not sure about the formatting of the offset (it may be that 1:30 suffices vs. having hours and minutes as separate lines, or just having in minutes and using 90), but I'd love to have this kind of feature, as it allows for a lot more flexibility and fine-tuning in setup, especially if negative values are allowed.
So I have setup kelvin and so far I am quite happy with how it works except for one thing. It seems that if you want to override the points in the colour temperature/brightness curve throughout the day you have to put absolute times of the day in the config. e.g
While this works its not relative to the sunset, it's an absolute time, when we roll into winter months and sunset is much earlier i will have to adjust all of these every month or so. What i would think would be a great improvement would be something like this
Offset can we used instead of time, (time is still kept for backwards compat). All of my adjustments to the curve are relative to the sun position which the app can keep track of via the timezone flag that is passed in.
Couple of other points for discussion:
What do you think?
The text was updated successfully, but these errors were encountered: