Skip to content

elektronaut69/pimatic-dht-sensors

 
 

Repository files navigation

pimatic-dht-sensors

Support for the DHT11 and DHT22 temperature and humidity sensor.

This plugin requries wiringPi to be installed!

Example config

Add the plugin to the plugin section:

{ 
  "plugin": "dht-sensors"
}

Then add a sensor for your device to the devices section. The Plugin uses wiringPi pin numbers.

{
  "id": "my-sensor",
  "name": "dht22 example",
  "class": "DHTSensor",
  "type": 22,
  "pin": 1,
  "interval": 60000
}

About

Support for the DHT11/22 temperature and humidity sensor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 100.0%