Skip to content

DMX-Hue - OLA trigger config to control Philips Hue color lights with DMX (Art-Net, sACN or via DMX input)

Notifications You must be signed in to change notification settings

gobo-ws/ola-trigger-rgb-hue-dmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DMX-Hue

OLA trigger config to control Philips Hue color lights with DMX (Art-Net, sACN or via DMX input)

This is not the most elegant solution but it works though and the color conversion from RGB to CIE1931 is not perfect.

Please note that the Hue bridge has some frame rate limits.
SyntheFX has a good article regarding Philips Hue response times vs. DMX.

This config also works with the deCONZ API from Dresden Elektronik (does not support HTTPS at the moment though)

Requirements

Installation

  • Download the rgbhue.conf and edit the configuration section
  • Download the rgbhue.sh shell script, place it in the same directory and make it executable with chmod +x
  • Download the rgbhue_flow.json file, import it into Node-RED and edit the Hue bridge settings

OLA trigger documentation

Usage

  • Before running ola_trigger, make sure that olad is running and the universe has been configured with a DMX512 source.
    The config file is provided on the command line:

ola_trigger rgbhue.conf

DMX protocol

  • Channel 1 Dimmer. Value 0-255 (0%-100%)
  • Channel 2 Red intensity. Value 0-255
  • Channel 3 Green intensity. Value 0-255
  • Channel 4 Blue intensity. Value 0-255
  • Channel 5 Color temperature. Value 0-255 (6500K - 2000K)
  • Channel 6 Transition time. Value 0-255 (seconds)

About

DMX-Hue - OLA trigger config to control Philips Hue color lights with DMX (Art-Net, sACN or via DMX input)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages