Skip to content

GPU Temperature

To monitor GPU temperature with HASS.Agent, you can use a WMI Query Sensor with LibreHardwareMonitor running in the background.

Note

To continue you must install LibreHardwareMonitor.

Configuration

WMI Scope: \\.\ROOT\LibreHardwareMonitor

WMI Query: SELECT value FROM Sensor WHERE Name LIKE "%GPU Core%" AND SensorType = "Temperature"
Note

The built-in GPU Temp sensor in HASS.Agent is no longer functional. The underlying library was removed due to security concerns so it has been set to always return 0 for backwards compatibility. Use the WMI Query Sensor as shown above to restore this functionality.

If you would like to know more about the issue checkout the awesome writeup by @DarkAutumn, available here.

Example

GPU Temperature via WMI Query