Raspberry Pi Temperature Sensor
Brand | Protocol |
---|---|
Raspberry Pi | rpi_temp |
None
"RpiTemp": { "name": "Raspberry Pi Temp.", "temperature": { "name": "Temperature", "protocol": [ "rpi_temp" ], "id": [{ "id": 1 }], "temperature": 41160 } }
Setting | Default | Format | Description |
---|---|---|---|
device-decimals | 3 | number | How many decimals does the temperature information contain |
gui-decimals | 3 | number | How many decimals are shown in the web GUI |
gui-show-temperature | 1 | 1 or 0 | Don't display the temperature value |
poll-interval | 5 | seconds | What should be the poll interval of the sensors |
device-temperature-offset | 0 | number | Correct temperature value |
None
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