-
|
Hello, I use version 3.7.3 and I'd like to push timeseries data as batch, through the mqtt connector. I'm able to send an individual entry {"ts":1750447024166,"values":{"prediction":4}}but I cannot visualize arrays [
{"ts":1750446004037,"values":{"prediction":5}},
{"ts":1750446304037,"values":{"prediction":3}},
{"ts":1750446604037,"values":{"prediction":3}},
{"ts":1750446904037,"values":{"prediction":4}},
{"ts":1750447204037,"values":{"prediction":5}}
]However, they are correctly converted by the gateway. I can see it in the logs. Is something wrong on my side ? Or maybe there is no support for this feature ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @trya2l, We discovered an issue with working with arrays in MQTT connector, it was fixed in 1a485e1 and will be available in the next release. |
Beta Was this translation helpful? Give feedback.
Hi @trya2l,
We discovered an issue with working with arrays in MQTT connector, it was fixed in 1a485e1 and will be available in the next release.
Also, please notice that you will need to have
${$.values.prediction}as value configuration for predict key.