This is a rails application for controlling Hue Lights, it is still a work in progress. Feature:
- Individual controls for all connected lights
- Image palette detection
- Webcam live palette detection(useful for watching movies if you point the webcam at the tv screen)
Copy paste the below, and you should be up and running
git clone https://github.com/robert2d/hueless
cd hueless
bundle install
rails s
open 'http://localhost:3000'