Rem0o / FanControl.HWInfo

FanControl plugin to import HWInfo sensors.
MIT License
181 stars 26 forks source link

Time Average custom sensors showing NaN #42

Closed chjohans closed 1 year ago

chjohans commented 1 year ago

When starting FanControl, and after performing a "Refresh sensors detection", any custom sensors of the type "Time Average" will show NaN until a number of seconds specified as the "Time" option for the custom sensors has passed since starting FanControl or performing a "Refresh sensors detection". This causes a lot of other issues, and it's quite obvious why this is happening.

It should be an easy fix, just use whatever is the largest of "Time" for the custom sensor or ""time passed since starting FanControl or "Performing a refresh sensors detection" when computing the value of the custom sensor.

chjohans commented 1 year ago

This was for FanCOntrol not FanControl.HWInfo