My custom EMS is connecting the the MQTT server of my Multiplus 2 GX.
I’ve noticed that after a while, the connection gets broken. Only restarting the MQTT server (by disabling and enabling MQTT) fixes the problem.
Reconnecting from the client side does not work.
Is there a way to avoid keepalives for the GX MQTT connection? I want to use Grafana/Telegraf to send metrics to InfluxDB2, but it seems that the Telegraf plugin inputs.mqtt_consumer can only subscribe to Topics (no publish capability).