sinedied / dmx-hue

:traffic_light: Art-Net node to control Philips Hue lights with DMX
MIT License
185 stars 22 forks source link

Support for sACN (E1.31) #28

Open alfo opened 2 years ago

alfo commented 2 years ago

Hey, thanks so much for this project, it's super helpful to be able to bridge big lighting control systems with Hue.

Is there any chance you would consider adding support for sACN (E1.31) as an input instead of ArtNet? It seems that most lighting consoles are going towards that as the default protocol, and being multicast it is also easier on the network, especially when you have many universes.

There is already an API module for it (https://github.com/hhromic/e131-node). It's a long time since I wrote any Node, so if you would be happy to do it that would be fantastic, otherwise I can see what I can cobble together.

sinedied commented 2 years ago

That would be an awesome addition, but unfortunately I don't have any time to implement this. To be honest this project was a side project I made for fun years ago, but I'll gladly accept any PRs if you're willing to contribute.