Page 1 of 1

How to obtain plain data table

Posted: Mon Mar 25, 2019 8:48 pm
by Miguel
Hi,
Instead of a chart, I want to obtain just a comma separated (or JSON or similar format) data table. Is it possible?

Thank You

Re: How to obtain plain data table

Posted: Tue Mar 26, 2019 2:27 pm
by Guru
Hi Miguel,
Thank you for using AskSensors,

Yes, you have the possibility to export (manually) your modules data to CSV file. you will get (date, value) in CSV format.
However, if you need to display your data in real time, you can show data in a Table chart where you can see your data in simple way.

The attached image shows an example of Table display, and where you can find the export button.
table.PNG
table.PNG (37.22 KiB) Viewed 34557 times
Hope it helps.

Re: How to obtain plain data table

Posted: Sat Mar 30, 2019 12:04 am
by Miguel
Hi Guru. Thanks for your answer. I know I can export the data in a graphic or HTML table. But I would like to be able to read the data in real time from another microcontroller, and it is difficult to extract them from a page in that format. It would be very useful to be able to read only the data in a simpler format such as plain text or JSON.

Re: How to obtain plain data table

Posted: Sun Mar 31, 2019 11:24 am
by Guru
Hi Miguel,
The feature of reading data in real time have been developed, and should be able for public in few days. in addition to other features ;-)