It took me a few minutes to remember what I had done from earlier this year :)
Aggregate type of sum is forced on rainTotal <https://github.com/poblabs/weewx-belchertown/blob/master/bin/user/belchertown.py#L1451-L1455> because rainTotal is the total of rain. So the sum of rain. Basically it takes rain and adds them all together over the timespan <https://github.com/poblabs/weewx-belchertown/blob/master/bin/user/belchertown.py#L1534-L1543> to give you rain total. rainTotal is unique to the skin I'll have to think how to have rainTotal as an average. -- 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/ed184614-c90f-44ab-8391-fa109518e801%40googlegroups.com.
