ola icon indicating copy to clipboard operation
ola copied to clipboard

The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry

Results 233 ola issues
Sort by recently updated
recently updated
newest added

Hi, I'm running ola 0.10.9 on a raspberry pi and I have a Eurolite DMX512-Pro connected via USB. I deactivated all plugins except dummy, Artnet and ftdidmx From the logs...

I realised you might not have got the @mention in my personal repo ( https://github.com/peternewman/ola/pull/43 ) so I'll stick it here too. This PR would want to go in after...

enhancement

Just compiled the latest OLA and having issues with `rdm_test_server.py` ``` ~/ola-0.10.9$ rdm_test_server.py Traceback (most recent call last): File "/usr/local/bin/rdm_test_server.py", line 37, in from ola.ClientWrapper import ClientWrapper, SelectServer ModuleNotFoundError: No...

As a side note, I've discovered that the Eurolite only works when it is already present when ola starts. If I insert it later, I get this log: ``` libs/usb/HotplugAgent.cpp:172:...

bug
Priority-Medium
Type-DeviceSupport
Component-Plugin
Usability
OpSys-Linux
Difficulty-Medium
Language-C++

I don't know what you think about this (maybe as a future enhancement for another PR): 1. Start up OLAd in enable_eurolite_mk2 2. If no (non-blank) eurolite_mk2_serial set (at startup),...

enhancement
Type-DeviceSupport
Priority-Low
OpSys-All
Difficulty-Easy
Language-C++

I was playing with the new web interface and not seeing any action from my fixtures, so I ran `ola_dmxmonitor` to make sure the data was getting sent to OLA....

Additionally. unfortunately, protobuf also requires at least C++14 but the configure only set `-std=gnu++11`, making the compilation of the test programs, which check for the protobuf headers, fail. (This is...

bug
OpSys-All
Maintainability
Language-C++

This partially (but a big step) solves the issue described in #1793 and at https://groups.google.com/g/open-lighting/c/6yBsDBnpANU. Note that I have only tested this on Debian 11. Possible milestone #1792 cc @peternewman

E.g. in a separate Debian package etc As raised by @kengruven in #1912 but I've thought the same thing too previously (and don't seem to have made an issue about...

enhancement
Priority-Medium
Usability
API-Python
OpSys-Linux
Component-ExamplePrograms
Difficulty-Easy
Language-Python

The support is not 100% according to the standard, it for instance does not check if after the minimum wait duration a full packet was actually received and if not...