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
1 Reply
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