0.0.9 • Published 5 years ago

homebridge-temperature-humidity-async v0.0.9

Weekly downloads
4
License
ISC
Repository
github
Last release
5 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

5 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago