sinedied / dmx-hue

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

Dimming Individual Bulbs with separate transition times #11

Open Nel129 opened 4 years ago

Nel129 commented 4 years ago

Hello!

Thanks for this great bit code! I've got my hue bridge working with an ETC Nomad system which is perfect for the project I'm on. I just want to check that I am not missing something. Is it possible to assign transition times to individual bulbs? I can use the transition time DMX channel for my whole group of bulbs, but I would love to have more individual control over different bulbs in different rooms.

Thanks!

sinedied commented 4 years ago

Currently it's not possible to set transition time for individual lights, but this could be supported with a bit of work. I'm not actively developing this tool anymore, but I'll gladly accept a PR with an extra option to use either a global channel or individual channels for transition time (could be --transition global|separate).