I have been using the dmx 1.1 binding but are now trying to switch over to the 2.4 binding of the dmx.
So I stopped OH on my old RPI but kept the OLA running with artnet as input and usb dongle as output.
I created a thing :
Bridge dmx:artnet-bridge:mybridge [address="192.168.0.10:9090", universe=0] {
color LL1 [dmxid="25,26,27", fadetime=1000, dimtime=10000 ] .....
Where my OLA looks like this
My log looks like this:
2019-04-09 08:24:18.091 [ome.event.ItemCommandEvent] - Item 'LL20' received command 120,27,0
2019-04-09 08:24:18.113 [nt.ItemStatePredictedEvent] - LL20 predicted to become 120,27,0
2019-04-09 08:24:18.120 [vent.ItemStateChangedEvent] - LL20 changed from 106,22,0 to 120,27,0
2019-04-09 08:24:18.395 [ome.event.ItemCommandEvent] - Item 'LL20' received command 124,31,0
2019-04-09 08:24:18.401 [nt.ItemStatePredictedEvent] - LL20 predicted to become 124,31,0
2019-04-09 08:24:18.413 [vent.ItemStateChangedEvent] - LL20 changed from 120,27,0 to 124,31,0
2019-04-09 08:23:05.414 [me.event.ThingUpdatedEvent] - Thing 'dmx:artnet-bridge:mybridge' has been updated.
2019-04-09 08:23:05.417 [hingStatusInfoChangedEvent] - 'dmx:artnet-bridge:mybridge' changed from OFFLINE (COMMUNICATION_ERROR): UDP socket closed to ONLINE
Any idea what i am missing? Do the artnet need to run on the same IP as the OH?