This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

openweather ONE call API
#15
Hi Erwin,

Sorry, not directly to this topic, but linked with weather data.

how better organize checking that weather data are updating (correctly)? I will install weather station first time, before I usually used different weather services. Of course I saw simply way once per hour check as example wind speed, and if data not changing - than do alert. But weather station sends data constantly and 1 hour checking period will be long? I just thing how correctly configure weather station to send data and not to overload KNX line.. Send data only if changed or cyclically every 10 minutes send them again? Script I found for data check:


I would add a check to be sure that the values from the online service are received as expected, we do the same with a signal from a local weather station (alive signal).

Make a resident / scheduled script at like this:
lastupdate = grp.find('1/1/1').updatetime
difference = os.time() - lastupdate
if difference > then 3600 then -- 1 hour not changed
alert('No new value received from online weather service')
-- or mail / push / sms etcetera
end

What is recommendation for local weather station?

BR, Alexander
Reply


Messages In This Thread
openweather ONE call API - by pioneersteffen - 17.10.2021, 11:35
RE: openweather ONE call API - by admin - 18.10.2021, 06:07
RE: openweather ONE call API - by JRP - 19.10.2021, 10:16
RE: openweather ONE call API - by admin - 21.10.2021, 06:22
RE: openweather ONE call API - by admin - 22.10.2021, 06:43
RE: openweather ONE call API - by admin - 25.10.2021, 06:50
RE: openweather ONE call API - by AlexLV - 30.10.2021, 20:03
RE: openweather ONE call API - by AlexLV - 31.10.2021, 14:30
RE: openweather ONE call API - by admin - 15.01.2024, 09:14
RE: openweather ONE call API - by admin - 15.01.2024, 10:26
RE: openweather ONE call API - by admin - 15.01.2024, 10:32

Forum Jump: