1.1.1 • Published 4 years ago

homebridge-htu21d v1.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

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": [
  ]
}
1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago