Page 1 of 1

UDP control

Posted: Tue Apr 18, 2023 11:38 am
by Fabien
We are trying to contole scene start with ethernet by UDP but we can't find any documentation for the dina serie.

Can anyone have some advice at list the device ID would be nice right now we are just guessing...

Re: UDP control

Posted: Mon Apr 24, 2023 6:57 am
by Wibs
Hi,
There's this forums post from 2022 here on forums viewtopic.php?f=49&t=44983 and it has a link to the HEX.
I have managed to get to my DR2 LITE to change scenes, but I haven not yet been successful to use the dimmer nor starting a scene nr 11 or higher.

Re: UDP control

Posted: Fri Sep 15, 2023 3:07 am
by Mjferry79108
How did you get UDP working ? I’ve been trying to start scenes with no luck. Testing with packet sender

Re: UDP control

Posted: Mon Sep 18, 2023 2:20 pm
by Mjferry79108
Did you ever get scene# 11 or higher to work? I am just able to get up to 10 working as well.

Re: UDP control

Posted: Thu Nov 23, 2023 5:40 pm
by pilasz
To answer question about scenes above 9 - all scenes work - this is hex, so for addresses above 9 do as follow: 10 is 0A, 11 is 0B etc. up to 0F for (16) and then 10 for (17).

Unfortunately, I did run in another issue that prevented me in using the unit.
All "global" scenes can be controlled, but there is an issue controlling any scenes in other zones.
Instruction notes that one should just corelate "Item Index" to control groups according to xml file.
This does not work.

See below for xml file.
System is configured with 5 global scenes and 2 for each Zones (1-4) - total of 13 scenes.

Indexes 0-4 (Global 1-5) work as intended, however when sending commands to anything NOT in Global, fails.
All indexes in example listed here with number higher than "item index=4" do nothing.

When I send command for index 0,1,2,3 and 4 system works fine, for index 5,6,7 ...12 system does not react.
nes.

Is there a way to hit those NOT in global zone?
The main appeal of the device is ability to separate venue into Zones, and if triggering does not work, that is a problem.

As a matter of fact, all zone control works fine for STICK 3 protocol (which I had to use in place of new DINA-DR2 Lite).

On Index 4 (Global 5) - 44 69 6E 61 5F 5F 32 41 0A 01 FF FF FF FF FF FF FF FF 01 00 1B 00 01 03 04 00 64 - works fine
On Index 5 (Zone 1) - 44 69 6E 61 5F 5F 32 41 0A 01 FF FF FF FF FF FF FF FF 01 00 1B 00 01 03 05 00 64 - doees not work


Any help would be appreciated.
Jacek
__________________________________________________________
<software>ESAPro2</software>
<channelCount>15</channelCount>
<Scenes count="13">
<item index="0">
<Scene affectedZone="0" name="Global 1"/>
</item>
<item index="1">
<Scene affectedZone="0" name="Global 2"/>
</item>
<item index="2">
<Scene affectedZone="0" name="Global 3"/>
</item>
<item index="3">
<Scene affectedZone="0" name="Global 4"/>
</item>
<item index="4">
<Scene affectedZone="0" name="Global 5"/>
</item>
<item index="5">
<Scene affectedZone="1" name="Zone 1 S1"/>
</item>
<item index="6">
<Scene affectedZone="1" name="Zone 1 S2"/>
</item>
<item index="7">
<Scene affectedZone="2" name="Zone 2 S1"/>
</item>
<item index="8">
<Scene affectedZone="2" name="Zone 2 S2"/>
</item>
<item index="9">
<Scene affectedZone="3" name="Zone 3 S1"/>
</item>
<item index="10">
<Scene affectedZone="3" name="Zone 3 S2"/>
</item>
<item index="11">
<Scene affectedZone="4" name="Zone 4 S1"/>
</item>
<item index="12">
<Scene affectedZone="4" name="Zone 4 S2"/>
</item>
</Scenes>
<Zones count="5">
<item index="0">
<Zone name="Global Zone"/>
</item>
<item index="1">
<Zone name="Zone 1"/>
</item>
<item index="2">
<Zone name="Zone 2"/>
</item>
<item index="3">
<Zone name="Zone 3"/>
</item>
<item index="4">
<Zone name="Zone 4"/>
</item>
</Zones>
<TimeTriggers count="0"/>
</root>