Thank you for your answer. I assume it is meant to be polling_interval=1800 to poll every 30 minutes.
So now I have done all that, but. It all started well. Polled every 30 minutes, downloaded in bulk the data from the console, created the reports, uploaded to WU. After three-four iterations all that stopped. It polls once every 30 minutes, and downloads only summary of the previous 30 minutes. Also no reports have been created/updated in the last 12 hours. My config file is here: http://pastebin.com/fX57syuX My logs are here: http://pastebin.com/JgB9Drp6 Thank you On Monday, March 13, 2017 at 10:27:07 PM UTC+2, mwall wrote: > > you want this: > > set hardware's archive interval to 5 minutes (300 seconds) > > wee_device --set-interval=5 > > set weewx archive interval to match the hardware archive interval > > [StdArchive] > archive_interval = 300 > > poll the hardware every 60 seconds, use software record generation > > [FineOffsetUSB] > polling_interval = 60 > record_generation = software > > this will get archive records from the hardware when weewx starts up, but > once it is running weewx will generate the archive data. if you configure > weewx to get archive records from the hardware (record_generation = > hardware), then you are very likely to experience the fine offset usb > lockup. > > 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.
