I've been having some troubles with TB in the last days.
I have a generic variable (let's assume, for example, the external temperature), which measures are acquired at realtime using MQTT and tb-gateway. I also have the variable forecasts for a given future time period, acquired via MQTT from a Python module which performs the forecasting. I wish to plot in the same graph both the data acquired at realtime and the forecasted trend for a given time period (let's say for the next 24 hours), using two different curves.
Now, I managed to upload (via MQTT) the forecasted timeseries with the correct future timestamps, exploiting the timestamp mapping feature of ThingsBoard.
When it came to plot these information on a chart, I found out that ThingsBoard can only plot timeseries values related to the current system timestamp or past timestamps. I am trying to find a way to plot timeseries data related to future timestamps on the chart widget.
Anybody experienced the same issue and managed to solve it?