Skip to content

ch-world/pimatic-hue

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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.

About

Plugin to control Philipps hue bulbs

Resources

License

Stars

Watchers

Forks

Packages

No packages published