I think there may be a terminological issue here. What exactly are you trying to achieve?
Weewx will create archive records in the weewx database according to the archive interval specified - I your case every 300 seconds Reports are run every archive interval, but specific reports may be delayed using the cron-like facility. Except for WU rapidfire (which is bound to LOOP records) the restful services are run every archive record. I THINK that the post_interval is similar in that the restx services are attempted to be run once per archive interval, but may be deferred until at least post_interval has passed for specific services. ie the post_interval may defer a restx update until post_interval or the next running, but cannot be used to increase the frequency to less than archive interval. I may be talking total gibberish though!! On Monday, 3 July 2017 13:48:24 UTC+3, JJ Drones1 wrote: > Well it has been running over night and will run like this till I get home > from work. > > But it only updates at archive rate default of 300 seconds and does do the > posting intervals. > > So I am unable to do real time 60 second updates on weather underground or > rapid fire, with rapid fire set to true acrite stations get nA or -- in the > updates. > > I set rapid fire before I put the code of the post interval in to test it > again. Then returned it to false then inserted the post interval code to > test. > > Oh well guess I have to live with the 5min 300sec archival update. > > -- 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.
