DeCONZ REST API Platform plugin for the Homebridge project.
Tested on Raspberry Pi 3 with RaspBee
- Accessory discovery
- Switches On/Off
- Light Brightness
- Light Hue and Saturation
- Install DeCONZ
- Install REST Plugin
- Generate API Key
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-platform-deconz
- Update your configuration file. See the sample below.
- npm update -g homebridge-platform-deconz
Configuration sample: (/var/homebridge/config.json)
"platforms": [
{
"platform": "deconz",
"name": "deconz",
"host": "127.0.0.1",
"port": 80,
"apikey": "ABCDEF1234"
}
]