They're in sensors output but the plugin does not pick them up
Matthias, could you please attach sensors -u output?
(In reply to David Redondo from comment #1) > Matthias, could you please attach sensors -u output? Sure: [termy@Wunderland] ➜ ~ sensors -u amdgpu-pci-1000 Adapter: PCI adapter vddgfx: in0_input: 0.768 fan1: fan1_input: 0.000 fan1_min: 0.000 fan1_max: 3300.000 edge: temp1_input: 57.000 temp1_crit: 100.000 temp1_crit_hyst: -273.150 temp1_emergency: 105.000 junction: temp2_input: 60.000 temp2_crit: 110.000 temp2_crit_hyst: -273.150 temp2_emergency: 115.000 mem: temp3_input: 58.000 temp3_crit: 100.000 temp3_crit_hyst: -273.150 temp3_emergency: 105.000 power1: power1_average: 43.000 power1_cap: 255.000
Ok, in the code we try to find the *input "subfeature" of every sensor which is the current value, so we may need to extend this to average for power
Git commit 7758d202eed28169c031e099e408ea258469e408 by David Redondo. Committed on 06/05/2022 at 06:52. Pushed by davidre into branch 'master'. Fall back to power average if input is not available Some power sensors don't expose a current value most notably amdgpu. For those fall back to the average reading if available. M +3 -0 systemstats/SensorsFeatureSensor.cpp https://invent.kde.org/plasma/libksysguard/commit/7758d202eed28169c031e099e408ea258469e408
Git commit 88722b18c92f3a688a69abef9022cbcdcb5163bb by Nate Graham, on behalf of David Redondo. Committed on 06/05/2022 at 21:35. Pushed by ngraham into branch 'Plasma/5.24'. Fall back to power average if input is not available Some power sensors don't expose a current value most notably amdgpu. For those fall back to the average reading if available. (cherry picked from commit 7758d202eed28169c031e099e408ea258469e408) M +3 -0 systemstats/SensorsFeatureSensor.cpp https://invent.kde.org/plasma/libksysguard/commit/88722b18c92f3a688a69abef9022cbcdcb5163bb