0.0.10 • Published 3 years ago

homebridge-thermometer-am2320 v0.0.10

Weekly downloads
4
License
Apache
Repository
github
Last release
3 years ago

homebridge-am2320

ASONG AM2320 temperature/humidity sensor service plugin for Homebridge

Installation

  1. Install Homebridge using npm install -g homebridge
  2. Install this plugin npm install -g homebridge-thermometer-am2320
  3. Update your configuration file - see below for an example

Connect the AM2320 chip to the I2C bus

Configuration

  • accessory: "AM2320"
  • name: descriptive name
  • name_temperature (optional): descriptive name for the temperature sensor
  • name_humidity (optional): descriptive name for the humidity sensor

If you get an I/O error, make sure the I2C address is correct (usually 0x5c depending on a jumper).

Example configuration:

    "accessories": [
        {
            "accessory": "AM2320",
            "name": "Sensor",
            "name_temperature": "Temperature",
            "name_humidity": "Humidity",
            "options": {
              "i2cBusNo": 1,
              "i2cAddress": "0x5c"
            }
        }
    ]

This plugin creates two services: TemperatureSensor and HumiditySensor.

License

Apache 2.0

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago