Export data into cvs?

Hi there we have 3 sensors using LoraWan in out testlab - using Balena and Grafana we can ‘visualize’ the data generated by the sensors.

But we want to export the DATA stored on the PI. What is the easiest way to do this? So we can visualize and analyse all the data…

Hi, you may want to try out the connector balenablock which can push the information to external HTTP endpoints or data sinks. The connector block uses HTTP or MQTT as data sources then pushes out to external services.

You may find more information in the connector balenablock Github repository: GitHub - balenablocks/connector: Auto-configured data connector block based on Telegraf