I'm looking for a way to collect yesterdays Minimums and Maximums (and associated timestamps) as well as yesterdays averages to compile a table like this one:
Average temperature
Average humidity
Average dewpoint
Average barometer
Average windspeed
Average gustspeed
Average direction
Rainfall for month
Rainfall for year
Maximum rain per minute
Maximum temperature\
Minimum temperature
Maximum humidity
Minimum humidity
Maximum pressure
Minimum pressure
Maximum windspeed
Maximum gust speed
Maximum heat index
I can possible parse the output from hetweeractueel that is generated at midnight to get most of it, but it might turn out to be a bit messy, since I need to make sure that I capture the last hetweeractueel file of the day.
Is there a better way to capture/generate this information. It sounds like I'm actually looking for a day-1_* (yesterday) variable as opposed to the day1_* (today) variable that is currently available.
Once I've got this kind of information it would be much easier to generate some statistics for the yesterday, as well as the last month.
Yesterday's Min / Max and averages
Moderator: Mattk