There is a limit in weewx that prevents old, "stale" records from being
posted to CWOP. The default limit is 60 seconds. For some reason, it's
taking your installation more than 60 seconds to process a record before
trying to post.

Could you show us more of the log so we can see why it's taking so long to
post?

Alternatively, you can change the limit to something longer by specifying
option "stale":

[StdRESTful]
...
    [[CWOP]]
        # This section is for configuring posts to CWOP.

        # If you wish to do this, set the option 'enable' to true,
        # and specify the station ID (e.g., CW1234).
        enable = true
        station = kf4cq
        stale = 120      # Accept records up to 2 minutes old
        (as before)

-tk



On Sun, Nov 13, 2016 at 1:46 PM, Frank Johnson <johnso...@gmail.com> wrote:

> started last week never noticed it before cwop has emailed that my station
> is not reporting but must have been trigered by just severl missed posts
>   how do you figure out why the records are stale only to cwop all other
> posts are working ok...
>
>
> Nov 13 16:16:00 frank-1005PE weewx[2925]: restx: CWOP: record 2016-11-13
> 16:15:00 EST (1479071700) is stale (60 > 60).
>
> Nov 13 16:21:03 frank-1005PE weewx[2925]: restx: CWOP: record 2016-11-13
> 16:20:00 EST (1479072000) is stale (63 > 60).
>
>
> KF4CQ>APRS,TCPIP*,qAC,SIXTH:@131550z2856.35N/08155.76W_271/
> 002g003t072r000p000P000b10202h71.weewx-3.6.1-FineOffsetUSB
> KF4CQ>APRS,TCPIP*,qAC,NINTH:@131555z2856.35N/08155.76W_235/
> 002g003t071r000p000P000b10201h72.weewx-3.6.1-FineOffsetUSB
> KF4CQ>APRS,TCPIP*,qAC,FIFTH:@131620z2856.35N/08155.76W_292/
> 000g002t073r000p000P000b10198h71.weewx-3.6.1-FineOffsetUSB
> KF4CQ>APRS,TCPIP*,qAC,SIXTH:@131625z2856.35N/08155.76W_359/
> 001g003t073r000p000P000b10197h69.weewx-3.6.1-FineOffsetUSB
> KF4CQ>APRS,TC
>
> this repets missing posts 20 to 40 min each hour not always the same
> minuets or same ammount
>
> once in a great while there is a
>
> Nov 13 16:10:50 frank-1005PE weewx[2925]: fousb: avoid 5.81489181519
>
> but doesnt result in missed post
>
> Nov 13 16:10:57 frank-1005PE weewx[2925]: restx: CWOP: Connected to server
> rotate.aprs.net:14580
> Nov 13 16:10:58 frank-1005PE weewx[2925]: restx: CWOP: Published record
> 2016-11-13 16:10:00 EST (1479071400)
>
> my cwop section of config file...
>    [[CWOP]]
>         # This section is for configuring posts to CWOP.
>
>         # If you wish to do this, set the option 'enable' to true,
>         # and specify the station ID (e.g., CW1234).
>         enable = true
>         station = kf4cq
>
>         # If this is an APRS (radio amateur) station, uncomment
>         # the following and replace with a passcode (e.g., 12345).
>         server_list = rotate.aprs.net:14580, rotate.aprs2.net:14580,
> cwop.aprs.net:14580, cwop.aprs.net:23
>         passcode = xxxxx    # (APRS stations only)
>         post_interval = 300
>
> i changed from cwop to rotate.aprs.net but that didn't change anything...
> help
> frank kf4cq
>
>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> 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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to