get local temperature into thingspeak

조회 수: 2 (최근 30일)
frank odonnell
frank odonnell 2019년 6월 3일
댓글: frank odonnell 2019년 6월 6일
need to know how to retrieve local outdoor temperature in Celsius from say "openweathermap.org" or similar so that Thingspeak/MATLABThingspeak/MATLAB can use it to analyze ideal humidity?
Thank you

답변 (1개)

Hans Scharler
Hans Scharler 2019년 6월 5일
Try weather.gov and passing in decimal degrees location for your city.
natickWeather = webread('http://forecast.weather.gov/MapClick.php?lat=42.2834300&lon=-71.3495000&FcstType=json');
humidity = str2double(natickWeather.currentobservation.Relh)
  댓글 수: 3
Hans Scharler
Hans Scharler 2019년 6월 6일
True. This a United States government feed. I do not know of any one that covers the world. What locations do you need covered?
frank odonnell
frank odonnell 2019년 6월 6일
Canadian cities, for example Calgary, Alberta. If there is a service that allows access to the weather data using Thingspeak or MATLAB?
As you mught guess, I am new at this Thingspeak/Matlab application. I can get my data to display on my channels, and I would like to do some calcs based on changing barometric pressure, outdoor temperature, e.g. for weather changes and for ideal humidity, and to Email/Txt alerts.

댓글을 달려면 로그인하십시오.

커뮤니티

더 많은 답변 보기:  ThingSpeak 커뮤니티

카테고리

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