I'm receiving data in a mqtt queue from 2 devices.
However, I can only get real-time data.
How do I get back data from an mqtt queue, to do a reprocess?
Hi Renato. You can't really get the data republished to your MQTT subscriber if it was already published by our broker and received in accordance with the session QoS set by your client. The easiest way to get historical data is probably by using REST API. Try this call to get device messages: https://flespi.io/docs/#/gw/devices/get_devices_dev_selector_messages Or this one to get channel messages: https://flespi.io/docs/#/gw/channels/get_channels_1_ch_selector_messages