mx

Results 39 comments of mx

https://kno.wled.ge/interfaces/e1.31-dmx > 0.14.0-b1 has to be updated, check docs above to describe the new modes ..

check out https://github.com/Aircoookie/WLED-Docs/pull/106

Please test PR https://github.com/Aircoookie/WLED/pull/2891 to control segments by sending DMX.

Simplest would be setting priority in WLED E1.31 sync settings UI (default: 0 = ignores prio => as is). In e31 handling then just skip packages with priorities > this...

https://support.etcconnect.com/ETC/Networking/General/Difference_between_sACN_per-address_and_per-port_priority It's called port priority. By the way it says _lower priority value = lower priority_, makes more sence, so correct is In e131 handling skip packages with priorities <...

Not exactly as the standard says but skips packages with priority != UI config priority, if UI priority != 0 This is the most restrictive way to handle e131 priority...

Implemented highest priority sender handling: Looking for someone to test this -> https://github.com/Aircoookie/WLED/pull/3052

@kengruven yes, actually I just added the two basic modes (rgb & drgb). Of cause these modes can be controlled by generic fixtures, for sure. There are some other modes...

That should fix this: https://github.com/Xinne/osc4py3/pull/9