MQTT disconnect Multiplus GX

Hi, I’m trying to retrieve the data published by my Multiplus GX 5000 using a Python script. My script connects to the Multiplus GX, then reads the data to store it in an array in my Python program. I’m using paho.mqtt.client with a loop_forever() (I tried a simple loop, same result). All went well for 1 or 2 days, then suddenly the Multiplus GX stopped responding to its IP address (via RJ45). At the same time it stopped sending data to the VRM portal and my Victron EV terminal stopped responding. My Python script allows me to retrieve the battery temperature to trigger heating or cooling. Do you have any idea where this is coming from? Is there another protocol I could use to prevent the Multiplus GX from crashing? Thanks, Gabriel

If you add reboot on no contact (with the vrm) in the vrm portal menu, this may help a self recovery.

Hello, thank you for your reply, I have just discovered this parameter. I’ll see in a few days if it solves my problem. Sincerely, Gabriel