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
I think the new ReadGenericAttributes() api is not handling correctly devices that don't provide an Airflow_Temperature_Cel attribute.
The SSDs and HDDs in my machines only provide Attr ID 194 "Temperature_Celsius":
sudo smartctl -a /dev/sdc | grep 'ID#\|Temp'
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
194 Temperature_Celsius 0x0002 175 175 000 Old_age Always - 37 (Min/Max 24/59)`
Running the latest gotop release that makes use of the ReadGenericAttributes() api fails to display the temps correctly:
I think the new ReadGenericAttributes() api is not handling correctly devices that don't provide an Airflow_Temperature_Cel attribute.
The SSDs and HDDs in my machines only provide Attr ID 194 "Temperature_Celsius":
Running the latest gotop release that makes use of the ReadGenericAttributes() api fails to display the temps correctly:
Relevant code: https://github.com/anatol/smart.go/blob/main/sata.go#L468
The text was updated successfully, but these errors were encountered: