Hi, it's our first project with the DaliCore so we are probably missing something very basic here, but we are currently trying to prepare a DaliCore to integrate it with a control system via UDP and it doesn't seem to currently work as we expected.
The unit doesn't have the DALI bus commissioned (or powered), however we defined a DMX fixture (virtually) and create two simple scenes with it with different intensities for test purposes. When clicking on the scenes buttons in the Web UI, the intensity of the fixture changes as expected.
However, we can't seem to trigger the same changes via UDP - as far as I see from the user manual, we need to send "core-scene=1" or "core-scene=2" to the unit, which we did, but without any reaction. The unit however responds correctly to "core-hello", sending us back the right answer. The UDP commands are also logged in the Monitor window, just the scene change doesn't actually work.
Thanks in advance for any help/ideas!