Weather based Colour Temperatures #1425
pranjal-joshi
started this conversation in
Ideas
Replies: 1 comment
-
|
Idea is to make it work in parallel with sun position, provided hard coded min max kelvin limits but allow a small dynamic drift of few hundred kelvins based on ambient temperature and weather patterns. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think below use case is applicable for countries like India, Africa where the temperature swings a lot above and below body temperature.
Can we get input from Temperature/Humidity sensor and use to calculate colour kelvin?
Because during Summers, the typical warm feels stuffy and uncomfortably hot while in winters the cooler shades feels uncozy!
Can we add something like below in the new update?
map(min_amb_temp, max_amb_temp, min_kelvin, max_kelvin)If this can be already achieved by some other way, I'll be glad to know and test it out!
Also, Thanks for brightening up my days and nights with your code! ❤️
Beta Was this translation helpful? Give feedback.
All reactions