Streaming ACN
Lights can be controlled via ESTA E1.31, also known as sACN, over your local network.
Don’t forget to install the requirements
pip3 install -r requirements/led-sacn.txt
Warning
It is recommended you reduce anim fps
to 24fps or even lower depending
on your network conditions. sACN receivers may have trouble keeping up otherwise.
Setting this value will limit the frame rate for the animations running on MQTTany, but there is no guarantee that the receiver will be able to keep up.
Paths
Some additional statistics are published when using this output mode.
Path |
Description |
---|---|
|
The universe or range of universes used by this
array will be published here with
|
|
The network transmission mode, unicast or
multicast, will be published here with
|
|
If using unicast the target address will be
published here with |
|
If a sync universe was specified it will be
published here with |
Configuration
led:
array_name:
sacn:
universe:
#address: ''
#sync universe:
Array Definition
The following additional options are added to array definitions when using this interface.
Option |
Description |
---|---|
|
Universe number, more universes may be controlled depending on the number of LEDs and channels in the array. |
|
Unicast address or hostname. If not provided then multicast will be used |
|
Universe to send sync packets to. If not provided data packets will be sent immediately and no sync packets will be sent. Caution Using sync results in a LOT more network traffic. Use with care. This has not yet been tested |