qhue icon indicating copy to clipboard operation
qhue copied to clipboard

A very lightweight Python wrapper to the Philips Hue API

Results 7 qhue issues
Sort by recently updated
recently updated
newest added

Here is a WIP attempt to add support for the upcoming version 2 of the Philips Hue API to qhue. Feedback and collaboration welcome. :-) Version 2 of the API...

I would be able to send multiple commands instantly. ATM I have to wait each command to finish before sending another. I now that I can create groups to do...

Thanks for this great utility which possibly is the best tool to get something close to a much needed backup and recovery. I am decent in python but new to...

In order to make the usage of qhue even simpler a new function read_username_from_config() was introduced and integrated into qhue. It creates a new user if not existent and saves...

It would be nice if the code from the example can be moved directly into the API. The reason for that is, that it saves a lot of overhead. I...

In order to avoid naming conflicts and to get a better idea from which lib we are creating a new user, all static functions should be moved into the Bridge...

I am using the following to easily debug my bridge messages. It could be worth to add this to the readme: ```py # Print bridge debug content def bprint(*args, **kwargs):...