Files
weewx/bin
Alf Høgemark 7dec603744 Let weewx.restx.StdWOW use post_interval=900
The WOW API documentation says
"
Frequency of submitting observations

It is recommended that the interval between automatic observations from your AWS is at least 15 minutes.
"
Respect this by using a post_interval of 900.
Without the post_interval, we get a HTTP status 429: Too frequent observations.
And the log gets the following entries
Dec 15 18:54:25 weather1 weewx[2400]: restx: WOW: Failed upload attempt 1: HTTP Error 429: Too frequent observations.
Dec 15 18:54:30 weather1 weewx[2400]: restx: WOW: Failed upload attempt 2: HTTP Error 429: Too frequent observations.
Dec 15 18:54:35 weather1 weewx[2400]: restx: WOW: Failed upload attempt 3: HTTP Error 429: Too frequent observations.
2016-12-15 19:05:53 +01:00
..
2016-05-15 11:15:41 +10:00
2016-12-09 07:44:58 +10:00
2016-11-11 07:57:56 +10:00
2016-10-12 16:39:04 -07:00
2016-02-09 18:40:54 -05:00
2015-12-05 09:02:46 -08:00
2016-10-12 14:28:03 +10:00