1.0.3 • Published 7 years ago

homebridge-hue-weather v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

homebridge-hue-weather

A homebridge plugin to use the temperature sensor of the Hue motion sensor.

DEPRECATED : please use homebridge-hue-temperature instead

Installation

  1. Install Homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-hue-weather
  3. Update your Homebridge config.json using the sample below.

Configuration

example

{
  "accessory": "HueWeather",
  "name": "Temperature",
  "hue-bridge-ip-address": "192.168.0.10",
  "hue-bridge-username": "zFAyvefApnEsO4o7Q4PrCcCpYz734cXADFEBfamo",
  "hue-sensor-id": "4"
}

Fields:

  • accessory Must be "HueWeather" (required).
  • name The name that will be used for this sensor in homebridge (required).
  • hue-bridge-ip-address The IP address of the Hue bridge (required).
  • hue-bridge-username The username to connect to the Hue bridge HTTP API (required).
  • hue-sensor-id The id of the Hue temperature sensor (required).
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago