https://github.com/goliatone/hue-facade
https://github.com/goliatone/hue-facade
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goliatone/hue-facade
- Owner: goliatone
- Created: 2015-12-21T23:44:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T00:51:53.000Z (over 9 years ago)
- Last Synced: 2025-02-13T19:18:29.464Z (4 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hue facade
#### Configuration
Edit **config/hue-facade.json**:```json
{
"bridges": [
{
"id": "desk",
"host": "192.168.75.135",
"user": "2b365f3514536e0e30a843a26cacb45a"
},{
"id": "guest",
"host": "192.168.75.148",
"user": "a301a0f03959abae3586639646eb203f"
}
],
"options":{
"offDelay": 4000,
"onDelay": 5000,
"onParams": [0, 0.58, 1],
"onTransitionTime": 50,
"offParams": [0, 0.58, 0],
"offTransitionTime": 40
}
}```
#### Development
To discover bridges, use UPNP feature:https://www.meethue.com/api/nupnp