Just delete all the plots. WeeWX will regenerate them all at the next reporting cycle.
Yes, the archive data is used for plots, unless the aggregation interval is one day, in which case the daily summaries are used. Yes, inDewpoint is a derived value. Write an xtypes extension <https://github.com/weewx/weewx/wiki/WeeWX-V4-user-defined-types> for it and StdWXCalculate can calculate it. -tk On Sat, Jul 18, 2020 at 6:36 PM Jason Rennie <[email protected]> wrote: > I know! I guess weewx worked so well that I almost never needed to spend > any time on it! > > I was seeing month and year plots that only had a ~week of data, but now > that I look at the archive_day_outTemp table, I see data going back at > least a year. And, now the month plots are fully populated and I realize > the plots are probably based on the raw data rather than the daily stats. > The year plots still only have a ~week of data, but I know those are > regenerated much less often, so I'm guessing I'll see new plots tomorrow. > So, I suspect this was a false alarm and nothing is wrong. I should have > investigated a bit more :) > > But, while I've got your attention, you might remember that I like to keep > track of indoor dewpoint. I've got it working for including values in html > (using "inDewpoint" in the templates). But, plot generation when I try to > use "inDewpoint" in skin.conf for the daytempin plot. It looks > like inDewpoint is a generated value. Can plots use inDewpoint? > > Thanks, > > Jason > > On Saturday, July 18, 2020 at 9:00:58 PM UTC-4 [email protected] wrote: > >> Hello, Jason! Have not heard from you in years! >> >> The "backfill" process should do the entire database, not just a year. >> What symptoms are you seeing? >> >> On Sat, Jul 18, 2020 at 5:48 PM Jason Rennie <[email protected]> wrote: >> >>> I'm amazed that the upgrade mostly worked flawlessly. I installed 4.1.1 >>> via the Deb/Ubuntu package after realizing that Ubuntu 20.04 no longer >>> supports v2 python libraries. Tom, I'm impressed! Just had to copy >>> weewx.sdb to /var/lib/weewx and make some minor config tweaks. Plots look >>> great for day and week, but month/year appear to be missing data. I see >>> that the stats tables are now part of weewx.sdb. During startup, it spent a >>> few minutes "generating stats" and I see the new tables in weewx.sdb. Is >>> there a way to tell it to go back further and generate, say, a year of >>> stats? >>> >>> Thanks, >>> >>> Jason >>> >>> -- >>> 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/CA%2BPf4UBs5k4bkugsewv3_LTc%3Dd74YRhX0ANpmab-4CEBnPp5Ug%40mail.gmail.com >>> <https://groups.google.com/d/msgid/weewx-user/CA%2BPf4UBs5k4bkugsewv3_LTc%3Dd74YRhX0ANpmab-4CEBnPp5Ug%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > 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/7bf1e090-c097-47c0-a3aa-95e136aaaacen%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/7bf1e090-c097-47c0-a3aa-95e136aaaacen%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zEDncM5RpR8A99e7WQExjJGr7Md5voks2HJKqx6RCg5vtQ%40mail.gmail.com.
