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
psutil currently supports only battery, fan and temperature sensors, but it lacks support of sensors of voltage, current and power, which can be seen in lm-sensors. I am talking about all files in /sys/class/hwmon/hwmon*/power*_*, /sys/class/hwmon/hwmon*/in*_* and /sys/class/hwmon/hwmon*/curr*_*.
Thank you in advance
The text was updated successfully, but these errors were encountered:
Summary
Description
psutil currently supports only battery, fan and temperature sensors, but it lacks support of sensors of voltage, current and power, which can be seen in lm-sensors. I am talking about all files in
/sys/class/hwmon/hwmon*/power*_*
,/sys/class/hwmon/hwmon*/in*_*
and/sys/class/hwmon/hwmon*/curr*_*
.Thank you in advance
The text was updated successfully, but these errors were encountered: