0.8.9 • Published 9 years ago

pimatic-ds18b20 v0.8.9

Weekly downloads
55
License
-
Repository
github
Last release
9 years ago

pimatic-ds18b20

Support for the ds18b20 temperature sensor.

Drivers

1-Wire drivers need to be loaded in order to create the connection between the physical sensor and the rPI. You can load them from the terminal (or from the bin/modules.sh script).

sudo modprobe wire
sudo modprobe w1-gpio
sudo modprobe w1-therm

Example config

Add the plugin to the plugin section:

{ 
  "plugin": "ds18b20"
}

Then add a sensor for your device to the devices section:

{
  "id": "my-sensor",
  "name": "ds18b20 example",
  "class": "DS18B20Sensor",
  "hardwareId": "10-00080283a977",
  "interval": 10000
}
0.8.9

9 years ago

0.8.8

10 years ago

0.8.7

10 years ago

0.8.6

10 years ago

0.8.5

10 years ago

0.8.4

10 years ago

0.8.3

11 years ago

0.8.2

11 years ago

0.8.1

11 years ago

0.8.0

11 years ago