How to set up SoundFlow, Stream Deck & Philips Hue
Asked by @Gabriel_Lundh.
NOTE: This is no longer the official integration. Instead, please use the Hue package in the Store.
- Christian Scheuer @chrscheuer2019-11-18 09:49:44.083Z
Gabriel’s original question moved here:
- GGabriel Lundh @Gabriel_Lundh
Hi Christian!
Would it be possible for you to explain how to set up Stream deck buttons for Hue with Soundflow? I read that you have it, but that it was complicated, haha. As of now I did a macro to switch profiles to reach stream decks hue setup...Thank you for your fantastic work!
Christian Scheuer @chrscheuer2019-11-18 09:55:34.449Z
Thank you for the kind words, Gabriel.
The way I set up Hue with SF is by using a command line utility, and then invoking command line commands via SoundFlow’s “Execute System Command” action.
So the first step is to set up this command line utility.
There are various different ones, but I think I’m using this one:
https://github.com/sinedied/hue-cliIt is written in Node.js, so you should start by installing node.js from here:
https://nodejs.org/en/download/After Node.js is installed, you can run the “npm” installation command in there.
Next, follow the steps in the hue cli package so you can set up with the Hue bridge. This involves running “hue setup” from your command line after having pressed the bridge’s connect button.
Then you can start running stuff like “hue scene X” where X is the name of a scene you have designed for your Hue. Once this works in your Terminal, it’s just a matter of creating SoundFlow
macros to repeat these commands (via the Execute System Command action).- GGabriel Lundh @Gabriel_Lundh
Thank you for such a quick response Christian! It might be a little difficult for me, but I will try!
Have a great day!
Christian Scheuer @chrscheuer2019-11-27 21:32:00.479Z
Hi @Gabriel_Lundh.
Did you have success setting this up so far?
- GGabriel Lundh @Gabriel_Lundh
Hi Christian!
I will try it the week to come, I have not had the time to try it yet - thanks for asking though! I will update you here on how it goes...Christian Scheuer @chrscheuer2019-11-28 14:46:33.812Z
Sounds great :)
- In reply tochrscheuer⬆:Lars @larslyd
is this still the guide to installer or connect to Hue Bridge ?
- MIn reply tochrscheuer⬆:Olivier Mortier @Mix7
At this time, that's the only thing preventing me from using Soundflow decks.
- Progress