ctuffli / smart

Application to output the SMART values of disks (mirror)
ISC License
12 stars 1 forks source link

Parse temperature values to show temp, min, and max #7

Closed afengler closed 5 years ago

afengler commented 5 years ago

Changed atasmart to decode the current, min, and max values for temperatures, 190 and 194. For all drives I could test on, this works for the current value. With 1 exception (a Lenovo branded WD 1TB enterprise) , this shows the min and max in cases where smartctl would.

It does show unlikely numbers in a few cases, where smartctl shows nothing or doesn't mark it as a min or max. So there is some improvement to still be made.