📱Always Right Light V3

by Sebastian Norr

Version 1 (June 12, 2017)

Download (995 downloads)

(22 blocks +1 debug)
Takes average of 10 last lux scans & seamlessly calculate your screen light with an equation.

This flow should be battery friendly, it adjusts the screen brightness by following a logarithmic curve between:

From [ X=0 lx, Y=0 % ]
To [ X=30 000 lx, Y=100 % ]

Where X is input as the light intensity from the light sensor,
(30 000 lx is maximum on my phone).
And Y is output as the screen brightness in percentage.

The formula:

100 * log(lux + 1)
------------------------------- = Bright %
log(30000)

X = lux.
Y = Bright.

The +1 prevents [Y= -infinity] when [X = 0]

I would like the formula to rise a little slower in the beginning but don't know how/where to modify the formula.

Leave feedback here, link to this flow:
http://llamalab.com/automate/community/flows/7432

Change log:
Version 1:
2016-09-26
* Prevented the: Scan, variable from overflowing... in case you would run this flow for more than 1021 years ;P
(at current speed)
* Changed the time out to inexact delay & removed keep awake (should not have been on at all) to extend battery life further.

Version 2 = crap.
Version 3:
2016-10-07
* Now uses a list of the last lux values (default 10 entries) and calculate the average of them, to get a slower and more seamless light transition.
* I have lowered the delay in this program so the "cycle time" is faster to increase response time (slightly more battery consumption)
* Now resents the list to the current light level when screen has been off for more than 1 program cycle.

Search Tag: [SN]

4.5 average rating from 11 reviews

5 stars
8
4 stars
1
3 stars
1
2 stars
1
1 star
0
Reports
0

Rate and review within the app in the Community section.