AxelSariel / hue-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hue-playground

Some test programs for Philips Hue.

To run

  1. Add a config.py file in the main directory containing the username and bridge-ip:
username='your-bridge-username-here'
bridge_ip='192.168.x.x'
  1. Install requirements with pip install -r requirements.txt

  2. Run python dimming.py

About


Languages

Language:Python 100.0%