Item sends thousand commands to KNX?

Hello guys.

When programming a simple switch or dimmer, and toggling the switch on/off OH sends like 1000 on/off commands to knx… the item is only used as a switch in the Sitemap file… what can be wrong? The knx is only defined with a master address - itching else

Hi @Rasmus7700,

Make sure that in your /etc/openhab2/services/knx.cfg you have enabled the following setting: ignorelocalevents=true

It seems that you are experiencing this behavior: OH2 - KNX - infinite command loop

BR,
Dim

Thanks - i’ll test that… that feature wasn’t enabled :slight_smile: