0.1.0 • Published 8 years ago

pimatic-hue v0.1.0

Weekly downloads
36
License
-
Repository
github
Last release
8 years ago

pimatic-hue

Plugin to control Philipps hue bulbs

Configuration

You need to create an user on your bridge to use this plugin. See the hue developer programm for details how to do this.

plugins section:

{
  "plugin": "hue",
  "username": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "host": "xxx.xxx.xxx.xxx"
}

devices section:

{
  "id": "hueBulb1",
  "class": "HueBulb",
  "name": "My first bulb",
  "hueId": 1
}

hueId is the ID of the bulb on the bridge. If you start pimatic with debug turned on the plugin will output all bulbs with their IDs.

Limitations

This plugin is beta and work in progress. At the moment you can only control the brightness and the on/off state of your bulbs. As I don't own any color bulbs yet I'm unable to test code for controlling the color.

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago