PyDMXControl icon indicating copy to clipboard operation
PyDMXControl copied to clipboard

A Python 3 module to control DMX using OpenDMX or uDMX - Featuring fixture profiles, built-in effects and a web control panel.

Results 16 PyDMXControl issues
Sort by recently updated
recently updated
newest added

Add Artnet Controller

Publishing this as more of a discussion item for @MattIPv4 to consider and perhaps comment on rather than an actual enhancement request appropriate for this library. A lot of what...

Thank you for this great project, really cool! I'd like to add some more channels because I got a RGB LED bar that contains 16 segments (R, G, B for...

At present, its difficult to add light definitions without contributing directly to the project since the `validate_item` function assumes the PyDMXControl.profiles. module name being present. Perhaps the code could be...

web/_routes.py contains `Colors.to_hex(this_fixture.get_color())` a few times, and there's no type known for `this_fixture` (in pyright, at least). If that type were annotated, you'd get an early warning that` get_color()` can...

Hi Matt. I'm looking for way to control my DMX decoder using RS485 hat on Rpi. I'd love to control it in Node-RED environment. Shield's manufacturer supplied a sample python...