how to export data in time range using thingspeak?
古いコメントを表示
Hi Team
I am using Jquery and communicate with my channel because i created a normal plugin for my UI. I want to find if there is a way in Jquery that you can download date range using datapicker, i am searching online nothing seem to appear similar to what i am aiming to achieve. Kindly please assist me thanks.
回答 (1 件)
Christopher Stapels
2019 年 11 月 8 日
0 投票
You can see the documentation for the read data API call. There is a dateRange parameter you can use. Just be extra careful about the date format, it is qute picky.
3 件のコメント
Gcobani Mkontwana
2019 年 11 月 8 日
編集済み: Gcobani Mkontwana
2019 年 11 月 10 日
Christopher Stapels
2019 年 11 月 8 日
You said you were using jquery from a plugin. It sounded like that plugn was on your own site.
If you are trying to use jquery to read data over a specific date range, you can make a call to the API (perhaps with JQuery.get()) and it will return the data to you. I would suggest json format.
If you are trying to read data from within Thingspeak, you can use thingSpeakRead in a MATLAB analysis or MATLAB visualization.
Wht is the final goal of the project? Its not quite clear what exactly you wish to do.
Gcobani Mkontwana
2019 年 11 月 10 日
コミュニティ
その他の回答 ThingSpeak コミュニティ
カテゴリ
ヘルプ センター および File Exchange で Read Data from Channel についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!