HDD Temperatures showing in smartctl but not on the web interface

bluepr0

Dabbler
Joined
Jan 5, 2022
Messages
19
Hello!

I'm not getting HDD temp info on the web interface but running the smartctl command I do. Paste below

Code:
root@truenas[~]# smartctl -a /dev/ada2 | grep Temperature
194 Temperature_Celsius     0x0022   121   099   000    Old_age   Always       -       31
root@truenas[~]# smartctl -a /dev/ada1 | grep Temperature
190 Airflow_Temperature_Cel 0x0022   071   059   040    Old_age   Always       -       29 (Min/Max 26/31)
194 Temperature_Celsius     0x0022   029   041   000    Old_age   Always       -       29 (0 22 0 0 0)
root@truenas[~]# smartctl -a /dev/ada0 | grep Temperature
190 Airflow_Temperature_Cel 0x0032   070   042   000    Old_age   Always       -       30
root@truenas[~]#



Screenshot 2022-01-14 at 15.12.38.png
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
Known issue - to be fixed in next release.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
I'm not getting HDD temp info on the web interface but running the smartctl command I do
I don't think you are supposed to see HDD temps on the web interface (dashboard)... that chart plots CPU temps (as clearly labeled) when it's working, so I don't know why you're talking about smartctl HDD temps in connection with it.
 
Last edited:

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
I don't think you are supposed to see HDD temps on the web interface.
I was thinking that his reference was to this (despite his choice of picture)

1642176101260.png
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
OK, fair point if that was what was going on.
 

bluepr0

Dabbler
Joined
Jan 5, 2022
Messages
19
I don't think you are supposed to see HDD temps on the web interface (dashboard)... that chart plots CPU temps (as clearly labeled) when it's working, so I don't know why you're talking about smartctl HDD temps in connection with it.
You are right, I was confused thinking those temperatures were the disk ones instead the CPU!. Actually I'm seeing the whole Reporting section is not working on Chrome but it does on Firefox, so I'm assuming that's the known issue @Redcoat is talking about
 
Top