Code Monkey home page Code Monkey logo

pimatic-dht-sensors's Introduction

pimatic-dht-sensors

Support for the DHT11 and DHT22 temperature and humidity sensor.

This plugin requires the BCM2835 library to be installed on your Raspberry Pi before you can actually use this module.!

Plugin Configuration

Add the plugin to the plugin section:

{ 
  "plugin": "dht-sensors"
}

Device Configuration

Add a DHTSensor device for your sensor to the devices section. To initialize the sensor, you have to specify the sensor type and the GPIO pin where the sensor is connected to. It should work for DHT11, DHT22 and AM2302 sensors. The type property need to bet set as follows:

Value Sensor
11 DHT11
22 DHT22 or AM2302

By default, the WiringPi pin numbering scheme is used assuming a Revision 2 board which is identifiable by the presence of the 2 mounting holes next to the ends to GPIO pin header. Alternatively, you can set the pinType to "BCM GPIO" for BCM pin numbering or "WiringPi R1" for WiringPi pin numbering on a Revision 1 board.

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

pimatic-dht-sensors's People

Contributors

mwittig avatar sweetpi avatar wutu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.