Okay, so here's what worked for me.:
Materials:- Raspberry Pi 5, 4, 3, or Zero with a power adapter and SD card.
- Enttec Open DMX USB Adapter.
- DMX-compatible lighting fixture.
- 5-pin DMX cable (with a 5-pin to 3-pin adapter if necessary).
Update and install the necessary packages:sudo apt-get update
sudo apt-get install -y \
ola \
git \
ola-python \
python3-pipAdd the user 'pi' to the olad group:sudo adduser pi oladDisable Unnecessary Plugins
- Disable ola-usbserial.conf:sudo nano /etc/ola/ola-usbserial.confEnsure the content is as follows:
enabled = false - Disable ola-opendmx.conf:sudo nano /etc/ola/ola-opendmx.confEnsure the content is as follows:
enabled = falseEnable and configure ola-ftdidmx.conf:sudo nano /etc/ola/ola-ftdidmx.conf
Ensure the file contains the following lines:enabled = truedevice-name = FTDI DMXdevice-path = /dev/ttyUSB0 # Ensure this path is correct for your devicefrequency = 30You can find the path to theses plugins configurations files in the OLA web interface
(http://[local IP of the Raspberry Pi]:9090 or
http://localhost:9090/).
Reload the OLA plugins:sudo killall -s SIGHUP oladRestart the OLA service to apply the changes:sudo systemctl restart olaConnect the adapter to a USB port on the Raspberry Pi.

Go to http://[local IP of the Raspberry Pi]:9090.
Create your universe and add the device.

Test by only activating the correct controls; do not click on the lit lamp.
