I am running OPenHAB 2 on a small debian machine (Fujitsu Futro S900). I am using a Weinzierl 731 KNX interface. The KNX binding is configured with
ip=192.168.178.201 # ip of the Weinzierl interface
type=TUNNEL # the 731 is not a router
ignorelocalevents=true
localIp=192.168.178.76 # ip of the debian machine
here is an additional piece of information. I looked into the log file and found the following error:
2017-02-18 09:07:08.703 [ERROR] [.binding.knx.internal.bus.KNXBinding] - Value '74' could not be sent to the KNX bus using datapoint 'command DP 0/3/5 Lgt_EG_GM_WZ, DPT main 0 id 5.001, low priority' - giving up after second try: no confirmation reply received for L-Data.req from 1.1.249 to 0/3/5, low priority hop count 6 repeat tpdu 00 80 bd
and indeed, looking to the group monitor, there is no response from 0/3/5. The response comes from 0/3/7 as it has been defined in the items file. After the 2nd retry openHAB stops sending and that is what I can see also on the bus. So what goes wrong here?