The chart rich shows is from my skin called Belchertown which takes rain over a timespan to create the "rainTotal" observation for that timespan. "rainTotal" is just a simple addition of the "rain" observation across the timespan. As far as I know this type of aggregation isn't available within weewx, which is why I did it like this. So you could make a "rain over last 3 hours" chart if you wanted using the Belchertown skin.
On Tuesday, June 25, 2019 at 5:42:35 PM UTC-4, Ryan M. wrote: > > Hi Thomas, > > Thanks for your feedback. I've got a Pro Vantage 2, and am running > weewx v. 3.7.1. > It seems that there should be a way to sum rainfall over a period of > time (3 hours?), > and display it like the graphic I provided. A cumulative rolling total. > > That said, thank you for your efforts in the programming/support for > weewx. > > Regards, > Ryan > > > On Tue, Jun 25, 2019 at 3:33 PM Thomas Keffer <[email protected] > <javascript:>> wrote: > > > > Many weather stations provide dayRain. > > > > It also seems like something StdWXCalculate should provide. > > > > -tk > > > > On Tue, Jun 25, 2019 at 1:49 PM gjr80 <[email protected] <javascript:>> > wrote: > >> > >> Just bear in mind that whilst the creation of a custom database field > (or re-purposing of an existing one) is straightforward and well documented > you will need to develop some custom code to populate the field. Easy > enough to do but this is not a turnkey solution. > >> > >> Gary > >> > >> > >> On Wednesday, 26 June 2019 06:33:00 UTC+10, Ryan M. wrote: > >>> > >>> Gary's workaround is what I'm aiming for. > >>> > >>> > >>> > >>> On Mon, Jun 24, 2019 at 8:44 PM rich T <[email protected]> wrote: > >>> > > >>> > > >>> > > >>> >> How was that plot generated? I see it is a 24 Hr time period, but > was it plotted every 5 minutes. Here is a sample plot based off of a 5 > minute archive period. > >>> > > >>> > -- > >>> > You received this message because you are subscribed to a topic in > the Google Groups "weewx-user" group. > >>> > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/weewx-user/_7KZf4wzTUM/unsubscribe. > >>> > To unsubscribe from this group and all its topics, send an email to > [email protected]. > >>> > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/8f7eb8e8-4570-400a-a056-5606233d8018%40googlegroups.com. > > > >>> > For more options, visit https://groups.google.com/d/optout. > >> > >> -- > >> 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] <javascript:>. > >> To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/8e99d8e8-c91f-4803-8d6f-4e61eb859d94%40googlegroups.com. > > > >> For more options, visit https://groups.google.com/d/optout. > > > > -- > > You received this message because you are subscribed to a topic in the > Google Groups "weewx-user" group. > > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/weewx-user/_7KZf4wzTUM/unsubscribe. > > To unsubscribe from this group and all its topics, send an email to > [email protected] <javascript:>. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/CAPq0zEDASJ5J9m31Lg%2BzrL_UDFmjsCdmtm_9xqBfZxcXMfqjyQ%40mail.gmail.com. > > > > For more options, visit https://groups.google.com/d/optout. > -- 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/5e4aca8c-5b64-43a9-88ef-4d629e651614%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
