Michiel Post
Michiel Post
Any update on this? Thanks :)
This library has a lot of options to do fast interaction with lights using the Entertainment API. When this is combined with a sound processing library, you could create something...
That is not how the new Hue API works unfortunately. Each group has an owner, this is a resource id. You can get the name of the owner, most of...
The StreamingClientKey should only be used with the StreamingHueClient. For normal usage, use: `var key = registrationResult.Username;`
1. To check if you have a connection, getting some info from the bridge is the best way. Like getting the bridge info or getting the list of lights. If...
Most values are optional and are not always returned, or only for some specific bridge resources. You can always check the API documentation here: https://developers.meethue.com/develop/hue-api-v2/api-reference/ And use Fiddler (https://www.telerik.com/download/fiddler) to...
Unable to reproduce this. Can you check what data your bridge returns by using a tool like Telerik Fiddler? It might return something else than json. Maybe you're sending too...
Thanks or letting me know. When the Hue v2 API was introduced, the new v2 endpoints only worked on https. But this old API was only available on port 80...
I've also seen the BouncyCastle error. It sometimes happens during the connection handshake. Most of the time it just works after a few retries.
Thanks for the feedback! You're absolutely right about the whole docker setup. The configuration is currently inside the docker image. So if you want to add your own configuration, you...