Is there a way to access data from a local ThingSpeak server using the ThingSpeak Matlab Toolbox?

6 次查看(过去 30 天)
I would like to use the functions made available in the ThingSpeak Support toolbox (e.g. the thingSpeakAuthenticate function) to read/write data on a private installation of a ThingSpeak server, rather than the cloud service on ThingSpeak.com, but I could not find a way to point Matlab towards the IP/web address hosting the ThingSpeak server. Is it possible at all?

采纳的回答

Hans Scharler
Hans Scharler 2017-11-10
编辑:Hans Scharler 2017-11-10
Yes, for both thingSpeakRead and thingSpeakWrite, there is a name-value pair called, " URL".
For example,
thingSpeakRead(12397,'URL','http://private.server.url');
sets the base API URL to your private ThingSpeak server instead of https://api.thingspeak.com.

更多回答(1 个)

Sanjana Ramakrishnan
Refer the below link to connect to ThingSpeak server by providing IP address:
https://www.mathworks.com/help/thingspeak/channel-settings.html

社区

更多回答在  ThingSpeak Community

类别

Help CenterFile Exchange 中查找有关 ThingSpeak 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by