Fergal Moran 00349005f3 Build change
2020-09-28 13:35:39 +01:00
2020-09-23 02:50:35 +01:00
2020-09-23 01:39:27 +01:00
2020-09-23 00:35:06 +01:00
2020-09-23 00:35:06 +01:00
2020-09-23 01:12:44 +01:00
2020-09-23 01:12:44 +01:00
2020-09-28 13:35:39 +01:00
2020-09-23 03:24:17 +01:00
2020-09-23 02:34:10 +01:00
2020-09-23 01:55:03 +01:00
2020-09-23 00:35:06 +01:00

Disco Hue

Alt Text

Flash your Hue in time to the groove.

Installation

Create a virtual env and install dependencies

$ virtualenv <env>
$ source <env>/bin/activate
$ pip install -r requirements.txt
$ python disco-hue.py --help

Usage

Create a virtual env and install dependencies

disco-hue.py [-h] -b BRIDGE_IP [-f FILE] [-l LIGHT_ID]

optional arguments:
  -b BRIDGE_IP, --bridge-ip BRIDGE_IP
                        IP or DNS name of your Hue bridge
  -f FILE, --file FILE  Audio file to play, omit to use currently playing audio (a bit wonky at the moment)
  -l LIGHT_ID, --light-id LIGHT_ID
                        ID of the light you wish to flash (blank to choose interactively)
Description
No description provided
Readme 6.1 MiB
Languages
Python 100%