On Tuesday, September 26, 2017 at 6:48:50 AM UTC-4, Lilian ROBERT wrote: > > That works, thank you very much. > > Now, weewx is running. In syslog, I can see a lot of lines like this : > > Sep 26 12:46:16 raspberrypi weewx[2085]: manager: Added record 2014-06-15 > 23:34:36 CEST (1402868076) to database 'weewx' > Sep 26 12:46:16 raspberrypi weewx[2085]: manager: Added record 2014-06-15 > 23:34:36 CEST (1402868076) to daily summary in 'weewx' > Sep 26 12:46:16 raspberrypi weewx[2085]: wmr200: MainThread: D Queuing > live packet rx:95 live_queue_len:95 > Sep 26 12:46:17 raspberrypi weewx[2085]: wmr200: MainThread: D Queuing > archive packet rx:370 archive_queue_len:1 > Sep 26 12:46:18 raspberrypi weewx[2085]: wmr200: MainThread: I > genStartup() Still receiving archive packets cnt:117 len:1 > Sep 26 12:46:18 raspberrypi weewx[2085]: wmr200: MainTh > > It seems weewx is treating old records from my wmr200. But in database it > has only inserted on with dateTime=1402845856 (15/6/2014 à 17:24:16). > > Why weewx does not insert all records ? >
i'm not sure what question you are asking. are you saying that weewx has completed its read of historical records, but none (some?) of those records were added? or are you saying that weewx has started its read of historical records, but you do not see any records? for the latter, just be patient. for the former, (and perhaps the latter), you might have to remove the latest n records from the database. when it does 'catchup' during startup, weewx will only add historical records that are newer than the latest record in the database. m -- 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.
