NogbadTheBad Posted March 17, 2013 Posted March 17, 2013 (edited) Just created a couple of workflows to control my Philips Hue lights. The IP address in the Alfred scripts needs changing to your bridge IP address. Hue Add Alfred Support This adds a user called alfredcontrol on your Hue bridge, this only needs to be run once and can be disabled in the workflow window once run, you'll need to press the button on the bridge too. http://dl.dropbox.com/u/2013925/Alfred/Hue%20Add%20Alfred%20Support.alfredworkflow Hue This turns the lights on or off, I have 3 lights ( the 1 to 3 in the script ), if you have more modify the script to suit. http://dl.dropbox.com/u/2013925/Alfred/Hue.alfredworkflow See http://developers.meethue.com/index.html if you want to get a bit creative. Edited March 17, 2013 by NogbadTheBad
dhoulb Posted March 17, 2013 Posted March 17, 2013 Nothing is cooler than typing on the keyboard and changing something else in the house.
NogbadTheBad Posted April 20, 2013 Author Posted April 20, 2013 Updated, includes colour cycling the light bulbs and adding Alfred control in a single workflow. http://dl.dropboxusercontent.com/u/2013925/Alfred/Hue.alfredworkflow
Ralphman5000 Posted June 13, 2013 Posted June 13, 2013 Thanks for the work on this one! Once I sorted out my IP, it worked great.
benknight Posted June 23, 2013 Posted June 23, 2013 Hey guys, I just published my own Hue workflow here: http://www.alfredforum.com/topic/2723-philips-hue-controller-workflow/
Ralphman5000 Posted June 26, 2013 Posted June 26, 2013 Problem: After selecting All Lights Color Cycle, the lights will continue to cycle even when switching to other scenes. Solution: add the following line to the Run Script in all the scenes except for "cycle)" curl --request PUT --data "{\"effect\":\"none\"}" http://<YOUR IP ADDRESS>/api/alfredcontrol/groups/0/action That CURL assumes that you want to remove the loop effect from all the lights in your setup, hence the groups/0 address.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now