homebridge-temperature-humidity-async

0.0.9 • Public • Published

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
  }
}

Package Sidebar

Install

npm i homebridge-temperature-humidity-async

Weekly Downloads

1

Version

0.0.9

License

ISC

Unpacked Size

13.6 kB

Total Files

6

Last publish

Collaborators

  • pdiegmann