Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wrboyce/hueman
A human interface for managing your Philips Hue Lighting system, powered by Python.
https://github.com/wrboyce/hueman
Last synced: about 1 month ago
JSON representation
A human interface for managing your Philips Hue Lighting system, powered by Python.
- Host: GitHub
- URL: https://github.com/wrboyce/hueman
- Owner: wrboyce
- License: other
- Created: 2013-03-16T18:09:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-03T02:10:33.000Z (almost 8 years ago)
- Last Synced: 2024-04-26T00:15:19.369Z (7 months ago)
- Language: Python
- Homepage: https://hueman.readthedocs.org
- Size: 73.2 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hueman
======[![Build Status](https://travis-ci.org/wrboyce/hueman.png?branch=master)](https://travis-ci.org/wrboyce/hueman)
A human interface for managing your hues.
Installation
------------Simple enough, either install directly from the Cheese Shop using the normal methods:
% pip install hueman
Or if you would rather run the bleeding-edge version:
% pip install hueman==dev
Contributing
------------1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
2. [Fork](https://help.github.com/articles/fork-a-repo) the [repo](https://github.com/wrboyce/hueman) on github and start hacking away :)
3. Write unit tests covering your changes.
4. Add yourself to the [AUTHORS](https://github.com/wrboyce/hueman/blob/master/AUTHORS.md) file.
5. Send a [Pull Request](https://help.github.com/articles/creating-a-pull-request), and possibly nag [the maintainer](https://twitter.com/wrboyce) if it isn't merged in a timely manner!TODO
----* schedule management
* api: read state back after PUT (check for errors, etc)
* api: `parse_colour` -- check for colours in `_nstate` (order or precendence, drop previous nstate colours)
* unittests: GroupController.find, Hueman.scene, Hueman plugin loading, Bridge.preset, hueman.utils, Entity.find(re)