homebridge-milight-v6
v0.0.8
Published
Plugin for milight v6 (2016 onwards) for homebridge (https://github.com/buenyamin-olgun/homebridge); Original Author: Marcel Laurijsse
Downloads
11
Readme
homebridge-milight-v6
MiLight/LimitlessLED/Easybulb Plugin for Homebridge
This plugin adds support for the new RGBWW bulbs.
Configuration
Example config:
{
"bridge": {
"name": "MiLight Bridge",
"username": "XX:XX:XX:XX:XX:XX",
"port": 51827,
"pin": "xxx-xx-xxx"
},
"description": "Homebride Milight Control",
"platforms": [
{
"platform": "Milight",
"name": "Milight Platform",
"bridges" : [
{
"name": "Milight Bridge",
"ip": "192.168.8.51",
"type": "v6",
"devices": [
{
"name": "Bedroom",
"zone": 1,
"type": "fullcolor8zone"
}
]
}
]
}
]
}
Supported types:
fullcolor8zone
: Like fullcolor but with 8 zone supportfullcolor
: The newer (2016 onwards) RGBWW bulbs and strip controllers, with WW, CW and mix white/color functionality.rgbww
: The newer (2016 onwards) RGBWW bulbs and strip controllers, with WW enabled, but CW channel disabled. I use this to connect a RGBW strip with only 1 white channel.rgbw
: The old type of RGBW bulb and strip controllers, that don't mix color with white.rgb
: The old type RGB only bulbs.bridge
: the light on the bridge itself.
Troubleshooting
The node-milight-promise library provides additional debugging output when the MILIGHT_DEBUG environmental variable is set