Plugin for milight v6 (2016 onwards) for homebridge (https://github.com/buenyamin-olgun/homebridge); Original Author: Marcel Laurijsse
npm install homebridge-milight-v6
{
"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 support
* fullcolor: 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.