Exporting dashboard data to CSV

All selected data in a dashboard can be downloaded as a CSV file using the Download data as CSV menu button.

To download the raw data without any processing:

  • set the desired period,

  • select the filtering options, and

  • click Download CSV Raw menu.

The downloaded CSV file:

Timestamp,Timezone Offset,269.decagon-gs3-temperature,270.decagon-gs3-temperature,270.decagon-gs3-vwc
2022-08-21 19:36:42,+01:00,,20.3,0.3303272986160801
2022-08-21 19:42:40,+01:00,22.7,,
2022-08-21 19:46:48,+01:00,,20.3,0.3305016557939101
2022-08-21 19:52:35,+01:00,22.6,,
2022-08-21 19:56:44,+01:00,,20.3,0.3305016557939101
2022-08-21 20:02:40,+01:00,22.6,,
2022-08-21 20:06:44,+01:00,,20.3,0.3305016557939101
...

To download time aggregated (or aligned) data:

  • set the desired period,

  • select the filtering options,

  • select the aggregate function,

  • adjust the aggregate interval, and

  • click Download CSV Aggregated menu.

The downloaded CSV file:

Timestamp,Timezone Offset,269.decagon-gs3-ec,269.decagon-gs3-temperature
2022-08-21 01:00:00,+01:00,187,22.7
2022-08-22 01:00:00,+01:00,180,23.2
2022-08-23 01:00:00,+01:00,148,23.2
2022-08-24 01:00:00,+01:00,118,23
2022-08-25 01:00:00,+01:00,97,23.6
2022-08-26 01:00:00,+01:00,82,23.5
2022-08-27 01:00:00,+01:00,71,22.8
...

Exporting panel data as CSV

To download the data from a single panel, select Export CSV menu item from the dropdown list.

The downloaded CSV file:

"Time","269 b827ebfffe97f686"
2022-11-14 20:40:00,-108
2022-11-14 21:00:00,-109
2022-11-14 21:20:00,-114
2022-11-14 21:40:00,
2022-11-14 22:00:00,
2022-11-14 22:20:00,-107
2022-11-14 22:40:00,-114
2022-11-14 23:00:00,-111
...

Exporting panel graph as image

A panel graph can be exported to an image file by selecting Share in the panel menu. Click on Direct link rendered image in the appearing popup and use the browser’s Save command to download it. The following screencast demonstrates how to export a graph to an image.