Boris,
I'm requesting another set of variables that will run over a period of the last 30 days, much like [last24h...] does for hours.
I would use [last30days...] to look at rainfall, pressure, sunlight, system data and other measurements.
It is needed for times the month in only a few days old and all of the previous month's data has cleared. I've run into this problem a few times.
Please consider this feature.
Thank you.
Request variable set called "last30days..."
Moderator: Mattk
Request variable set called "last30days..."
Station: Davis Vantage Pro2 Plus
Hardware: Raspberry Pi 2 (Meteohub status)
Hardware: Raspberry Pi 2 (Meteohub status)
-
- Platinum Boarder
- Posts: 873
- Joined: Fri Jan 25, 2008 6:27 pm
- Location: Isle of Skye, Scotland
Re:Request variable set called
This is something I've occasionally wondered about too. :)cbhiii wrote:I'm requesting another set of variables that will run over a period of the last 30 days, much like [last24h...] does for hours.
If it existed I would have uses for it.
Re:Request variable set called
This could be interesting, although in the meantime, with a little bit of server-side string parsing via PHP or JavaScript, you could probably extract all the data you'd like for these comparisons from either the seqmonth1_ (if you just need to compare to the day exactly a month ago) or seqday1_ variable.