Hello
I have some trouble implementing the OH bridge to my KNX installation.
It worked in the past with my demo board and a different interface.
Now i have a MDT router (disabled IP secure) and i cannot get it to work.
The device shows as ONLINE in the Things overview but my item does not fire.
Hope you can help.
If i try tunneling and specify the IP address of the router the thing changes to “unknown” and eventually to “offline” with the following log entry:
2021-02-05 10:07:08.766 [ERROR] [Xnet/IP Tunneling 192.168.2.117:3671] - establishing connection failed, timeout connecting to control endpoint /192.168.2.117:3671
I double checked the IP address.
Should i use tunneling instead of router? I tried that but the device is not coming online.
The manual says the router can establish up to 4 Tunnel connections to the bus.
If i use tunneling in the future do i have to make any configuration or will the router take care of the “clients” like Openhab or programming the bus in the ETS?
Thank you!
Things file:
Bridge knx:ip:bridge [
type="ROUTER",
//ipAddress="192.168.2.117",
autoReconnectPeriod=60 //optional, do not set <30 sec.
] {
Thing device knx_device "MDT_IP_Router" @ "Technikraum" [
//readInterval=3600 //optional, only used if reading values are present
] {
Type switch : EG_Licht_Technikraum_Schalten "Technikraum Licht" [ ga="0/1/4" ]
}
}
items file:
Switch KG_Licht_Technikraum_Schalten "Licht [%s]" <light> { channel="knx:device:bridge:knx_device:EG_Licht_Technikraum_Schalten" }