opencardev / crankshaft

Crankshaft: A turnkey GNU/Linux solution that transforms a Raspberry Pi to an Android Auto head unit.
http://getcrankshaft.com
GNU General Public License v3.0
2.13k stars 255 forks source link

Lux value on main window doesn't update #326

Closed hfd9876 closed 5 years ago

hfd9876 commented 5 years ago

If you need support: Please post on https://www.reddit.com/r/crankshaft/ as this is a bug tracker, not a support forum.

Note: Reporting issues not based on official published builds will be closed without any comment.

Install and enable light sensor (confirmed working OK - night mode enabled correctly etc.).

Go to TSL2561 tab and enable option "Show Lux value from TSL2561 on Main Window. Save settings.

Initial lux value displayed but doesn't update as lux value changes. Is this by design or is it supposed to update?

Grawa commented 5 years ago

Same problem,i solved it turning on the RTC (select ds3231,even if it's not connected obviously) then reboot it and after about 1/2 minutes the light sensor will work

hawkeyexp commented 5 years ago

seems i have to check the check if i2c is active to read from sensor :-)

hawkeyexp commented 5 years ago

is your sensor @ i2c address 0x39 ?

hfd9876 commented 5 years ago

Hi

Yes it is.

Thanks Simon

On Fri, 10 May 2019 at 22:01, hawkeyexp notifications@github.com wrote:

is your sensor @ i2c address 0x39 ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/opencardev/crankshaft/issues/326#issuecomment-491412893, or mute the thread https://github.com/notifications/unsubscribe-auth/ALKGXOMZ7M6BTAUWG52QVKTPUXIAHANCNFSM4HAUHG2A .

--

Simon Munro 07 86 28 09 24

hawkeyexp commented 5 years ago

released