Fixed in commit 554f5b3 <https://github.com/weewx/weewx/commit/554f5b398a2e341154f946acbfb71f5086c9b8d3> .
Thanks, James, for your thorough debugging. Having a US bucket, I would never have caught that. -tk On Tue, Dec 24, 2019 at 6:46 AM James Taylor < [email protected]> wrote: > Tom > > Yes I have the 2mm bucket, therefore started to spot the graphs and > numbers misbehaving when I was getting x.3mm and x.5mm of rain values being > reported! > > I found this under the 3.1.1 so I'm guessing it should the same _loop_map > entries so yes monthRain and yearRain as well. > > if self.rain_bucket_type == 1: > _archive_map['rain'] = _archive_map['rainRate'] = > _loop_map['stormRain'] = _loop_map['dayRain'] = \ > _loop_map['monthRain'] = _loop_map['yearRain'] = _bucket_1 > _loop_map['rainRate'] = _bucket_1_None > > A quick sql update and rebuild of the archive database restored all the > reporting. > > James > > -- > You received this message because you are subscribed to the Google Groups > "weewx-development" 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-development/66484266-0c5a-4068-aa35-f8a9de427f90%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-development/66484266-0c5a-4068-aa35-f8a9de427f90%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "weewx-development" 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-development/CAPq0zEAXNaHQxxUt18CirPJkCcFMw9rHfx0Fh7ZsNn45i%3DrVfw%40mail.gmail.com.
