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
It looks like in many (all?) cases we can just attempt to read /sys/class/thermal/thermal_zone0/temp and /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq to get the current CPU temperature and CPU scaling frequency- avoiding the psutil dependency.
Building some functions into Fan SHIM to report these figures would seem sensible.
This is a continuation of - #58 - in an effort to get compatibility beyond just Raspbian.
The text was updated successfully, but these errors were encountered:
It looks like in many (all?) cases we can just attempt to read
/sys/class/thermal/thermal_zone0/temp
and/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
to get the current CPU temperature and CPU scaling frequency- avoiding the psutil dependency.Building some functions into Fan SHIM to report these figures would seem sensible.
This is a continuation of - #58 - in an effort to get compatibility beyond just Raspbian.
The text was updated successfully, but these errors were encountered: