[SOLVED] KNX Binding is killing me... Please help!

Hi everybody

I am getting crazy currently, trying to move from Openhab1 to Openhab2. I am now at a point where I do not know any further, so I am asking for some help here.

I have the following knx.things file:

Bridge knx:ip:bridge "KNX Gateway" @ "openHABianPi" [
    ipAddress="localhost",
    portNumber=3671,
    type="TUNNEL",
    readingPause=50,
    responseTimeout=10,
    readRetriesLimit=3,
    autoReconnectPeriod=1,
    localSourceAddr="0.0.0"
] {
   Thing device Switch_A28_3 "Switch A28.3" @ "HV UG" [
        //address="1.0.12",
        //fetch=true,
        //pingInterval=0,
        //readInterval=0
    ] {
        Type switch : Steckdose_EG_Wohnzimmer_Nord1 "WZ Steckdose Nord1" [ ga="<3/4/190+3/4/193" ]
        Type switch : Steckdose_EG_Wohnzimmer_Nord2 "WZ Steckdose Nord2" [ ga="<3/4/200+3/4/203" ]
        Type switch : Steckdose_EG_Essen_Ost        "Essen Steckdose O"  [ ga="<3/2/70+3/2/73" ]
        Type switch : Steckdose_EG_Essen_Sued       "Essen Steckdose S"  [ ga="<3/2/80+3/2/83" ]
   }
   Thing device Switch_A28_4 "Switch A28.4" @ "HV UG" [
        //address="1.0.13",
        //fetch=true,
        //pingInterval=0,
        //readInterval=0
    ] {
        Type switch : Light_Aussen_Eingang         "Eingang"             [ ga="<3/7/90+3/7/93" ]
        Type switch : Licht_EG_Kueche_West         "Küche West"          [ ga="<3/2/110+3/2/113" ]
        Type switch : Licht_EG_Kueche_Spuele       "Küche Spüle"         [ ga="<3/2/120+3/2/123" ]
        Type switch : Licht_EG_Kueche_Schrank      "Küche Schrank"       [ ga="<3/2/200+3/2/203" ]
        Type switch : Licht_EG_BueroWC             "Büro WC"             [ ga="<3/2/160+3/2/163" ]
   }
   Thing device Switch_A28_5 "Switch A28.5" @ "HV UG" [
        //address="1.0.14",
        //fetch=true,
        //pingInterval=0,
        //readInterval=0
    ] {
        Type switch : Licht_EG_Buero_Tisch         "Büro Tisch"          [ ga="<3/2/150+3/2/153" ]
        Type switch : Licht_EG_Kind1               "KZ Sonne"            [ ga="<3/4/210+3/4/213" ]
        Type switch : Licht_EG_Kind3               "KZ Nachtlicht"       [ ga="<3/4/220+3/4/223" ]
        Type switch : Steckdose_EG_Nachttisch      "KZ Nachttisch"       [ ga="<3/4/240+3/4/243" ]
        Type switch : Steckdose_EG_Kind_Sued       "KZ Steckdose S"      [ ga="<3/4/230+3/4/233" ]
        Type switch : Steckdose_EG_Kind_Ost        "KZ Steckdose O"      [ ga="<3/4/250+3/4/253" ]
   }
   Thing device Switch_A28_6 "Switch A28.6" @ "HV UG" [
        //address="1.0.15",
        //fetch=true,
        //pingInterval=0,
        //readInterval=0
    ] {
        Type switch    : Steckdose_OG_Gall_Nord    "Galerie Nord"        [ ga="<3/5/30+3/5/33" ]
        Type switch    : Steckdose_OG_Gall_Sued    "Galerie Süd"         [ ga="<3/5/40+3/5/43" ]
        Type switch    : Licht_Aussen_West_Lampe   "Lampe Garten W"      [ ga="<3/7/50+3/7/53" ]
        Type switch    : Licht_Aussen_West_Steckdose "Steckd. Garten W"  [ ga="<3/7/60+3/7/63" ]
   }
}

Now the problem is that only the device “Switch_A28_4” is shown on the Paper UI. All the others are not there. What the hell am I doing wrong here???

Thanks

Michael

What do you mean by “on the Paper UI”?
You should see each device instantly under Configuration->Things->

When looking at Paper UI Control pages, you will only see those devices which channels have already been linked to an item, and you will only see these channels which are already linked.

Please be aware that Paper UI Control is not intended to be a UI for daily use but only to check devices when administrating openHAB2.

Oh, thanks a lot. The key point is the “linked”. Yeah, I have them as an item, but not linked to the correct device. Stupid me!

The transition of my full blown KNX installation is really not very easy. But I am slowly getting to it.

Thanks for the help, Udo!

Michael

You’re welcome :slight_smile: