Laggy KNX-Switches and offline KNX-Things

Hi there,

I´m just trying to migrate from openhab 2 and legacy knx to the new world.

I have this config:

Host: Ubuntu VM (for testing → later raspberry)
openHab Instance: Docker

I reduced the config here for better readability

knx.things

Bridge knx:ip:bridge [
    type="ROUTER",
    ipAddress="224.0.23.12",
    portNumber=3671,
    //localIp="192.168.0.11",
    readingPause=50,
    responseTimeout=10,
    readRetriesLimit=3,
    autoReconnectPeriod=60,
    localSourceAddr="0.0.0"
]{
    Thing device Aktor_1_1_1 "Aktor_1.1.1" [
    address="1.1.1",
    fetch=false,
    pingInterval=600,
    readInterval=0
    ]
    {
                Type switch : ch1 "Erdgeschoss Kueche" [ ga="1/1/0+5/1/12" ]
                Type switch : ch3 "Erdgeschoss Esszimmer" [ ga="1/1/4+5/1/13" ]
                Type switch : ch2 "Erdgeschoss Wohnzimmer" [ ga="1/1/6+5/1/14" ]
                Type switch : ch6 "Erdgeschoss Buero" [ ga="1/1/13+5/1/16" ]
                Type switch : ch8 "Erdgeschoss Speiss" [ ga="1/1/9+5/1/17" ]
        
    }
            Thing device Aktor_1_1_8 "Aktor_1.1.8" [
                address="1.1.8",
                fetch=false,
                pingInterval=600,
                readInterval=0
                ]
                {
                            Type dimmer : ch1 "Erdgeschoss Esszimmer" [ switch="1/1/3+<5/1/4", position="2/1/9+<5/1/5", increaseDecrease="2/1/2"]
                            Type dimmer : ch2 "Obergeschoss Schlafzimmer" [ switch="1/2/5+<5/2/1", position="2/2/6+<5/2/0", increaseDecrease="2/2/0"]
                    
                }
}

knx.items



Dimmer Erdgeschoss_EsszimmerEsstisch "Erdgeschoss_EsszimmerEsstisch" { channel="knx:device:bridge:Aktor_1_1_8:ch1" }
Switch Erdgeschoss_BueroDeckenlampe "Erdgeschoss_BueroDeckenlampe" { channel="knx:device:bridge:Aktor_1_1_1:ch6" }

Now, the switches, but sometimes with tremendous lag (15 secs)
The dimmer doesn´t work at all (addresses are correct)

The channels are ALL offline, the gateway is online

Several questions:

  • Where could the lag come from ? (it´s sporadic)
  • Why doesn´t the dimmer work ?
  • Why are all the channels offline ?
  • What´s the best approach for analysis ?

Many thanks in advance guys!

Greetings,

Julian

I answered the question

  • Why doesn´t the dimmer work ?
    myself.

The dpt were missing.

nobody ? :frowning:

hmmmm… I´m on my own here, it seems :frowning:

Thanks for reading anyway guys …

Sorry you’re not getting a response. I don’t know anything about KNX, so can’t be of any help.

If it were me, I’d try to set it up from scratch, so that you don’t get stung by any config that doesn’t properly carry over from OH2.

It might help to change the title of the post so that it’s more obvious this is about KNX.

Now that you say it :slight_smile: … you´re perfectly right…
I´ll change the title … :slight_smile:
Have a great evening ahead of you!

Bridge knx:ip:bridge [
    type="ROUTER",
]{
    Thing device Aktor_1_1_1 "Aktor_1.1.1" [
    fetch=false,
    pingInterval=600,
    readInterval=400
    ]
    {
                Type switch : ch1 "Erdgeschoss Kueche" [ ga="1/1/0+5/1/12" ]
                Type switch : ch3 "Erdgeschoss Esszimmer" [ ga="1/1/4+5/1/13" ]
                Type switch : ch2 "Erdgeschoss Wohnzimmer" [ ga="1/1/6+5/1/14" ]
                Type switch : ch6 "Erdgeschoss Buero" [ ga="1/1/13+5/1/16" ]
                Type switch : ch8 "Erdgeschoss Speiss" [ ga="1/1/9+5/1/17" ]
        
    }
            Thing device Aktor_1_1_8 "Aktor_1.1.8" [
                fetch=false,
                pingInterval=600,
                readInterval=400
                ]
                {
                            Type dimmer : ch1 "Erdgeschoss Esszimmer" [ switch="1/1/3+<5/1/4", position="2/1/9+<5/1/5", increaseDecrease="2/1/2"]
                            Type dimmer : ch2 "Obergeschoss Schlafzimmer" [ switch="1/2/5+<5/2/1", position="2/2/6+<5/2/0", increaseDecrease="2/2/0"]
                    
                }
}

Try like this but keep in mind that the router needs multicasting to work so check with your router for igmp to be disabled also check the load on your bus and if the trafic is below 5 percent then try readInterval of the thing to lower it but preferably adjust the devices to send the value after each change