Arduino cloud graph for longer time

I am using the Arduino iot cloud to create a temperature graph. But the limit in the dashboard for graph is only 15 days. How can i make a graph for longer time?

Thanks

Data retention is limited depending on the level of your subscription. The Entry subscription is typically 15 days of data retention; however, if you would like more time consider upgrading to either "Maker" (90 days) or "Maker Plus" (1 year).

For more detailed information on the differences between plans read the following webpage: Arduino Cloud - Plans

I do have the "maker" plan but i dont have 90 days

Maybe try making a new graph - what plan did you have when you made the existing one?

I had the free plan, I tried making anew dashboard and a new chart, still 15 days

Hi,

The chart widget's maximum time span is currently 15 days, independently of the subscription plan. We are working on improving the chart widget to allow a bigger time span.

You can access all the data you have according to the retention policy of your plan using any of these two methods:

  • download it as a CSV (using the "Download historic data" button on the dashboard screen)
  • via the API (Arduino IoT Cloud API)

I hope this helps.

1 Like

Thank you

There are plenty of other cloud providers. IIRC, Adafruit's charts are longer than fifteen days, even on their free tier.

Alternatively, you can roll your own and keep the data on a local server (Pi perhaps) and choose whichever widgets you like. I use the Google Charts set.

In case someone is still looking for a solution I found this one which exports the data into a google sheet and I think it is a very good solution

https://create.arduino.cc/projecthub/Arduino_Genuino/arduino-iot-cloud-google-sheets-integration-71b6bc

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.