python-dali icon indicating copy to clipboard operation
python-dali copied to clipboard

Library for controlling DALI lighting systems

Results 23 python-dali issues
Sort by recently updated
recently updated
newest added

Hi, I get a 0 as response when I querying a scene with has the value 255. ``` dali_driver = SyncHassebDALIUSBDriver() a = address.Short(1) b = gear.QuerySceneLevel(a, 8) c =...

Was just checking changes to my fork and the upstream one and noticed that the CI setup changed. Would it be OK to also run the driver tests I did...

This is the driver for my custom DALI interface. The design will be published as open-source. The DALI to serial conversion is pretty basic, mainly just translating what happens on...

Can python-dali be used to commission this device ? https://www.lunatone.com/wp-content/uploads/2018/03/86458507-4L_DALI_MC4L_EN_D0032-1.pdf

There's another possible USB2DALI device from Philips which I haven't yet been able to get working (with official software which requires key activation): ``` New USB device found, idVendor=0471, idProduct=0003,...

Hi, I've found this raspberry shield https://www.shop.atxled.com/products/dali-hat-for-raspberry-pi-b-and-b?variant=18469832884339 Is this supported? In alternative any suggestion on a cheap DALI2 to USB adapter is really appreciated. Thanks, BR

Comments originally from @rnixx in #68: Hi Stephen, > I still don't think there's a "winner" amongst the several driver APIs I don't think we should talk about a "winning"...

The collection of device drivers isn't really "plug-and-play" at the moment. All the example code imports the author's favourite driver and needs to be edited before being run to work...

- Create TCPBackend analog to USBBackend (https://github.com/sde1000/python-dali/blob/master/dali/driver/base.py#L134) - Create TCPListener analog to USBListener (https://github.com/sde1000/python-dali/blob/master/dali/driver/base.py#L197) - Create DaliserverDriver (Example https://github.com/sde1000/python-dali/blob/master/dali/driver/tridonic.py#L85) - Create SyncDaliserverDriver (Example https://github.com/sde1000/python-dali/blob/master/dali/driver/tridonic.py#L211) - Create AsyncDaliserverDriver (Example https://github.com/sde1000/python-dali/blob/master/dali/driver/tridonic.py#L240)

I've used this library as glue between my lighting and other home automation and now that I have couple of tunable white dt8 devices I want to add colour control...