hrovac
1
hello my friends,
I Need to Display the temperature of different Locations.
what the title says, can you please Point me to some Services/nodes/plugins?
Sorry, i probably missed a contribution or obvious node, but knowing all of them is becoming more difficult with the time.
thank you,
Alex.
joreg
2
hei alex,
so you’re looking for a service like https://thingspeak.com that hosts public sensor data?
here e.g. are all channels that are tagged “temperature”:
here is the documentation for how to access channels using REST or MQTT:
https://de.mathworks.com/help/thingspeak/channels-and-charts-api.html
for a test i followed this documentation to read data via HTTP GET:
https://de.mathworks.com/help/thingspeak/readdata.html
basically you feed the HTTPGet (Network String) node with an url like this:
https://api.thingspeak.com/channels/377943/feeds.xml
and you get a response you can parse with the XElement nodes…
hrovac
4
thank you !!
thingspeak Looks nice and is working like you said, very good.
openweathermap Looks more professional, will check later.
Alex.
h99
5
That is the the mostest coolest usefullest thing that I need right now. How I didn’t just put open before weather in my searches, is simply beyond me.
Ubidots its another one that’s works fine
system
Closed
7
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.