Philips Hue Bulbs Plugin

Overview

The “droplit-plugin-philips-hue” plugin allows control of Philips Hue light bulbs.

Philips Hue light bulbs use a special bridge proxy called the Hue bridge. The Hue bridge works with any light that uses ZigBee Light Link, such as the CREE LED bulb.

Hue Bridge Registration with the Droplit Edge Server

As a security measure, the Hue bridge will only work with devices that have registered with it. In order for this plugin to work, it must therefore register the Edge with the Hue bridge.

Use the following process to register the bridge:

  1. When the Edge starts running, it will discover the Hue bridge. The “BasicAuthBridge.authenticated” property will be “false”.
  2. Press the “Link” button on the physical Hue bridge.
  3. Call the “BasicAuthBridge.register” method. This method must be called within 30 seconds of pressing the “Link” on the physical bridge.
  4. This should register the bridge. If successful, a property changed notification will appear. This notification should indicate that “BasicAuthBridge.authenticated” is “true”.

Once this registration process is complete, the Edge will start discovering Hue bulbs.

Services

BasicAuthBridge

Register the Edge server with the Hue bridge.

1130

BinarySwitch

Switch a device on or off.

1130

ColorTemperature

Set the color temperature warmer or cooler.

1130

DimmableSwitch

Set the brightness of a switch.

1130

LightColor

Set the light color using HSV values.

1130