1.0.8 • Published 4 years ago

homebridge-htu21d-sensor v1.0.8

Weekly downloads
4
License
ISC
Repository
bitbucket
Last release
4 years ago

Homebridge HTU21D Sensor Plugin

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

Install

The way in which I2C is configured varies from board to board. Sometimes no configuraton is required, but sometimes it is:

npm install -g --unsafe-perm homebridge-htu21d-sensor

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": "HTU21DSensor",
      "name": "HTU21D Sensor",
      "updateFrequency": 30
    }
  ],

  "platforms": [
  ]
}

Optional Parameters

OptionDefaultExplanation
updateFrequency1How frequently to read temperature and humidity from HTU21D (in seconds).
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago