ola icon indicating copy to clipboard operation
ola copied to clipboard

Eurolite DMX512-Pro not sending Data

Open dhelleberg opened this issue 1 year ago • 0 comments

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 (attached) I thinkt that the device was discovered correctly, I could also patch the device as output to a universe. Screenshot 2024-02-25 at 12 21 49

But changing DMX Values on that universe will not result in sending the data to the device. Also the LED on the device is flashing RED which is an indicator that the device is not initialized correctly.

Does the Eurotlite needs some special treatment? Should I use a different plugin then the FTDI? I'm happy to support debugging or testing patches Thanks for any help.

Logs from OLAD loglevel 3

pi@raspberrypi:~ $ olad  -l 3
olad/Olad.cpp:98: OLA Daemon version 0.10.9
olad/OlaDaemon.cpp:121: Using configs in /home/pi/.ola
common/thread/Thread.cpp:200: Thread pref-saver, policy SCHED_OTHER, priority 0
olad/OlaServer.cpp:194: Server UID is 7a70:86b2a8c0
olad/OlaServer.cpp:206: Server instance name is OLA Server
olad/AvahiDiscoveryAgent.cpp:201: Client state changed to AVAHI_CLIENT_S_RUNNING
common/thread/Thread.cpp:200: Thread http, policy SCHED_OTHER, priority 0
common/http/HTTPServer.cpp:509: HTTP Server started on port 9090
olad/AvahiDiscoveryAgent.cpp:236: State for OLA Server._http._tcp,_ola, group 0x55d42dd9c0 changed to AVAHI_ENTRY_GROUP_UNCOMMITED
olad/AvahiDiscoveryAgent.cpp:334: Adding _ola._sub._http._tcp
olad/OlaServer.cpp:481: Updated PID definitions.
olad/OlaServer.cpp:489: PID store is at 0x55d435b560
olad/AvahiDiscoveryAgent.cpp:236: State for OLA Server._http._tcp,_ola, group 0x55d42dd9c0 changed to AVAHI_ENTRY_GROUP_REGISTERING
common/thread/Thread.cpp:200: Thread signal-thread, policy SCHED_OTHER, priority 0
olad/PluginManager.cpp:73: Skipping E1.31 (sACN) because it was disabled
olad/PluginManager.cpp:73: Skipping ESP Net because it was disabled
olad/PluginManager.cpp:73: Skipping GPIO because it was disabled
olad/PluginManager.cpp:73: Skipping KarateLight because it was disabled
olad/PluginManager.cpp:73: Skipping KiNET because it was disabled
olad/PluginManager.cpp:73: Skipping Milford Instruments because it was disabled
olad/PluginManager.cpp:73: Skipping Enttec Open DMX because it was disabled
olad/PluginManager.cpp:73: Skipping Open Pixel Control because it was disabled
olad/PluginManager.cpp:73: Skipping OSC because it was disabled
olad/PluginManager.cpp:73: Skipping Renard because it was disabled
olad/PluginManager.cpp:73: Skipping SandNet because it was disabled
olad/PluginManager.cpp:73: Skipping ShowNet because it was disabled
olad/PluginManager.cpp:73: Skipping SPI because it was disabled
olad/PluginManager.cpp:73: Skipping StageProfi because it was disabled
olad/PluginManager.cpp:73: Skipping Serial USB because it was disabled
olad/PluginManager.cpp:73: Skipping USB because it was disabled
olad/PluginManager.cpp:73: Skipping Pathport because it was disabled
olad/PluginManager.cpp:73: Skipping UART native DMX because it was disabled
olad/PluginManager.cpp:195: Trying to start Dummy
olad/plugin_api/DeviceManager.cpp:105: Installed device: Dummy Device:1-1
olad/PluginManager.cpp:200: Started Dummy
olad/PluginManager.cpp:195: Trying to start ArtNet
olad/plugin_api/DeviceManager.cpp:105: Installed device: ArtNet [192.168.178.134]:2-1
olad/plugin_api/Universe.cpp:523: Full RDM discovery triggered for universe 2
olad/plugin_api/PortManager.cpp:119: Patched 2-1-I-0 to universe 2
olad/PluginManager.cpp:200: Started ArtNet
olad/PluginManager.cpp:195: Trying to start FTDI USB DMX
plugins/ftdidmx/FtdiWidget.cpp:133: Found 1 FTDI devices with PID: 24577.
plugins/ftdidmx/FtdiWidget.cpp:189: Found FTDI device. Vendor: 'FTDI', Name: 'FT232R USB UART', Serial: 'A5066G6Q'
plugins/ftdidmx/FtdiWidget.cpp:133: Found 0 FTDI devices with PID: 24593.
plugins/ftdidmx/FtdiDmxDevice.cpp:60: Widget FT232R USB UART has 1 interfaces.
plugins/ftdidmx/FtdiWidget.cpp:230: Setting interface to: 1
common/thread/Thread.cpp:200: Thread , policy SCHED_OTHER, priority 0
plugins/ftdidmx/FtdiDmxDevice.cpp:75: Successfully added 1/1 interfaces.
olad/plugin_api/DeviceManager.cpp:105: Installed device: FT232R USB UART with serial number : A5066G6Q :13-A5066G6Q
olad/plugin_api/PortManager.cpp:119: Patched 13-A5066G6Q-O-1 to universe 2
olad/PluginManager.cpp:200: Started FTDI USB DMX
plugins/ftdidmx/FtdiDmxThread.cpp:175: Granularity for FTDI thread is GOOD
olad/AvahiDiscoveryAgent.cpp:236: State for OLA Server._http._tcp,_ola, group 0x55d42dd9c0 changed to AVAHI_ENTRY_GROUP_ESTABLISHED



dhelleberg avatar Feb 25 '24 11:02 dhelleberg