GithubHelp home page GithubHelp logo

chielchiel / homebridge-klikaanklikuit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robertklep/homebridge-klikaanklikuit

0.0 1.0 0.0 11 KB

Homebridge plugin for KlikAanKlikUit outlets

JavaScript 100.00%

homebridge-klikaanklikuit's Introduction

Homebridge KlikAanKlikUit plugin

This is a plugin for Homebridge to allow controlling your KlikAanKlikUit devices. This plugin is meant to run on Raspberry Pi's (or boards with a similar GPIO setup), using a cheap 433Mhz transmitter (see this page for more information on how to connect the transmitter to your Raspberry Pi).

DISCLAIMER: this plugin is not in any way endorsed by, or related to, COCO International B.V. or Trust International B.V.

Installation

$ npm i homebridge-klikaanklikuit -g

Homebridge plugins need to be installed globally, so the -g is mandatory. You may need to use sudo as well.

Configuration

First, you need a working Homebridge installation.

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

"platforms" : [{
  "platform" : "KlikAanKlikUit",
  "driver"   : {
    "type" : "rpi",
    "pin"  : 8
  },
  "accessories" : [
    {
      "name"     : "Light Kitchen",
      "type"     : "Lightbulb",
      "dimmable" : true,
      "address"  : "C",
      "device"   : "2"
    },
    {
      "name"     : "Outlet Garage",
      "type"     : "Outlet",
      "address"  : "A",
      "device"   : "1"
    },
    {
      "name"     : "LED lamp",
      "type"     : "Lightbulb",
      "dimmable" : true,
      "address"  : 1337,
      "device"   : 0
    }
  ]
}, ...]

There is only one supported driver, rpi. The pin property reflects the physical GPIO pin that the 433Mhz transmitter is connected to. The default is pin 11 (which is GPIO17).

The plugin supports both old-style (configurable through a rotary switch) and new-style (self-learning) KlikAanKlikUit devices. Old-style devices are addressed using a string (A, B, ...) and a device number. New-style devices are addressed using a number, which is either the unique code of your remote, or a code that you can pick yourself. In case of the latter, you need your device to learn the new code (put it in learning mode and send the "On" command from the Home app).

Dimming is only supported for new-style devices.

Only supports Homebridge services that respond to the "On" characteristic (which are "Outlet", "Lightbulb" and "Switch"). The service for each device it set through the type property.

homebridge-klikaanklikuit's People

Contributors

robertklep avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.