03.11.2023
Temperatur Monitor v1.0.2
Oberhesse wrote
The plugin processes these sensors for the CPU one after the other, if they are available:
/sys/devices/virtual/thermal/thermal_zone0/temp
/proc/stb/fp/temp_sensor_avs
/proc/stb/power/avs
If that doesn't work, these sensors for SYS (board) are tried
/proc/stb/fp/temp_sensor
/proc/stb/sensors/temp/value
/proc/stb/sensors/temp0/value
In the console you can test the result with cat sensorname
e.g. cat /sys/devices/virtual/thermal/thermal_zone0/temp
The value shown here must be divided by 1000 to get the temperature.
If you have other sensors that work, let me know.
Thks Oberhesse




Reply With Quote