homebridge-dht-rpi

0.2.2 • Public • Published

homebridge-dht-rpi

DHT11/22 plugin for Homebridge running on a Raspberry Pi GPIO pin. Provides temperature and relative humidity.

Requirements

Uses the node-dht-sensor library to communicate w/sensors, it uses the BCM2835 library to communicate, and that must be installed before installing the NPM module.

Installation

  1. Install BCM2835 library
  2. Install this plugin using: npm install -g homebridge-dht-rpi
  3. Edit config.json and add the sensor(s).
  4. Run Homebridge

Config.json Example

{
  ...
  "accessories": [
    {
      "accessory": "dht-rpi",
      "name": "My DHT"
    }
  ],
  ...
}

Optional Parameters

  • type type of device, either "DHT11" (default) or "DHT22"
  • pin GPIO pin number, default 4

Package Sidebar

Install

npm i homebridge-dht-rpi

Weekly Downloads

0

Version

0.2.2

License

BSD

Unpacked Size

3.61 kB

Total Files

3

Last publish

Collaborators

  • nickveys