|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Pipfile | 2 years ago | |
Pipfile.lock | 2 years ago | |
README.md | 2 years ago | |
hdsetup.py | 2 years ago | |
huedance.py | 2 years ago |
README.md
huedance
Sync your Philips Hue lights to music.
To send patches, report issues or for general discussion, send an email to ~admicos/projects@lists.sr.ht. You can view that mailing list here
Note
Only tested under Linux. There is a possibility that it will work under Windows too, but no guarantees.
macOS will not be officially supported, as I don't have any macOS devices to test under, but patches are welcome.
Usage
Install dependencies with pipenv
$ pipenv install
Install dependencies without pipenv
Check out the Pipfile
file and install the specified dependencies either from
pip
, or from your package manager's repositories.
Requires Python 3.6 or later.
Setup
First, link the program to your bridge by running the hdsetup.py
. (With
pipenv run ./hdsetup.py
if you used pipenv
to install dependencies).
After you ran the setup. You should now have a huedance.json
file.
Run
Run huedance.py
(With pipenv run ./huedance.py
if you used pipenv
) with
the name of the light(s) you want to sync, and start playing some music!
There is also some more configuration, available by running with the -h
argument.