Philips Hue system - Questions for those who own these

I can point you in a couple of directions, but you may find both to be more hoops to jump through than you’re comfortable with.

Both of these directions involve using the sendHubCommand in a SmartApp. In my case, I use HAMBridge to execute scenes from shell scripts on a Mac Mini. HAMBridge also has a feature that creates such a shell script from your current scenes automatically. But if you don’t have a Mac running 24/7, that’s not gonna be for you.

There is also a way to recall scenes from the Hue bridge API. Scenes that have been run from the Hue app are actually cached (up to 200 of them) in the bridge, and can be recalled using the Hue bridge ‘group’ API. I did a lengthy post the other day about this at:

Have a read of that to see what’s involved.

More info on HAMBridge is available at:

http://soletc.com/HAMBridge/index.html