This is exactly what I do not want to happen.

I need weewx to contact the console every 30 minutes and download in bulk 
the individual 5 minute appart readings that were storred in the console 
from the station over the last 30 minutes.

So console <---> station  every 05 minutes
     weewx  <---> console every 30 minutes followed by reports update.

To my understanding of the documentation this means:

   wee_device --set-interval=5
   archive_interval=300

   polling_interval=1800

What do I get wrong?



On Tuesday, March 14, 2017 at 3:30:00 PM UTC+2, mwall wrote:
>
>
>
> 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 
> <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fweewx%2Fweewx%2Fwiki%2FFineOffset%2520USB%2520lockup&sa=D&sntz=1&usg=AFQjCNEBahQ7sAKI_zTrG79LzjCn8XCNqQ>
>
> 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.

Reply via email to