gutweiler / homebridge-platform-deconz

DeCONZ REST API Platform plugin for Homebridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebridge-platform-deconz

DeCONZ REST API Platform plugin for the Homebridge project.

Tested on Raspberry Pi 3 with RaspBee

Currently supports

  • Accessory discovery
  • Switches On/Off
  • Light Brightness
  • Light Hue and Saturation

Installation

  1. Install DeCONZ
  2. Install REST Plugin
  3. Generate API Key
  4. Install homebridge using: npm install -g homebridge
  5. Install this plugin using: npm install -g homebridge-platform-deconz
  6. Update your configuration file. See the sample below.

Updating

  1. npm update -g homebridge-platform-deconz

Configuration

Configuration sample: (/var/homebridge/config.json)

   "platforms": [
       {
           "platform": "deconz",
           "name": "deconz",
           "host": "127.0.0.1",
           "port": 80,
           "apikey": "ABCDEF1234"
        }
   ]

About

DeCONZ REST API Platform plugin for Homebridge


Languages

Language:JavaScript 100.0%