Should work on Windows, Linux and MacOS. I've only tested Windows so far.
- NodeJS.
- Philips Hue Bridge.
- One or more Philips Hue products connected to the Hue Bridge.
- Your computer should be running on the same network as your Hue devices.
- Your firewall should allow connections between these devices on the local network. This is probably not something you have to change unless you've fiddled around with it manually before-hand.
- Install QLC+. Download here so you can send signals to an ArtNet address.
- Install the
dmx-hueArtNet server that translates DMX signals into Hue commands:
npm install -g dmx-hueFor more info, see the excellently documented repository here.
- Press the button on your Hue Bridge to accept new incoming authentication request from your
dmx-hueserver. - Set up the
dmx-hueconnection to your Hue environment by running:
dmx-hue setupJust leave everything by default unless you know what you're doing.
TODO: Still figuring this out