I would suspect it is because an archive record times at say 00:00 actually contains data for the previous day The first record for the current day will not be (assuming 5 minute intervals) until 00:05 This means that there is no avg for an hour period in the current day available until 01:05 - so I suspect you need a little bit of code to get around the edge condition at 01:00 or something similar .....
unless of course it is indeed a bug of some kind caused by the edge condition at 01:00. On Tuesday, 7 May 2019 15:49:15 UTC+3, HoracioDos wrote: > > Hello Tom. > I have this text report which is having some problem with avg wind speed > only at 01:00 AM everyday. I'm using simulator driver and it generates many > times 0 mph and direction north = 0. I don't know if both situations are > related. I attached the errors and report. > Thanks in advance > -- 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/3e51ad44-c4a6-4a2f-8ba5-71c53dff29ef%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
