homebridge-am2320
v0.0.2
Published
AM2320 sensor service plugin for Homebridge: https://github.com/nfarina/homebridge
Downloads
9
Readme
homebridge-am2320
AM2320 sensor service plugin for Homebridge: https://github.com/nfarina/homebridge
This plugin uses I2C for communicating with AM2320
Installation
- Install Homebridge using
npm install -g homebridge
- Install this plugin
npm install -g homebridge-am2320
- Update your configuration file - see below for an example
Configuration
Example configuration:
{
"accessories": [
{
"accessory": "AM2320",
"name": "Sensor",
"options": {
"address": "0x5c",
"device": "/dev/i2c-1"
}
}
]
}