daliserver icon indicating copy to clipboard operation
daliserver copied to clipboard

Command multiplexing server for the Tridonic DALI USB adapter

Results 10 daliserver issues
Sort by recently updated
recently updated
newest added

Hi. I followed the debian installation instruction and when starting the daliserver it throws me an error saying it cannot find a usb device. And I can see that my...

At the moment daliserver sends network messages when it receives information about 16-bit forward frames observed on the bus from the DALI USB device (packets starting 0x11 0x73), but doesn't...

As stated here https://github.com/sde1000/python-dali/issues/10#issuecomment-141428280 it would be good to have 24 bit frame support in daliserver.

This is not a request for implementation, it's just here in case anyone is interested! This is how DSI commands are sent: ``` 9 7.461141 host 1.10.2 12e00005000000ab00 DSI light...

Some DALI command sequences are supposed to be sent as "transactions"; in particular, configuration commands that are sent twice must be sent as transactions. It looks like the DALI USB...

I'm writing a script that finds ballasts on a DALI network using INITIALISE / RANDOMISE / COMPARE / WITHDRAW / TERMINATE etc. as a test case for a library I'm...

This is a re-work of my earlier pull request (now closed) regarding startup scripts for systems that need to support more than one DALI USB device being plugged in at...

When we boot our system, at first everything works fine. However after not sending any commands to DALI at night, when we start sending them again the next day, we...

Hi, I tried to setup daliserver in a ubuntu 14.04 guest on a windows 10 host with virtualbox. The USB device filter for the VM is configured properly to access...

This PR is a refactoring of #14 , providing only support for systemd. Closes: #14 Also included are a general overhaul of the packaging, as well as some minor fixes....