Skip to content

gutweiler/homebridge-platform-deconz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published