OH2 KNX binding sends permanently telegrams

Hi folks,

I’m very new here, have a 20 year old instabus installation, wiregate to connect to the bus and OH1 installed on a RPi3 - which is working fine. Now I got an echo and therefor want to switch to OH2.
I tested a very small fresh installation of OH2 with just one simple item - a switch to a light, which works properly with OH1
The item in OH1:

Switch Licht_EG_WZ		"Licht WZ Tisch M"	(gEG_WZ_Tisch, sgLichter) 	{knx="1/0/9"}

Switch Licht_EG_WZ “Licht WZ Tisch M” (gEG_WZ_Tisch, sgLichter) {knx=“1/0/244”}

The item in OH2:

Switch 			EG_EZTisch_M_KNX		"Licht Esstisch mitte (knx)" 	<light> [ "Lighting" ] {knx="<1/0/244"}

switching the light in OH2 leads in and overflow of permanently sended telegrams to the bus:

2017-01-02 12:43:36.574 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Wrote value 'OFF' to datapoint 'command DP 1/0/244 EG_EZTisch_M_KNX, DPT main 0 id 1.001, low priority'
2017-01-02 12:43:36.592 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Received groupWrite Event.
2017-01-02 12:43:36.609 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Wrote value 'OFF' to datapoint 'command DP 1/0/244 EG_EZTisch_M_KNX, DPT main 0 id 1.001, low priority'
2017-01-02 12:43:36.627 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Received groupWrite Event.
2017-01-02 12:43:36.643 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Wrote value 'OFF' to datapoint 'command DP 1/0/244 EG_EZTisch_M_KNX, DPT main 0 id 1.001, low priority'
2017-01-02 12:43:36.653 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Received groupWrite Event.
2017-01-02 12:43:36.674 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Wrote value 'OFF' to datapoint 'command DP 1/0/244 EG_EZTisch_M_KNX, DPT main 0 id 1.001, low priority'
2017-01-02 12:43:36.694 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Received groupWrite Event.
2017-01-02 12:43:36.711 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Wrote value 'OFF' to datapoint 'command DP 1/0/244 EG_EZTisch_M_KNX, DPT main 0 id 1.001, low priority'
2017-01-02 12:43:36.728 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Received groupWrite Event.
2017-01-02 12:43:36.743 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Wrote value 'OFF' to datapoint 'command DP 1/0/244 EG_EZTisch_M_KNX, DPT main 0 id 1.001, low priority'
2017-01-02 12:43:36.763 [DEBUG] [.binding.knx.internal.bus.KNXBinding] - Received groupWrite Event.

which results in a flickering light with no update on the item - in OH1 item is perfectly updated.
Unfortunatly I don’t have the original ETS configuration, but since the item updates in OH1 are working, I’m asuming that reading works on the same GA.
No idea at all!
Can you please help me, I’m desperate and Alexa whant’s to do her Job :wink:

thanks in advance,
Herbert

Try setting: ignorelocalevents=true in /etc/openhab2/services/knx.cfg

Tanks for hint but it doesn’t work. Same effect - flickering light.
:cry: