homebridge-milight-v6

0.0.8 • Public • Published

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 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.

Troubleshooting

The node-milight-promise library provides additional debugging output when the MILIGHT_DEBUG environmental variable is set

Package Sidebar

Install

npm i homebridge-milight-v6

Weekly Downloads

2

Version

0.0.8

License

GNU GPL

Unpacked Size

54.4 kB

Total Files

5

Last publish

Collaborators

  • bueny