Hi, John How do you know that the data exists in your database?
Try these two commands using the utility sqlite3: select count(outTemp) from archive where dateTime >1470009600 and dateTime <= 1472688000; select count(outTemp) from archive where dateTime >1470009600 and dateTime <= 1472688000 and outTemp not null; These selects the total number of outside temperature observations and the total number of non-null observations between 1-Aug-2016 and 1-Sep-2016 UTC. If the data are missing from your plots, you should get zero, or something near zero. -tk On Thu, Oct 20, 2016 at 10:42 AM, John Masters <[email protected]> wrote: > Hi Folks > > The memory card on my Rpi went read-only recently, so i re-installed > Raspian jessie and the latest weewx. > I installed via setup.py as usual, and then copied weewx.sdb, weewx.conf, > skins.conf, and the html templates back off the old card. > Everything went swimmingly, and i am looking forwards to using the new > import module to get my .csv data into the database. However there is a gap > of 3 months in the Yearly graph, although the data exist in the database, > and is shown in the Monthly Summaries from the Weewx home page. > I have set debug=1, and see no errors in syslog. > Where should i look to find the cause? > http://thatchmasters.ie/weather/year.html > > Best Regards and many thanks for the excellent software > John > > -- > 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.
