gutweiler / homebridge-platform-deconz

DeCONZ REST API Platform plugin for Homebridge
8 stars 5 forks source link
home-automation homebridge-plugin npm-package raspbee raspberry-pi zigbee

homebridge-platform-deconz

DeCONZ REST API Platform plugin for the Homebridge project.

Tested on Raspberry Pi 3 with RaspBee

Currently supports

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