For me, the newly introduced parameter "bindAddress" (#6547, #6716) does not work.
Even worse, the "old" behaviour where gatewayAddress was also used as the address to bind to doesn't work anymore.
My setup is openHABian running on latest snapshot.
I have two interfaces: Wifi on 192.168.178.41, Ethernet on 192.168.178.8.
This is the log:
10:15:23.918 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:bridge:2af8774a' changed from UNINITIALIZED (DISABLED) to INITIALIZING
10:15:23.920 [DEBUG] [ematic.handler.HomematicBridgeHandler] - HomematicConfig[gatewayAddress=192.168.178.36,callbackHost=192.168.178.8,bindAddress=192.168.178.8,xmlCallbackPort=9125,binCallbackPort=9126,gatewayType=auto,rfPort=2001,wiredPort=2000,hmIpPort=2010,cuxdPort=8701,groupPort=9292,timeout=15,discoveryTimeToLive=-
Any additional logs I could provide to solve this?
I know I can always disable Wifi and everything should work, but I wouldn't find these race conditions then ;)
For me, the newly introduced parameter "bindAddress" (#6547, #6716) does not work. Even worse, the "old" behaviour where gatewayAddress was also used as the address to bind to doesn't work anymore.
My setup is openHABian running on latest snapshot. I have two interfaces: Wifi on 192.168.178.41, Ethernet on 192.168.178.8.
This is the log:
Looks ok, but the result is:
Any additional logs I could provide to solve this? I know I can always disable Wifi and everything should work, but I wouldn't find these race conditions then ;)