mirror of
https://github.com/weewx/weewx.git
synced 2026-05-24 17:55:15 -04:00
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.