Vimar by-me KNX Binding not working?

Hello! First time post here so…

I´m using Openhab on my Synology NAS for just a few things (Netatmo, Plex, …) and wanted to add my Vimar by-me bus system to it. So I installed the binding, logged the Group address with ETS5 and created my knx.things and knx.items file:

knx.things:

Bridge knx:ip:bridge [  
    type="ROUTER", 
    localIp="192.168.1.49",
    readingPause=50,
	responseTimeout=10,
	readRetriesLimit=3,
	autoReconnectPeriod=1
]
{
Thing device knxLichter "KNX Lichter" [

]

{

    Type switch : Essbereich "Essbereich" [ ga="1.001:0/0/1+<1/6/57" ]
}
}

knx.items:

Switch Essbereich “Licht Essbereich” { channel=“knx:device:bridge:knxLichter:Essbereich” }

So while I´m using the Item in Paper UI nothing happens. I guess there´s something wrong with the address. I was searching the internet a lot but cannot find the solution for my problem.

Maybe somebody can help me out and give me a hint, where I´m struggeling?

Thank you and best regards,
Mario

Hello,
short update here. I solved it finally! :slight_smile:

I changed the type to TUNNEL and that´s it! Addressing the Vimar devices looks like this (because there is no status address):

Type switch : Essbereich “Essbereich” [ ga=“1/6/57” ]

Hope this is also helpful for other people struggeling with openhab and vimar!