Hi, I have multiples RUT200s where I’m reading some variables using Modbus and sending the data to a cloud platform using the “Data to server” feature. In particular I’m using MQTT option.
The issue I’m facing is that when the internet connection drops for some time, all generated messages are queued and when the connection is reestablish all the queued messages are sent, which in my use case is not desirable. I’m using QoS 0.
The same happens for the events sent using “Event juggler” + MQTT.
Based on some research I’ve made, it looks like the MQTT clean session option could help to avoid this behaviour, so when the connection with the broker is broken it will not queue the pending messages. The things is that I’m not able to find a way to configure it in the RUT200.
Any tips or help?
Thank you