Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briancline/heliotron
A simple library for Philips Hue light sets, to include a script that gradually changes color temperatures on the same sunset schedule as the popular f.lux utility.
https://github.com/briancline/heliotron
Last synced: 16 days ago
JSON representation
A simple library for Philips Hue light sets, to include a script that gradually changes color temperatures on the same sunset schedule as the popular f.lux utility.
- Host: GitHub
- URL: https://github.com/briancline/heliotron
- Owner: briancline
- License: mit
- Created: 2013-05-10T05:08:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T11:57:58.000Z (almost 11 years ago)
- Last Synced: 2024-12-03T05:12:56.747Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HELIOTRON
=========[![PyPI version](https://badge.fury.io/py/heliotron.png)](http://badge.fury.io/py/heliotron)
Heliotron is a simple library that talks to Philips Hue light bridges through
[a supported REST API][1]. It is currently a fairly rough work-in-progress.Several use cases were the primary motivation for this library:
* I wanted a script that gradually changed color temperature of Philips Hue
lighting on the same schedule as the popular [f.lux][2] utility. _(This is
now available with the latest f.lux for Windows release.)_
* I'd like to switch on a subset of my lights around sunset/dusk, if they're
not already on, so that I don't come home to a pitch dark apartment.
* The official Hue mobile apps won't let you store more than 3 active schedules
on the bridge at a time, which is quite limited. This library provides the
ability to write a simple script to switch or fade on a set of lights, and
crontab it however you please.License
-------Heliotron is licensed under the [MIT License][3]. See the LICENSE file.
[1]: http://developers.meethue.com/coreconcepts.html
[2]: http://justgetflux.com
[3]: http://en.wikipedia.org/wiki/MIT_License