Sorry I have to do this in english, my german writing is still below acceptable limit

Last carnaval was a succes again. complete parade wagon powered by pc_dimmer again

But now I found myself another challenge again. I'm also a home cinema enthousiast. (For the insiders, I'm a proud owner of a barco 1208 CRT projector.....yep old style, but full HD) My home cinema is a ongoing WIP. One day I will move all my equipment to a dedicated room.
But for the challenge now...I want to automate my room lightning. I.e. when I pauze a movie I want the lights to slowly go on and vice versa.
Also in the future i want to move my screen up and down and so on. Since I already have a lot of DMX equipment, what better way to do it then use DMX with pcdimmer

The tricky part is to use it with I-rule application. In short, this is a remote control application that can be fully customized. The remote control unit can be an Android or IOS unit. At this moment i'm using an old ipad 1 as remote control.
At this point I already achieved that I can control all my media players, htpc, sound, with this application. It is capable of sending IR (via global cache unit), Serial and IP commands.
Nice till so far. Next step is to use the pcdimmer "terminalschnittstelle" to send IP commands from i-rule to pcdimmer.
After one day of trying and lots of reading here in the forums I finally decided to write here and ask for help.
What I have done so far:
Enabled "activate terminal" (port 10160)
ran some test commands with the pcdimmer_CMD.exe and with the test tool "form1" provided in the wiki pages.
These two programs do the job. So the tricky part would be to have i-rule send the command to this port. And this is where i'm stuck.
I'm pretty sure that i-rule is sending the command. I even used wireshark to sniff the ip packets. I will include the screenshots later on. I compared the working packets that were send with the test program and the packet that were send with the i-rule application. I can see no big difference, allthough I know the details are the problem here offcourse.
I have read a lot here on the wiki pages, but still a few things that I can not wrap my head around...
- The commands have to be send as text via ip on port 10160. But what is the protocol behind it? Http, telnet? or something else?
- Can the commands be send via http? (I was assuming that the http interface is only for the pcdimmer remote control gui, I mean the one that is on another port nr. not 10160)
- Can someone give me an example of what is really send, is there a specific pre-fix needed?
This is what i sent via i-rule:
set_absolutchannel 2 -1 0 3000 0
The ip adress and portnumber is given elswere in the application. So i-rule is always sending to the ip:port "set_absolutchannel 2 -1 0 3000 0"
Help is welcome,
kind regards,
Maurice