-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New cutoff values for min_brightness and max_brightness #72
Comments
This is exactly what I need. |
I would vote for this - I would like to have the min/max settings behave as ceilings or floors for the brightness/colour graphs. Currently how they behave maintains the shape of the graph and just changes the Y Axis. Someone on the forum suggested the settings 'absolute_(min/max)_(brightness/colour_temp)' |
If I recall I wanted this to flatten the curve for colours, in order to fix the night or day colour to static, while keeping the dawn/dusk transition. If you have long nights or days it is good to have the night or day colour reached and then stay there. Currently it transitions slowly to the min/max value slowly throughout the evening or day. So #62 might cover my wants, depending on what the conclusion was. |
I didn't even see your pseudo code when I wrote this code to add this in:
|
Check out the new This should give you enough control to change brightness precisely. Some more examples: |
Check out this new webapp to visualize the parameters https://basnijholt.github.io/adaptive-lighting/ adaptive-lighting.mp4 |
Hi,
right now the parameters
min_brightness
andmax_brightness
serve - when set - as new limits for the calculation of the actual brightness, e.g. when min_brightness is 80 and max_brightness is 100 and calculated brightness is 50, the actual brightness will be 90 (50% between 80 and 100). Is it possible to add new parameters which do not influence the calculation, but limit the return value?pseudo-code:
Thanks for this great addon!
Robert
The text was updated successfully, but these errors were encountered: