############################### Homematic Binding ##################################### # # Hostname / IP address of the Homematic CCU homematic:host=192.168.178.48 # Hostname / IP address for the callback server (optional, default is auto-discovery) # This is normally the IP / hostname of the local host (but not "localhost" or "127.0.0.1"). homematic:callback.host=192.168.178.37 # Port number for the callback server. (optional, default is 9123) homematic:callback.port=9123 # The interval in seconds to check if the communication with the CCU is still alive. # If no message receives from the CCU, the binding restarts. (optional, default is 300) homematic:alive.interval=300 # The interval in seconds to reconnect to the Homematic server (optional, default is disabled) # If you have no sensors which sends messages in regular intervals and/or you have low communication, # the alive.interval may restart the connection to the Homematic server to often. # The reconnect.interval disables the alive.interval and reconnects after a fixed period of time. # Think in hours when configuring (one hour = 3600) homematic:reconnect.interval=300