homebridge-htu21d
v1.1.1
Published
Homebridge accessory plugin for HTU21D temperature and humidity sensor connected via i2c
Downloads
3
Maintainers
Readme
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": [
]
}