today i have seen that mq MQTT connection didn’t work anymore.
in the logs i can see this message every 60000ms.
i also tried to reinstall mqtt broker via openhabian but also this didn’t solve my problem.
22:26:57.495 [INFO ] [t.reconnect.PeriodicReconnectStrategy] - Try to restore connection to '127.0.0.1'. Next attempt in 60000ms
22:26:57.502 [INFO ] [o.transport.mqtt.MqttBrokerConnection] - Starting MQTT broker connection to '127.0.0.1' with clientid
but when i check my mqtt broker status, everything looks fine.
sudo systemctl status mosquitto
● mosquitto.service - Mosquitto MQTT Broker
Loaded: loaded (/lib/systemd/system/mosquitto.service; enabled; preset: enabled)
Active: active (running) since Sun 2025-01-19 21:47:14 CET; 41min ago
Docs: man:mosquitto.conf(5)
man:mosquitto(8)
Main PID: 751 (mosquitto)
Tasks: 1 (limit: 3916)
CPU: 2.346s
CGroup: /system.slice/mosquitto.service
└─751 /usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
Jän 19 21:47:14 openhabian systemd[1]: Started mosquitto.service - Mosquitto MQTT Broker.