sinedied / dmx-hue

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

Channel "red" stuck #49

Open martinse1 opened 6 months ago

martinse1 commented 6 months ago

Hi, I was testing "dmx-hue", but I encoutered an issue with my "Extended Color Light". The Channel "Red" got stuck somehow. The Lights were "red" even when I used "green" or "blue" channel. I could see the Light flashing the correct colour briefly but went back to "red" immediatly. The white channel was working fine. I also configured my "Extended Color Light" without any other Lamps on the configuration and with only the RGB-channels. Then the issue with "red" sticking was not present.

Regards Martin

bartjakobs commented 5 months ago

I had the same problem. Removing .effect('none') on line 44 of lib/hue.js seemed to fix this. The default value for effect is 'none', but I believe without calling effect(), the 'effect' parameter won't be sent to the hue bridge, instead of using the default value.

This might be a bug specific to the (brand-less AliExpress) lamps I'm using.