Comment on page
DALInet
Available from 0.1.3a
This plugin adds basic support for controlling DALI fixtures using the Foxtron DALInet converter by implementing the Foxtron ASCII protocol.
Currently it's only possible to target individual DALI addresses (either single or in RGB groups) but group and broadcast support is in the works, just like storing and recalling DALI scenes and setting the fade duration.
Here is an example of setting the IP address to the DALInet's default 192.168.1.241:
{
"DALInet": {
"IP": "192.168.1.241"
}
}
You can use DALInet to transmit to single, group or broadcast addresses on the DALI bus.
This is achieved by using higher channel numbers
Single: 1-64
Group: 101-115
Broadcast: 201+
Last modified 3yr ago