KNX binding problem with Docker openHAB installation

Dear all

I installed my openHAB in a Docker running on a home server (OMV).

OpenHAB seems to run well and I can reach it through http, ssh, samba sharing.

But I have a problem when I create a KNX thing (with file or in PaperUI)… I tried to add my KNX IP interface but it stays offline…

My thing file:

Bridge knx:ip:bridge “MDT IP Interface”
[
type=“TUNNEL”,
IpAddress=“192.168.1.7”,
portNumber=3671,
localIp=“192.168.1.8”, (OMV)
readingPause=50,
responseTimeout=10,
readRetriesLimit=3,
autoReconnectPeriod=60,
localSourceAddr=“0.0.0”
]

For information, I changed the ports number for http and https, and I reach the OpenHAB web interface through this address: 192.168.1.8:18080/start/index

An Idea of my problematic?

Thanks

Please add to your config
useNAT=“true“

Start your docker container with --net=host

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