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.
This plugin exposes the KAKU lights and switches to homekit. It does not handle any scenes or rules.
Tested on IOS 14.
- Install homebridge
- Install this plugin:
npm install -g homebridge-kaku-ics2000-plus
- Update your
config.json
file (see below)
Requires the NPM module color-convert
Add the following entries to the platforms section:
"platforms": [
{
"name": "ICS2000",
"email": "your_email@adres",
"password": "_____",
"platform": "KAKU-ICS2000-PLUS"
}
]
Key | Description | Default |
---|---|---|
name |
Must be ICS2000 |
N/A |
email |
Your email adress used to login to the ICS unit | N/A |
password |
Password to log on to the ICS unit | N/A |
platform |
Must be "KAKU-ICS2000-PLUS" | N/A |
After setting this up in Homebridge, you may want to assign the new KAKU items to rooms
- Color wheels are notoriously tricky (due to different color mappings) so still needs some work