homebridge-htu21d

1.1.1 • Public • Published

Homebridge HTU21D Plugin

This is an Homebridge accessory plugin for HTU21D temperature and humidity sensor connected via i2c.

Install

Important: This plugin requires running under root for access to /dev/mem (this is a requirement from node-rpio)

Example config.json

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

  "description": "This is an example configuration file for HTU21D plugin.",

  "accessories": [
    {
      "accessory": "HTU21D",
      "name": "htu21d"
    }
  ],

  "platforms": [
  ]
}

Package Sidebar

Install

npm i homebridge-htu21d

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

4.78 kB

Total Files

4

Last publish

Collaborators

  • lowstar