Using 2nd GPU sensor
Hey I can't seem to find a way to make the GPU load and temp sensors to read my second/main GPU instead of my first/integrated GPU
Solution:Jump to solution
maybe the devs have a way to do this, but if not, you can use libre hardware monitor and the wmi query sensor
WMI Query:
SELECT value FROM Sensor WHERE Name LIKE "%GPU Core%" AND SensorType="Temperature" AND Parent="/gpu-nvidia/0"
WMI Scope: \\.\ROOT\LibreHardwareMonitor
you might need to mess around with the parent if it doesnt grab the right gpu...5 Replies
Solution
maybe the devs have a way to do this, but if not, you can use libre hardware monitor and the wmi query sensor
WMI Query:
SELECT value FROM Sensor WHERE Name LIKE "%GPU Core%" AND SensorType="Temperature" AND Parent="/gpu-nvidia/0"
WMI Scope: \\.\ROOT\LibreHardwareMonitor
you might need to mess around with the parent if it doesnt grab the right gpu@Amadeo @Ellie's solution is the only one right?
Yup, with 2.2 it might "really" be the only one as we need to get rid of the lhm nuget package
Due to security concerns
Meaning no default gpu sensor either?
I'm looking for a way to get that info via default wmi
To be specific I already have one for gpu
CPU one tho is whole another story, cpu temp info is like a wild west