Adding a switch to the WLED integration to ignore the dmx input per node would be nice. Its possible via mqtt and http request api like this:
(http-get-api) [adress/win&LO=1] to ignore dmx input until live data ends, [adress/win&LO=0] to un-ignore dmx input.
(mqtt) topic: wled/[node name]/api payload: &LO=1 to ignore dmx input until live data ends and topic: wled/[node name]/api payload: &LO=0 to unignore dmx input.
Heres a link to the wiki entry: HTTP request API · Aircoookie/WLED Wiki · GitHub
Right now, there is the option to add these switches manually via mqtt or http-request, but i think it belongs into the integration
Hmmm theres already a PR regarding this. Im not sure, why its not merged. TBH i have no clue about developing. I know a bit c++ and lua, but i have no practical experiences with developing. I was focusing around electronics.