Welcome, Bill When you say "The yearly page only shows about a month worth," do you mean a year plot only shows back as far as a month? Can you give us an example?
Try using sqlite3 to make sure the data that you think is in there, actually is in there. sqlite3 weewx.sdb sqlite> select datetime(min(dateTime), 'unixepoch','localtime') from archive; sqlite> select datetime(max(dateTime), 'unixepoch','localtime') from archive; sqlite> select count(dateTime) from archive; -tk On Sun, Mar 25, 2018 at 1:48 PM, William Webb <[email protected]> wrote: > Like many, I am plotting the transition to weewx from wview. I have weewx > running on a spare PI with a spare weather station ( a hanger queen whose > parts are slowly disappearing). I made a copy of wview-archive.sdb (35 > MB), renamed it weewx.sdb and replaced the existing weewx.sdb with it. I > rebooted weewx and all appeared well, at first. I can see my wview daily, > weekly and monthly data in weewx, but I do not see older data on the yearly > weewx page. The yearly page only shows about a month worth of recent data. > Much older data exists. What on earth could be wrong? > > I would add more diagnostic info to this post but I am not sure what would > be helpful. > > Any suggestions? > > Bill - AB6OR > > http://orangecaweather.duckdns.org/weather > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
