ocerman / zenmonitor

Zen monitor is monitoring software for AMD Zen-based CPUs.
MIT License
251 stars 28 forks source link

Discrepancy between GUI values and actual hwmon data #33

Open foolnotion opened 3 years ago

foolnotion commented 3 years ago

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