On Tuesday, March 14, 2017 at 6:26:02 AM UTC-4, Theophanis Kontogiannis wrote: > > > Thank you for your answer. > I assume it is meant to be polling_interval=1800 to poll every 30 minutes. >
polling_interval is meant to be 60 seconds. polling_interval is how often weewx will contact the hardware. find offset 10xx/20xx/30xx stations have poorly designed firmware - if you try to talk to the firmware at the same time that the firmware is collecting data from the sensors, there is a good chance that the usb communications will lock up, and the only solution is to power cycle the station. when you do that, you lose all data in the logger. so you want polling_mode=PERIODIC, polling_interval=60 and record_generation=software you probably want archive_interval=300, instead of the factory default of 1800 https://github.com/weewx/weewx/wiki/FineOffset%20USB%20lockup or search the forum for 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.
