Is there a way to access data from a local ThingSpeak server using the ThingSpeak Matlab Toolbox?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Luca De Nardis
am 13 Sep. 2017
Bearbeitet: Hans Scharler
am 10 Nov. 2017
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?
0 Kommentare
Akzeptierte Antwort
Hans Scharler
am 10 Nov. 2017
Bearbeitet: Hans Scharler
am 10 Nov. 2017
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.
0 Kommentare
Weitere Antworten (1)
Sanjana Ramakrishnan
am 19 Sep. 2017
Refer the below link to connect to ThingSpeak server by providing IP address:
https://www.mathworks.com/help/thingspeak/channel-settings.html
0 Kommentare
Communitys
Weitere Antworten in ThingSpeak Community
Siehe auch
Kategorien
Mehr zu ThingSpeak finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!