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

I recently learned of the sACN sync packet. It is defined in E1-31-2018 sections 1.5, 4.2, 6.2.4, and 6.3. I would be great if OLA was able to: - Send...

enhancement
Component-Plugin
Difficulty-Medium
Language-C++

In an Ubuntu system with 2 FTDI USB RS485 converters (one is active in Modbus RTU poller from OpenHAB and in the other I would like to transmit DMX) but...

Hello II managed to have OLA working starting with :9090 but not the RDM tester. Raspberry 5 8gb It looks that I have an error during installation: OlaClientWrapperTest.cpp:52:Assertion Test name:...

question
Component-RDMTestServer

Error: can't concat str to bytes Traceback (most recent call last): File "/usr/local/bin/rdm_test_server.py", line 283, in _RunTests tests, device = runner.RunTests(test_filter, False, self._UpdateStats) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dmx/ola/python/ola/testing/rdm/TestRunner.py", line 346, in RunTests...

I'm packaging this for Fedora 40 and I hit the following build error: ``` In file included from ./include/ola/Clock.h:32: ./include/ola/base/Macro.h:45:11: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor] 45...

Hello, I am trying to build OLA from source on macos (M2) but when running ./configure I run into this problem: ``` checking for protoc... /Users/user1/miniconda3/bin/protoc checking protoc version... 25.3.0...

- Add OlaClient.reloadPlugins() - Add OlaClient.getPluginState() - Add OlaClient.setPluginState() - Changed evaluation of PROTOBUF_VERSION, because pkg-config adds trailing ".0" to the version, which is not compatible with the available Java...

Our "new" readymade USB DMX Interface "Nodle R4S" has a different PID than the Nodle U1, but otherwise is compatible. So I just added the additional PID and list the...

ola_dev_info was showing un unexpanded '%d': Device 8: OSC Device port 0, IN /dmx/universe/%d, priority 100 port 1, IN /dmx/universe/%d, priority 100 port 2, IN /dmx/universe/%d, priority 100

question