My router went down last night, and since then HA can't connect to my GivEnergy stuff. It seems to make an initial connection and then fail? The logs looks like this
2025-07-23 09:35:31,669 - startup - [CRITICAL] - Running RQ worker to queue and process givernergy-modbus calls
2025-07-23 09:35:31,670 - startup - [CRITICAL] - Running Invertor (192.168.0.137) read loop every 15s
2025-07-23 09:35:31,680 - startup - [CRITICAL] - Subscribing MQTT Broker for control
2025-07-23 09:35:31,702 - startup - [CRITICAL] - Starting Gunicorn on port 6345
2025-07-23 09:35:31,723 - startup - [CRITICAL] - Serving Web Dashboard from port 3000
[2025-07-23 09:35:33 +0100] [261] [INFO] Starting gunicorn 23.0.0
[2025-07-23 09:35:33 +0100] [261] [INFO] Listening at: http://0.0.0.0:6345 (261)
[2025-07-23 09:35:33 +0100] [261] [INFO] Using worker: sync
[2025-07-23 09:35:33 +0100] [275] [INFO] Booting worker with pid: 275
[2025-07-23 09:35:33 +0100] [276] [INFO] Booting worker with pid: 276
[2025-07-23 09:35:33 +0100] [277] [INFO] Booting worker with pid: 277
2025-07-23 09:35:35,633 - Inv1 - mqtt_client - [CRITICAL] - Connecting to MQTT broker for control- core-mosquitto
UPDATE The latest version of serve is 14.2.4
INFO Accepting connections at http://localhost:3000
2025-07-23 09:35:38,865 - Inv1 - sync - [ERROR ] - Connection to (192.168.0.137, 8899) failed: timed out
2025-07-23 09:35:41,370 - Inv1 - sync - [ERROR ] - Connection to (192.168.0.137, 8899) failed: timed out
2025-07-23 09:35:43,875 - Inv1 - sync - [ERROR ] - Connection to (192.168.0.137, 8899) failed: timed out
And after about 20 repetitions:
[2025-07-23 09:38:22 +0100] [261] [CRITICAL] WORKER TIMEOUT (pid:275)
[2025-07-23 09:38:22 +0100] [275] [INFO] Worker exiting (pid: 275)
[2025-07-23 09:38:23 +0100] [286] [INFO] Booting worker with pid: 286
ps: Yes, I have checked the IP in case it had changed, and it seem that it hasn't changed.