Perhaps this will help. Version 4.0 is the LATEST version of DaySummaryManager. See the very latest copy of weewx/manager.py or look at the snippet from that file below. Note the lat line in the snippet: version = "4.0" class DaySummaryManager(Manager): """Manage a daily statistical summary. The daily summary consists of a separate table for each type. The columns of each table are things like min, max, the timestamps for min and max, sum and sumtime. The values sum and sumtime are kept to make it easy to calculate averages for different time periods. For example, for type 'outTemp' (outside temperature), there is a table of name 'archive_day_outTemp' with the following column names: dateTime, min, mintime, max, maxtime, sum, count, wsum, sumtime wsum is the "Weighted sum," that is, the sum weighted by the archive interval. sumtime is the sum of the archive intervals. In addition to all the tables for each type, there is one additional table called 'archive_day__metadata', which currently holds the version number and the time of the last update. """ version = "4.0" On Dec 5, 2025, at 2:59 PM, vince <[email protected]> wrote: -- 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 visit https://groups.google.com/d/msgid/weewx-user/7CDD05C0-D054-43B6-ABB2-5A7653FE3BCE%40johnkline.com. |
- Re: [weewx-user] Reports don't show old data a... Zed
- Re: [weewx-user] Reports don't show old data a... Zed
- Re: [weewx-user] Reports don't show old data a... Zed
- Re: [weewx-user] Reports don't show old data a... John Smith
- Re: [weewx-user] Reports don't show old data a... Zed
- Re: [weewx-user] Reports don't show old data a... John Smith
- Re: [weewx-user] Reports don't show old data a... Zed
- Re: [weewx-user] Reports don't show old data a... vince
- Re: [weewx-user] Reports don't show old data a... Zed
- Re: [weewx-user] Reports don't show old data a... vince
- Re: [weewx-user] Reports don't show old data a... 'John Kline' via weewx-user
