I am trying to achieve 1) posting to a services default and 2) get weather underground and weatherbug to as close to real time as possible.
I do know the rapid fire does not work with Acurite stations. It gives a -- in the barometer and a nAn in the temp. So I was thinking by using the code Tom posted earlier that it would tell that service to post at that set interval. So I had set WU and WB to 60 second post to try and achieve as close to real time and then set PWS to 300 seconds and WeatherCloud and CWOP to 600 seconds. Tom had said it was untested so I tried it. On Jul 3, 2017 06:38, "Andrew Milner" <[email protected]> wrote: 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 a topic in the Google Groups "weewx-user" group. To unsubscribe from this topic, visit https://groups.google.com/d/ topic/weewx-user/qhdN8xgyPxE/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- 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.
