-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,31 @@ | ||
# rocker | ||
🔘 philips hue rocker | ||
# [rocker](https://insanj.github.io/rocker/) | ||
|
||
🔘 philips hue rocker. intricate controls for philips hue lights using a free webapp built in vanilla jquery. | ||
|
||
## Usage | ||
|
||
- Open `rocker/index.html` locally and follow the webapp instructions to authenticate and control your bridge from home. | ||
|
||
or | ||
|
||
- Open `https://insanj.github.io/rocker/` remotely and follow the webapp instructions to oauth and control your bridge anywhere. | ||
|
||
> Note: You will need to be near your bridge for the initial setup, which requires tapping the button on top to start. | ||
## Background | ||
|
||
Rocker is an app developed on the Philips Hue Web API. [Documentation available online](https://developers.meethue.com/documentation/getting-started) and an easy debug terminal is accessible locally using the bridge format: | ||
|
||
``` | ||
http://<BRIDGE_URL>/debug/clip.html | ||
``` | ||
|
||
Using an already-existing app can greatly help debugging issues and getting your Bridge's IP Address, such as: [Huemote for iOS](http://huemoteapp.com/), [Huetro for Windows](https://www.microsoft.com/en-us/p/huetro-for-hue/9wzdncrfjj3t), [Huegasm for Chrome](https://chrome.google.com/webstore/detail/huegasm-for-philips-hue-l/mbjanbdhcpohhfecjgbdpcfhnnbofooj), and so on. | ||
|
||
## License | ||
|
||
[See LICENSE](LICENSE). Copyright 2018 Julian Weiss. | ||
|
||
## Authors | ||
|
||
Julian (insanj) Weiss. https://github.com/insanj |