1.3.0 • Published 1 year ago

homebridge-kaku-ics2000-plus v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Homebridge-KAKU-ICS2000-PLUS

homebridge module for KlikAanKlikUit / CoCo / Trust ICS-2000

Building on the great work of Youri Dijk. I've mainly extended some of the KaKu device types, in particular for RGB/Hue Lightbulbs. Works nicely now.

All in JS, not TypeScript.

Description

This plugin exposes the KAKU lights and switches to homekit. It does not handle any scenes or rules.

Platform

Tested on IOS 14.

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g homebridge-kaku-ics2000-plus
  3. Update your config.json file (see below)

Dependencies

Requires the NPM module color-convert

Configuration

Add the following entries to the platforms section:

"platforms": [
    {
        "name": "ICS2000",
        "email": "your_email@adres",
        "password": "_____",
        "platform": "KAKU-ICS2000-PLUS"
    }
]

Core

KeyDescriptionDefault
nameMust be ICS2000N/A
emailYour email adress used to login to the ICS unitN/A
passwordPassword to log on to the ICS unitN/A
platformMust be "KAKU-ICS2000-PLUS"N/A

Configuration in Homekit

After setting this up in Homebridge, you may want to assign the new KAKU items to rooms

Known Issues

  • Color wheels are notiously tricky (due to different color mappings) so still needs some work
1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago