Page 1 of 1

Request variable set called "last30days..."

Posted: Wed May 13, 2009 8:16 am
by cbhiii
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.

Re:Request variable set called

Posted: Wed May 13, 2009 9:45 am
by skyewright
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.
This is something I've occasionally wondered about too. :)
If it existed I would have uses for it.

Re:Request variable set called

Posted: Wed May 13, 2009 7:56 pm
by sevenless
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.