I've created a control panel for DMX washes using QLC+ and LED strips using the WLED API via HTTP Get scripts. The basic functionality works great!
I'm trying to use VJ SCHOOL's OSC Timer to turn the installation on and off at a set time, it sends an OSC message on port 7000.
Everything seems to be connected correctly but when Open Stage Control receives an OSC message that matches the target widget, it is triggering the HTTPget script on that widget for WLED, but not sending the OSC to QLC+. I've tried adding an OSC send script along with the HTTPget but it oddly doesn't want to work.
Any suggestions on how to get this to work? I thought that if an OSC message that matches the widget is received, its suppose to trigger that widget as if it had been activated manually?
Alternatively any thoughts/scripts on triggering widgets at a precise time would be appreciated!