This package has been deprecated

Author message:

Deprecated, please use "homebridge-klikaanklikuit" instead.

homebridge-klikaan-klikuit

2.0.0 • Public • Published

Homebridge KlikAan-KlikUit plugin

This is a plugin for Homebridge to allow controlling your KlikAan-KlikUit outlets.

You'll need an external executable (kaku) that will take three arguments: address (A-Z), device number (1-4) and state (on/off).

My own setup is based on this blogpost.

Installation

$ npm i robertklep/homebridge-klikaan-klikuit -g

Homebridge plugins need to be installed globally, so the -g is mandatory.

Configuration

First, you need a working Homebridge installation.

Once you have that working, edit ~/.homebridge/config.json and add a new accessory:

"accessories": [
    ...
    {
        "accessory" : "KaKu",
        "name"      : "licht woonkamer",
        "address"   : "A",
        "device"    : "1",
        "service"   : "Lightbulb"
    },
    {
        "accessory" : "KaKu",
        "name"      : "licht keuken",
        "address"   : "A",
        "device"    : "2",
    }
]

Readme

Keywords

Package Sidebar

Install

npm i homebridge-klikaan-klikuit

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • robertklep