-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Invalid temp values in database #393
Comments
<style>
</style>
|
I extracted the smartctl values for the temp history: The
|
Definitely a weird issue. Thanks for bringing it to my attention. I've added a PR to skip the invalid temperature readings. |
@AnalogJ Thanks, I checked and it solves the issue. I suggested a little change in your PR. |
Hi, my webmonitor says temp is "infinite", even if smartctl shows a value (previous version of scrutiny show the right one). How can give you more info? Another problem, maybe related: temp history is not recorded, the graph only includes values obtained when container stop and start... |
Describe the bug
The temp values showed for one of my HDD is wrong. They are below 25C and this is not possible.
I debugged a little and found that the data in influxdb has invalid temp values of 0C. That changes the calculated median and generates wrong calculated values.
Expected behavior
Correct temp values
Screenshots
The text was updated successfully, but these errors were encountered: