Thinking about this a little bit more - can't you just change the template to use, for example rainfall for last 27 hours is $span(hour_delta = 27).rain.sum or rainfall for last 30 days is $span(day_delta=30).rain.sum or max temp in last 24 hours is $span(hour_delta=24).outTemp.max
and so on in this way you are specifying the span of the total or over which the max is calculated, and should satisfy your needs I suspect. On Saturday, 5 October 2019 14:37:44 UTC+3, Thomas Keffer wrote: > > On Sat, Oct 5, 2019 at 1:11 AM Pila <[email protected] <javascript:>> > wrote: > >> Terrible choice in a great program. Sort of like writing close over the >> switch that opens. >> > > Sorry you feel that way. > > Allowing it to be done either way is something I could spend my time on, > but I'm not --- there are other, higher, priorities. > > A central feature of WeeWX is its *extensibility*, allowing anyone to > customize it to just the way they want. In this case, not only is your way > possible, there are examples of how to do it. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/6c09cc1f-ce54-43a2-a3e6-0f550accebda%40googlegroups.com.
