wow I had no idea that smartmontools added json output years ago
this fixes some annoying issues I have parsing it because there are some fields that have names that are not consistent (Device Model or Model Number) which are normalized in the json version of the data as model_name
feld
in reply to feld • • •why is the raw value for the temperature 210454708252 ????
feld
in reply to feld • • •The raw SMART attributes (temperature, power-on lifetime, and so on) are stored in vendor-specific structures. Sometime these are strange. Hitachi disks (at least some of them) store power-on lifetime in minutes, rather than hours (see next question below). IBM disks (at least some of them) have three temperatures stored in the raw structure, not just one. And so on.
GREAT