sinedied / dmx-hue

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

Transition/white channels not appearing, cannot re-order lights after changes to config file #41

Closed toxic-teddy closed 11 months ago

toxic-teddy commented 11 months ago

Screenshot 2023-07-15 at 12 53 20 PM

Hi, sinedied. Any changes I make to the config file (even if I make those changes during setup) are not reflecting when I run dmx-hue.

I have tried:

  1. Re-ordering my lights
  2. Setting the transition time channel to yes
  3. Enabling the white channels.

All I get are the default RGB channels for each of my Hue lights. Unable to add the transition channel (channel 1, and re-order the lights is making it incompatible with the mapping I'd previously done in my DMX program, where I could see the transition channel and the lights in the proper order [1,3,2].

Is there a way to force the configuration? I've already tried deleting the config file and doing the setup again. No matter what, I only get the default light order with no transition time/white control channels.

sinedied commented 11 months ago

Looking into this, it may be because of the recent changes but there's no trace of this being used in the code anymore 😅 Should be a quick fix

sinedied commented 11 months ago

Oups, the code was there but due to a silly regression config options were always ignored.

sinedied commented 11 months ago

:tada: This issue has been resolved in version 2.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: