caseynbrock / hue-desktop

Desktop app for controlling Philips Hue lights
0 stars 1 forks source link

send commands to lights using Hue API #2

Open caseynbrock opened 7 years ago

caseynbrock commented 7 years ago

Currently, the code can generate colors (in RGB and hex formats), but can't send the colors to the Hue system. Several python libraries have been written to interface with the very simple Hue API.

I'm thinking about using the Qhue library: https://developers.meethue.com/content/qhue-minimal-python-library

"Qhue is an ultra-lightweight Python wrapper for the Philips Hue API...It aims to turn the API into convenient Python, with as little interference as possible. None of the methods are actually encoded locally in Qhue, which means it will automatically inherit most changes made by Philips at the server end."

caseynbrock commented 7 years ago

@ctk3b @gerbotmd

caseynbrock commented 7 years ago

Fun little story from the Qhue author https://quentinsf.com/software/venn/

ctk3b commented 7 years ago

Also link to the github project: https://github.com/quentinsf/qhue/