temp of pch_cometlake

This commit is contained in:
committer@tuxwarrior
2026-02-26 20:02:53 -05:00
parent e423f2f9fd
commit 5a0c2d681f

View File

@@ -157,8 +157,10 @@
, "temperature": , "temperature":
{ {
// "thermal-zone": 3 // "thermal-zone": 3
//, "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input" // list all temperatures: `find /sys/devices -name "temp*_input"`
"hwmon-path": ["/sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input", "/sys/class/hwmon/hwmon2/temp1_input"] // pch_cometlake @ tuxwarrior (i found out by doing more on all
// tmp input files, and comparing with psensor values)
"hwmon-path": ["/sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input", "NOT_IN_USE/sys/class/hwmon/hwmon2/temp1_input"]
, "critical-threshold": 65 , "critical-threshold": 65
, "format-critical": "{temperatureC}°C " , "format-critical": "{temperatureC}°C "
, "format": "{temperatureC}°C " , "format": "{temperatureC}°C "