https://github.com/gmemstr/hue-webapp
Small webapp for controlling hue lights
https://github.com/gmemstr/hue-webapp
Last synced: 6 months ago
JSON representation
Small webapp for controlling hue lights
- Host: GitHub
- URL: https://github.com/gmemstr/hue-webapp
- Owner: gmemstr
- License: gpl-3.0
- Created: 2021-09-23T22:21:10.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2022-07-09T23:44:31.000Z (over 3 years ago)
- Last Synced: 2025-03-21T18:52:11.358Z (10 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* Hue Webapp
** What is this?
I'm a bit tired of how slow the official Hue app is, so I decided to
throw together a quick webapp for doing some of the simple functions
required. So far this only toggles individual bulbs, but considering
I'll be using this a fair amount myself more to come.
** Setup
While [[http://www.burgestrand.se/hue-api]] is still relatively useful,
some changes were made to the bridge API, specifically around
[[https://developers.meethue.com/important-whitelist-changes/][authenticating new "users"]]. It's easy to adapt - when [[http://www.burgestrand.se/hue-api/api/auth/registration/][registering an
applicaton]], simply omit the username and note down the one the bridge
sends back. Enter this into the web.py file, along with the IP address
of your bridge. At some point I'll move these to environment variables,
but it's 11:27PM at night and I want to sleep.
Then just =./web.py= and visit [[localhost:8081]].