-
Hey, thanks so much for this project, it's super helpful to be able to bridge big lighting control systems with Hue.
Is there any chance you would consider adding support for sACN (E1.31) as an inp…
-
```
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/lib/python3.9/threading.py", line 892, in run
self._…
-
Hi,
I have a problem using this package. I'm building a macOS application using Swiftui and I'm not able to control my lights with this package. I have a Raspberry Pi set up with OLA.
To explain the…
-
Outputting sACN frames would be great, as there are many matrix setups in the lighting industry that accept sACN or ArtNet.
* [ ] ArtNet
- Wasn't it license encumbered? Need to check.
* [ ] s…
-
**Describe The Bug:**
Single-channel sACN fixtures do not function; each one has a log error entry:
An unsupported color order was found. Now using default of "rgb".
**To Reproduce:**
Install…
jlg89 updated
11 months ago
-
I have an application where it would be helpful to receive all priorities, rather than just the highest priority packets in the callback; because I want to be able to make some _alternate_ decisions a…
-
I'd like to be able to test out a sACN app on a single device, however the following bare-bones code doesn't work for me:
```
import sacn
import time
HOST = 'localhost'
PORT = 5569
# Whic…
-
```
import time
import tkinter
import rtmidi
import customtkinter
import sacn
import threading
receiver = sacn.sACNreceiver()
receiver.start()
def sacntomidi():
global channel
glo…
-
When constructing the universe list for an sACN discovery message, the universe numbers are not translated to the correct byte order for the protocol. It looks like memcpy is used to load the PDU dat…
-
Just wondering how you managed to get 15 universes of Artnet/ sacn, in/out on ola. For me, it caps at 4 for Artnet and 5 for sacn.
P.s Sorry if this isn't the right place for questions, I'm new to …