Hallo
der Zugriff auf den Bus und die Sitemap funktioniert.
Schalte ich jetzt über die Sitemap das Licht an, geht das Licht an und flackert im Sekundentakt an - aus - an usw.
Hier ein Auszug aus der knx.cfg
Hat zufällig jemand eine Idee.
Gruss Oliver
der Zugriff auf den Bus und die Sitemap funktioniert.
Schalte ich jetzt über die Sitemap das Licht an, geht das Licht an und flackert im Sekundentakt an - aus - an usw.
Hier ein Auszug aus der knx.cfg
Code:
# KNX gateway IP address # (optional, if serialPort or connection type 'ROUTER' is specified) ip=192.168.220.80 # 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=0.0.0 # 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=TUNNEL # KNX gateway port (optional, defaults to 3671) # Note: If you use eibd, setting to 6720 #port= # Local endpoint to specify the multicast interface, no port is used (optional) localIp=192.168.220.82
Gruss Oliver
Kommentar