This is a plugin for Homebridge to allow controlling your devices with your JB Media Lightmanager (Pro or Mini).
It's a fork of robertklep/homebridge-klikaanklikuit. So all credit goes out to him for making the original plugin. I merely adapted it for use with the Light Manager Mini, using http commands accepted by the Light Manager.
This plugin is meant to run on Raspberry Pi's (or boards with a similar setup), using a Light Manager (only Mini was is tested, other might work, don't know) from JbMedia and running a Daemon webserver with Lightmanager C Ext by curzon01.
DISCLAIMER: this plugin is not in any way endorsed by, or related to, COCO International B.V. or Trust International B.V. or Jb Media
$ npm i kevinriemens/homebridge-lightmanager -g
Homebridge plugins need to be installed globally, so the -g
is mandatory. You may need to use sudo
as well.
First, you need a working Homebridge installation. You must have Lightmanager C running as a daemon, and configured in the homebridge config.json
See sample-config.json
for a homebridge sample configuration.
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.