> > > When the record_generation = software is there still a lot of historic > data in the counsel if it hasn't been turned off? I have it set to software > and when I started weewx it uploaded 108 pages starting at 2016-12-11 > 14:20:00 PST and ending at 2016-12-13 10:45:00 PST. That is 2 plus days of > back data. > > A functioning logger should accumulate records. When it starts up, weewx downloads any that have a timestamp later than the last timestamp in the database.
I had found that line in manager.py but it never got called as far as I > could see. I added a syslog.syslog() statement but it never happened. Is > there some logic that says 'if I don't get anything from the logger I will > not try to log it"? It only gets called when a new archive record appears. In your case, the logger was not recording any new records, hence none was put in the database. Now that you are using software record generation, it should be getting called. -tk -- 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.
