DMX OLA configuration for OH2

Hello guys!
In my OH1, I used OLA as ArtNet Node to receive DMX commands.

Recently I set up OH2 and obviously, the DMX ArtNet binding is not yet available for OH2.
So I tried to connect to OLA with the DMX OLA binding with the correct connection settings “localhost:9090”, where my OLA is running. But this is not working.
Now my question: Is it necessary to change something in the OLA Universe config as well? Currently the input port is ArtNet.

It is running now. It took me a while and several tries to find out that port 9090 is just http and 9010 is for the necessary RPC connection

1 Like

Is it possible to use address channels (from a small Artnet Node) without OLA?
I did this in Openhab 1.8.3 , but now this is not available.

Thanks

@J0hN can you share your configs? Did you use ltp or htp in ola? Did you use universe 0 in OLA?

@J-N-K is this wrong config:

Bridge dmx:artnet-bridge:mybridge [address="192.168.0.12:9010"] {
	 color LL1_thing [dmxid="25,26,27", fadetime=1000, dimtime=10000 ]
	 .....

My log tells me:

2019-04-21 17:49:13.739 [hingStatusInfoChangedEvent] - ‘dmx:color:mybridge:LGB3_thing’ changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)

So I assume its correct, however none of my lights does anything… however log says:

2019-04-21 18:01:00.901 [vent.ItemStateChangedEvent] - LL6 changed from 259,100,100 to 0,100,32

2019-04-21 18:01:01.329 [vent.ItemStateChangedEvent] - LL6 changed from 0,100,32 to 0,100,100

2019-04-21 18:01:01.924 [vent.ItemStateChangedEvent] - LL6 changed from 0,100,100 to 300,100,100

2019-04-21 18:01:02.122 [vent.ItemStateChangedEvent] - LL5 changed from 0,0,0 to 0,100,32