homebridge-hue-temperature
v1.1.1
Published
A homebridge plugin to use the temperature sensor of the Hue motion sensor.
Maintainers
Readme
homebridge-hue-temperature
A homebridge plugin to use the temperature sensor of the Hue motion sensor.
Installation
- Install Homebridge using:
npm install -g homebridge - Install this plugin using:
npm install -g homebridge-hue-temperature - Update your Homebridge
config.jsonusing the sample below.
Configuration
example
{
"accessory": "HueTemperature",
"name": "Temperature",
"hue-bridge-ip-address": "192.168.0.10",
"hue-bridge-username": "zFAyvefApnEsO4o7Q4PrCcCpYz734cXADFEBfamo",
"hue-sensor-id": "4"
}Fields:
accessoryMust be "HueTemperature" (required).nameThe name that will be used for this sensor in homebridge (required).hue-bridge-ip-addressThe IP address of the Hue bridge (required).hue-bridge-usernameThe username to connect to the Hue bridge HTTP API (required).hue-sensor-idThe id of the Hue temperature sensor (required).
