1-Wire ds18s20
Brand | Protocol |
---|---|
1-Wire | ds18s20 |
None
"living": { "name": "Living", "temperature": { "name": "Temperature", "protocol": [ "ds18s20" ], "id": [{ "id": "0000052ba3ac" }], "temperature": 19562 } }
Setting | Default | Format | Description |
---|---|---|---|
device-decimals | 3 | number | How many decimals does the temperature information contain |
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 |
Protocol
None
Before pilight can see the sensor, you have to run the following commands:
sudo modprobe w1-gpio sudo modprobe w1-therm
To make sure this is done every reboot, edit /etc/modules
and add the following lines:
w1-gpio w1-therm