Hallo,
in der Doku gibt es nur ein Beispiel zum Tunnel. Ich habe allerdings einen Router.
Meine alte Konfig sieht so aus.
meine neue so:
wenn das stimmt könnte man es in der Doku mit aufnehmen?
in der Doku gibt es nur ein Beispiel zum Tunnel. Ich habe allerdings einen Router.
Meine alte Konfig sieht so aus.
Code:
# KNX gateway IP address # (optional, if serialPort or connection type 'ROUTER' is specified) #ip=10.101.1.96 #Physikalische Adresse ip=224.0.23.12 #Multicast Adresse default # Local KNX Binding bus address. # Use it, when two or more openHAB Instances are connected to the same KNX bus. # (optional, defaults to 0.0.0) busaddr=1.1.100 # Ignore local KNX Events, prevents internal events coming from # 'openHAB event bus' a second time to be sent back to the 'openHAB event bus'. # Note: To send back events second time is a Bug, but for backward compatibility, the behavior is not changed. # For new installations, its recommend to set "ignorelocalevents=true" # (optional, defaults to false) ignorelocalevents=true # KNX IP connection type. Could be either TUNNEL or ROUTER (optional, defaults to TUNNEL) # Note: If you cannot get the ROUTER mode working (even if it claims it is connected), # use TUNNEL mode instead with setting both the ip of the KNX gateway and the localIp. type=ROUTER # KNX gateway port (optional, defaults to 3671) # Note: If you use eibd, setting to 6720 port=3671
Code:
Bridge knx:ip:bridge [ ipAddress="224.0.23.12", portNumber=3671, type="ROUTER", readingPause=50, responseTimeout=10, readRetriesLimit=3, autoReconnectPeriod=1, localSourceAddr="1.1.100" ] { Thing device generic [ address="1.1.101", fetch=true, pingInterval=300, readInterval=3600 ] { ... ...
Kommentar