huey
huey copied to clipboard
Quick and simple discovery and control of Philips Hue lightbulbs
Error: Huey::Request.register Huey::Errors::HueResponseError: [{"error"=>{"type"=>6, "address"=>"/username", "description"=>"parameter, username, not available"}}] from /var/lib/gems/1.9.1/gems/huey-2.1.0/lib/huey/request.rb:47:in `error?' from /var/lib/gems/1.9.1/gems/huey-2.1.0/lib/huey/request.rb:27:in `register' from (irb):4 from /usr/bin/irb:12:in `' Probable cause, Api change, a username parameter is no longer...
Philips deprecated sending a username when registering, so attempting to register Huey with a bridge running a new firmware version will lead to that message. The fix is to drop...
Hi! I added a Bridge class in order to view/change the Hue Bridge properties, and to programmatically "push" the link-button remotely. It needs unit-test coverage, but works well so far...
Add support for loading events that are not associated with a group, but with a single or set of bulbs.
Given that `Bulb#find_all` creates a group with bulbs, it is convenient to be able to add multiple lights at once. This is already possible using the partial name yet, but...
When developing it can be extremely useful to be able to debug the requests/response. I added this to the debug level (as it isn't really used otherwise).
If you set the transition time on light update in two separate commands to the same value, it never transitions on the second command. As a work around, I've been...
Just recently got Hue light starter kit and was messing around with Huey. All the various bits seem to work except setting the color based on a hex color code....