Skip to content

Async handling of temperature and humidity sensors for HomeBridge.

Notifications You must be signed in to change notification settings

pdiegmann/homebridge-temperature-humidity-async

Repository files navigation

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

About

Async handling of temperature and humidity sensors for HomeBridge.

Resources

Stars

Watchers

Forks

Packages

No packages published