2.1.2 • Published 7 years ago

homebridge-dht-sensor v2.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

homebridge-dht-sensor

Homebridge plugin for DHT temperature and humidity sensors

installation

$ npm install homebridge-dht-sensor

usage

This module depends on the BCM2835 library that must be installed on your board before you can actually use this module.

You have to specify the sensorType (11 for DHT11; 22 for DHT22 or AM2302) and the gpioPin to which the data pin of the sensor is connected.

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },

  "accessories": [{
    "accessory": "DhtSensor",
    "name": "Sensor",
    "sensorType": 22,
    "gpioPin": 17
  }],

  "platforms": []
}
2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

8 years ago

1.1.0-bcm2835

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago