Hallo zusammen,
habe seid kurzem ein Problem mit meiner MQTT Verbindung. Diese bricht ca. alle 10 sek ab. Habe den MQTT Server und Openhab schon mehrfach neugestartet. Bis jetzt hatte ich noch nie Probleme damit.
Jemand eine Idee was ich machen kann? Anliegend Config und Log.
mqtt.cfg
mqtt.config
habe seid kurzem ein Problem mit meiner MQTT Verbindung. Diese bricht ca. alle 10 sek ab. Habe den MQTT Server und Openhab schon mehrfach neugestartet. Bis jetzt hatte ich noch nie Probleme damit.
Jemand eine Idee was ich machen kann? Anliegend Config und Log.
Code:
2019-06-15 22:39:45.106 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting connection helper to periodically try restoring connection to broker 'mqtt' 2019-06-15 22:39:55.107 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting MQTT broker connection 'mqtt' 2019-06-15 22:40:05.222 [WARN ] [t.mqtt.internal.MqttBrokerConnection] - MQTT connection to 'mqtt' was lost: Connection lost : ReasonCode 32109 : Cause : null 2019-06-15 22:40:05.222 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting connection helper to periodically try restoring connection to broker 'mqtt' 2019-06-15 22:40:15.222 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting MQTT broker connection 'mqtt' 2019-06-15 22:40:25.285 [WARN ] [t.mqtt.internal.MqttBrokerConnection] - MQTT connection to 'mqtt' was lost: Connection lost : ReasonCode 32109 : Cause : null 2019-06-15 22:40:25.285 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting connection helper to periodically try restoring connection to broker 'mqtt' 2019-06-15 22:40:35.285 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting MQTT broker connection 'mqtt' 2019-06-15 22:40:45.871 [WARN ] [t.mqtt.internal.MqttBrokerConnection] - MQTT connection to 'mqtt' was lost: Connection lost : ReasonCode 32109 : Cause : null 2019-06-15 22:40:45.871 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting connection helper to periodically try restoring connection to broker 'mqtt' 2019-06-15 22:40:55.871 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting MQTT broker connection 'mqtt' 2019-06-15 22:41:06.029 [WARN ] [t.mqtt.internal.MqttBrokerConnection] - MQTT connection to 'mqtt' was lost: Connection lost : ReasonCode 32109 : Cause : null 2019-06-15 22:41:06.029 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting connection helper to periodically try restoring connection to broker 'mqtt' 2019-06-15 22:41:16.030 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting MQTT broker connection 'mqtt' 2019-06-15 22:41:26.109 [WARN ] [t.mqtt.internal.MqttBrokerConnection] - MQTT connection to 'mqtt' was lost: Connection lost : ReasonCode 32109 : Cause : null 2019-06-15 22:41:26.109 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting connection helper to periodically try restoring connection to broker 'mqtt' 2019-06-15 22:41:36.110 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting MQTT broker connection 'mqtt' 2019-06-15 22:41:46.161 [WARN ] [t.mqtt.internal.MqttBrokerConnection] - MQTT connection to 'mqtt' was lost: Connection lost : ReasonCode 32109 : Cause : null 2019-06-15 22:41:46.161 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting connection helper to periodically try restoring connection to broker 'mqtt' 2019-06-15 22:41:56.161 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting MQTT broker connection 'mqtt' 2019-06-15 22:42:06.238 [WARN ] [t.mqtt.internal.MqttBrokerConnection] - MQTT connection to 'mqtt' was lost: Connection lost : ReasonCode 32109 : Cause : null 2019-06-15 22:42:06.238 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting connection helper to periodically try restoring connection to broker 'mqtt' 2019-06-15 22:42:16.239 [INFO ] [t.mqtt.internal.MqttBrokerConnection] - Starting MQTT broker connection 'mqtt'
Code:
mqtt.url=tcp://<ip>:1883 mqtt.clientId=openhab2
Code:
mqtt.clientId="openhab2" mqtt.url="tcp://<ip>:1883" service.pid="org.openhab.mqtt"
Kommentar