[Feature request] Add Philips Hue support

47 views
Skip to first unread message

rgg...@gmail.com

unread,
Mar 1, 2015, 1:50:23 AM3/1/15
to automa...@googlegroups.com
I just bought some Philips hue lights and it's really awesome to control the lights with your phone:
http://www2.meethue.com/

It would be even cooler to automate when the light changes color, or turns on and off!

As far as I know, there is an android SDK since there are many third party apps for it already. Please add it to automate!

Automate developer

unread,
Mar 1, 2015, 2:44:22 PM3/1/15
to automa...@googlegroups.com, rgg...@gmail.com
Yes, it would be cool. I'll contact Philips to see if they're willing to sponsor a bulb for testing.

Jan Rüegg

unread,
Mar 2, 2015, 12:46:37 AM3/2/15
to Automate developer, automa...@googlegroups.com

Awesome, thanks!

I could also do some beta testing with multiple lights...

Automate developer

unread,
Mar 2, 2015, 2:45:38 PM3/2/15
to automa...@googlegroups.com, henrik.l...@gmail.com, rgg...@gmail.com
Sadly, no support from Phillips. But at least they got an emulator:
http://steveyo.github.io/Hue-Emulator/

I'll add a Philips Hue set light block to the "to do" list.



On Monday, March 2, 2015 at 6:46:37 AM UTC+1, Jan Rüegg wrote:

Awesome, thanks!

I could also do some beta testing with multiple lights...

On Mar 1, 2015 8:44 PM, "Automate developer"  wrote:
Yes, it would be cool. I'll contact Philips to see if they're willing to sponsor a bulb for testing.

Automate developer

unread,
Mar 2, 2015, 2:57:52 PM3/2/15
to automa...@googlegroups.com, henrik.l...@gmail.com, rgg...@gmail.com
You can probably use the HTTP request block to set light attributes, until a custom block is implemented.

First, add an "automate" user, using the HTTP request block:
Url: http://<bridge ip address>/api/
Method: POST
Content type: JSON
Content: "\{\"devicetype\":\"test user\",\"username\":\"automate\"}"

To turn a light on:
Url: http://<bridge ip address>/api/automate/lights/1/state
Method: PUT
Content type: JSON
Content: "\{\"on\":true}"

Jan Rüegg

unread,
Mar 2, 2015, 3:02:52 PM3/2/15
to Automate developer, automa...@googlegroups.com
Cool, thank you!

The emulator looks pretty nice, alt least ;)

- Jan
Reply all
Reply to author
Forward
0 new messages