sinedied / dmx-hue

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

ArtNet to JS Node #31

Open cowboy1204 opened 1 year ago

cowboy1204 commented 1 year ago

Sorry bit of a Noob!

running JS node on windows server: my DMX controller has artnet so linked everything up on Ethernet but no control over the node:

  1. Does the DMX streaming address on my DMX controller need to be set to the ip of my windows server?
  2. As I’ve tried the above and it doesn’t work - do I need to open a port on the server for it to talk to the node?

Many thanks

TeakKey7 commented 1 year ago

Based on the documentation, I think there is a boot argument, something like host -h that will override the ArtNet listening address. You would launch the program like dmx-hue -h 192.168.0.219 or something. Clearer instructions should be on the main page.