Um die Temperatur aus dem /proc interface auszulesen reicht der einfache Befehl:

cat /proc/acpi/thermal_zone/THRM/temperature | cut b 26


Beispiel:
00:53 localhost: > cat /proc/acpi/thermal_zone/THRM/temperature | cut b 26
46 C

Comments