zenmonitor icon indicating copy to clipboard operation
zenmonitor copied to clipboard

Discrepancy between GUI values and actual hwmon data

Open foolnotion opened this issue 5 years ago • 0 comments
trafficstars

Hi,

I am a bit puzzled by the values I see in the gui for the CPU Core Voltage (SVI2). The gui shows values like 1.013 V but when I check manually I get a completely different value.

$ cat /sys/class/hwmon/hwmon2/name
zenpower

$ cat /sys/class/hwmon/hwmon2/{in1_label,in1_input}
SVI2_Core
1407

Same goes if I use the sensors command.

$ sensors | grep SVI2
SVI2_Core:     1.41 V  
SVI2_SoC:      1.07 V  
SVI2_P_Core:  17.61 W  
SVI2_P_SoC:   12.65 W  
SVI2_C_Core:  12.52 A  
SVI2_C_SoC:   11.77 A  

Shouldn't the reported values be the same?

Thanks

foolnotion avatar Aug 21 '20 18:08 foolnotion