Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 523 Bytes

File metadata and controls

21 lines (17 loc) · 523 Bytes

README

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)

Exampel

Install

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'