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
On Linux at least when one is using lm-sensors to read sensor data, it's possible to configure both how values are calculated but also which sensors to ignore.
In order to avoid having to duplicate this configuration for btm, it would be very elegant if btm could parse the lm-sensors configuration at the very least in order to figure out which sensors to ignore (it's essentially ignore <sensorname>).
What makes it tricky is of course having to match it against the right board.
Checklist
Describe the feature request
On Linux at least when one is using
lm-sensors
to read sensor data, it's possible to configure both how values are calculated but also which sensors to ignore.In order to avoid having to duplicate this configuration for
btm
, it would be very elegant ifbtm
could parse thelm-sensors
configuration at the very least in order to figure out which sensors to ignore (it's essentiallyignore <sensorname>
).What makes it tricky is of course having to match it against the right board.
There are some examples here:
https://github.com/lm-sensors/lm-sensors/blob/master/configs/
The text was updated successfully, but these errors were encountered: