jnimmo / hass-dmx

Home Assistant DMX over IP Integration
MIT License
107 stars 46 forks source link

Feature request: fixed channels #56

Open mvandenabeele opened 3 years ago

mvandenabeele commented 3 years ago

Hi

I have several 4-channel dimmerpacks with 3 extra control channels. The values of those control channels must be 255, 0 and 255 for the dimmerpack to operate as a normal dimmer. I can do this by adding extra channels in the config, with corresponding values, but when the home assistant service is called to turn off all lights, those control values go to 0 as well, and the dimmerpacks don't function as dimmers. Would it be possible to add a new 'fixed' type that has the value given in config and that can never change?

Kind regards Merijn