ianmichell / homebridge-w215

Homebridge D-Link w215 plugin
Apache License 2.0
7 stars 4 forks source link

Not maintained

I've not maintained this plugin, in a long while as I ended up moving back to homebridge. Please see one of the forks for bug fixes or submit a pull request and I will re-release

Homebridge plugin for DSP w215

Takes advantage of bikerp/dsp-w215-hnap: https://github.com/bikerp/dsp-w215-hnap.

Features

Install

Setup is straight forward:

npm install -g homebridge-w215

Configuration:

Add the following accessory to your config.json.

{
    "accessories": [{
        "accessory": "w215",
        "name": "Your device name",
        "host": "hostname of plug or ip address",
        "username": "admin", //default is always admin
        "password": "your device pin"
    }],
    ...
}

Issues

Add a github issue and I will look into it. It's early days yet and I just got this working for my own w215 switches.

Notes: