CPU Temperature Sensor
Brand | Protocol |
---|---|
Raspberry Pi | cpu_temp |
Hummingboard | cpu_temp |
None
"devices": { "rpi": { "protocol": [ "cpu_temp" ], "id": [{ "id": 1 }], "temperature": 59.397, "poll-interval": 10 } }, "gui": { "rpi": { "name": "Raspberry Pi Temperature", "group": [ "Misc" ], "media": [ "all" ] } }
Device Settings
Setting | Default | Format | Description |
---|---|---|---|
temperature-offset | 0 | number | Correct temperature value |
poll-interval | 5 | seconds | What should be the poll interval of the sensors |
GUI Settings
Setting | Default | Format | Description |
---|---|---|---|
temperature-decimals | 2 | number | How many decimals the GUIs should display for temperature |
show-temperature | 1 | 1 or 0 | Don't display the temperature value |
On the Raspberry Pi:
It is possible you need to first load the sensor module:
sudo modprobe bcm2835_thermal
To make sure this is done every reboot, edit /etc/modules
and add the following lines:
bcm2835_thermal