Things & Items created in paper UI are working, but not when created in .things & .item files

Hello,

I’me quite new with open hab.
I wanted to link My KNX with opehab with the KNX binding.
I created the tunneling with in the .things file, and if I create Items and things in paper UI they seem to work, but when I want to create this in the.things and .items file, they show up in Paper UI as well, but they do not work when I try them in the control sheet from paper UI.

.things file:
/TUNNEL

Bridge knx:ip:bridge [

type="TUNNEL", 

ipAddress="192.168.0.220", 

portNumber=3671, 

localIp="192.168.0.118",

readingPause=50, 

responseTimeout=10, 

readRetriesLimit=3, 

autoReconnectPeriod=60,

localSourceAddr="0.0.0"

] {

Thing device generic "1.1.31 Zennio Maxinbox8"[

    address="1.1.31",

    fetch=true,

    pingInterval=300,

    readInterval=3600

] {

    Type switch : Ch_1  "Lamp_inkomhal" [ ga="1.1.0+<1.2.0" ]  

    Type switch : Ch_2  "Lamp_wc" [ ga="1.1.2+<1.2.2" ]

}

}

.Items file

Switch Ch_1 “Lamp_inkomhal [%s]” { channel=“knx:device:bridge:generic:Ch_1” }

Switch Ch_2 “Lamp_wc [%s]” { channel=“knx:device:bridge:generic:Ch_2” }

Does annyone has some advice?

Thank you

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.