0.0.9 • Published 4 years ago

homebridge-temperature-humidity-async v0.0.9

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

homebridge-temperature-humidity-async

Async handling of temperature and humidity sensors for HomeBridge.

Installation

  1. Install homebridge: npm install -g homebridge
  2. Install homebridge-temperature-humidity-async: npm install --global homebridge-temperature-humidity-async
  3. Update your configuration file.

Configuration

See sample-config.json:

{
  "accessory": "TemperatureHumidityAsyncSensor",
  "name": "Office",
  "port": 8554,
  "senderId": 1424479,
  "offsets": {
    "temperature": 2.5,
    "humidity": 0.0
  }
}
0.0.9

4 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 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