Skip to content

Commit 100a2e7

Browse files
authored
Merge pull request #390 from arduino/karlsoderby/iotc-historical-data-fix
[MKC-552] Historical Data IoTC patch
2 parents a351bfa + f621ee7 commit 100a2e7

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

content/arduino-cloud/02.features/08.iot-cloud-historical-data/iot-cloud-historical-data.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
title: 'Historical Data on Arduino IoT Cloud'
33
difficulty: easy
44
description: 'Learn how to download historical data from the Arduino IoT Cloud'
5-
tags: [IoT Cloud, Historical Data]
5+
tags: [IoT Cloud, Historical Data, CSV]
66
author: 'Benjamin Dannegård'
7-
software:
8-
- iot-cloud
97
---
108

119
## Introduction
@@ -47,18 +45,22 @@ Combined with 15 days or three months of historical data, you can build a detail
4745

4846
First, to download historical data navigate into one of your dashboards on the [Arduino IoT Cloud](https://create.arduino.cc/iot/dashboards).
4947

50-
![Arduino cloud dashboard](assets/cloud-historical-data-dashboard.png)
48+
![Arduino cloud dashboard.](assets/cloud-historical-data-dashboard.png)
5149

52-
While in the dashboard press the "i" icon up in the right corner. When this icon is pressed a window will show up that allows you to download historical data. As shown in the image below.
50+
While inside a dashboard, press the **Download** icon up in the right corner. This will open a new window that allows you to select historical data to download.
5351

54-
![Window with historical data inside dashboard](assets/cloud-historical-data.png)
52+
![Window with historical data inside dashboard.](assets/cloud-historical-data.png)
5553

56-
Clicking “Historical Data” that gives you a list of all variables in use. From here you can select all the ones you want to download by selecting the check boxes. If your dashboard is using multiple Things, you can swap between them from the dropdown at the top.
54+
From here you can select all the variables you want to download by checking the boxes. If your dashboard is using multiple Things, you can swap between them from the dropdown at the top.
5755

58-
![Selecting variables for historical data](assets/cloud-historical-data-selecting-variable.png)
56+
When you have selected the data, click on the **"Select Data Source"** button.
5957

60-
Simply choose the variables and Things you want to export and click the "Select Data Source" button. You’ll be taken to a new window where you confirm that you want to download the data. You will receive an email shortly after, providing you with a link to download your data as individual CSV files.
58+
![Selecting variables for historical data.](assets/cloud-historical-data-selecting-variable.png)
59+
60+
In the next window, click on the **"Get Data"** button. The download link will now be sent directly to your email address linked to your account.
61+
62+
![Email confirmation.](assets/cloud-historical-data-confirmation.png)
6163

6264
## Conclusion
6365

64-
In this tutorial you learned what applications historical data could have. And how to extract historical data from your Arduino IoT Cloud dashboard.
66+
In this tutorial you learned what applications historical data could have, and how to extract historical data from your Arduino IoT Cloud dashboard.

0 commit comments

Comments
 (0)