CWOP Updating Sporadically and no Baro

61 views
Skip to first unread message

ch...@chrismaness.com

unread,
Apr 25, 2020, 7:27:55 PM4/25/20
to weewx-user
Ok, I got it sort of working. It is updating hit/miss (and it used to
do that before). According to my findu page, I am not seeing barometric
pressure data either.

I have pasted dubug level 1 syslog data in the link below:

https://pastebin.com/LfeZZxUF

Does anything look suspect?

Thanks,
Chris KQ6UP

0x163643459E5CF84C.asc
signature.asc

gjr80

unread,
Apr 25, 2020, 7:35:59 PM4/25/20
to weewx-user
My apologies, I should not post when out, but debug must be set to 2 (or higher) for the content of the RESTful posts (incl CWOP) to be logged. If it working/failing sporadically run WeeWX with debug=2 and if you check the logs when it fails you may be able to work out what is/is not going on. If the issue is missing barometer in the CWOP post then I would be looking at what the interceptor picked up in the respective archive period and did it provide barometer or all of the pre-reqs for WeeWX to calculate barometer.

Gary

ch...@chrismaness.com

unread,
Apr 25, 2020, 7:49:24 PM4/25/20
to weewx...@googlegroups.com, gjr80


On 4/25/20 4:35 PM, gjr80 wrote:
> My apologies, I should not post when out, but debug must be set to 2 (or higher) for the content of the RESTful posts (incl CWOP) to be logged. If it working/failing sporadically run WeeWX with debug=2 and if you check the logs when it fails you may be able to work out what is/is not going on. If the issue is missing barometer in the CWOP post then I would be looking at what the interceptor picked up in the respective archive period and did it provide barometer or all of the pre-reqs for WeeWX to calculate barometer.
>
> Gary
>

From debug 2 log:

https://pastebin.com/TkQweD3a

Chris KQ6UP
0x163643459E5CF84C.asc
signature.asc

gjr80

unread,
Apr 25, 2020, 8:17:34 PM4/25/20
to weewx-user
So if I undwerstand the CWOP post contents correctly this would indicate that the 1640 post was missing barometer data:

Apr 25 16:40:24 raspberrypi weewx[4325]: restx: CWOP: packet: KQ6UP>APRS,TCPIP*:@252340z3401.26N/11718.84W_328/007g015t097r000p000P000b.....h20L487.weewx-3.9.2-Interceptor#015

but then this

Apr 25 16:40:25 raspberrypi weewx[4325]: restx: CWOP: Connected to server cwop.aprs.net:14580
Apr 25 16:40:45 raspberrypi weewx[4325]: restx: CWOP: Exception <class 'socket.timeout'> (timed out) when looking for response to packet packet
Apr 25 16:40:45 raspberrypi weewx[4325]: restx: CWOP: Published record 2020-04-25 16:40:00 PDT (1587858000)

indicates the CWOP data was posted but there was a timeout waiting for a response from CWOP. I am not CWOP knowledgeable enough to know whether the lack of a response is normal or abnormal behaviour, I'm guessing normal. The puzzling part is the lack of barometer data in the CWOP post, there appears to be at least one loop packet containing valid barometer data that was received during the 1635-1640 archive period. So the 1640 archive record should contain barometer data. More thought needed.

Gary

ch...@chrismaness.com

unread,
Apr 25, 2020, 8:21:36 PM4/25/20
to gjr80, weewx-user


On 4/25/20 5:17 PM, gjr80 wrote:
> So if I undwerstand the CWOP post contents correctly this would indicate
> that the 1640 post was missing barometer data:
>
> |
> Apr2516:40:24raspberrypi
> weewx[4325]:restx:CWOP:packet:KQ6UP>APRS,TCPIP*:@252340z3401.26N/11718.84W_328/007g015t097r000p000P000b.....h20L487.weewx-3.9.2-Interceptor#015
> |
>
> but then this
>
> |
> Apr2516:40:25raspberrypi weewx[4325]:restx:CWOP:Connectedto server
> cwop.aprs.net:14580
> Apr2516:40:45raspberrypi
> weewx[4325]:restx:CWOP:Exception<class'socket.timeout'>(timed
> out)whenlooking forresponse to packet packet
> Apr2516:40:45raspberrypi weewx[4325]:restx:CWOP:Publishedrecord
> 2020-04-2516:40:00PDT (1587858000)
> |
>
> indicates the CWOP data was posted but there was a timeout waiting for a
> response from CWOP. I am not CWOP knowledgeable enough to know whether
> the lack of a response is normal or abnormal behaviour, I'm guessing
> normal. The puzzling part is the lack of barometer data in the CWOP
> post, there appears to be at least one loop packet containing valid
> barometer data that was received during the 1635-1640 archive period. So
> the 1640 archive record should contain barometer data. More thought needed.
>
> Gary
>

Now I remember there was connectivity time out issues on my old setup.
So it appears to be working as good as the old setup, but I would like
to resolve this outstanding issues. Who could I contact with a lot of
CWOP expertise?

Thanks,
Chris KQ6UP
0x163643459E5CF84C.asc
signature.asc

gjr80

unread,
Apr 25, 2020, 8:30:03 PM4/25/20
to weewx-user
There's two things going on here, lack of a response from CWOP and the missing barometer data. The lack of a CWOP response may be normal CWOP behaviour, hard to say given there was only one CWOP post in that extract posted (the lack of a response only shows if debug >= 2 and CWOP posts only occur every 10 minutes). Given some of your CWOP posts are being accepted either that was a one off or normal behaviour. That is what someone more knowledgeable on CWOP would (may) know. Tom may know. The real issue is the missing barometer data in your CWOP post, that is purely a WeeWX issue and no CWOP knowledge needed.

Gary

ch...@chrismaness.com

unread,
Apr 25, 2020, 8:32:49 PM4/25/20
to weewx...@googlegroups.com, gjr80


On 4/25/20 5:30 PM, gjr80 wrote:
> There's two things going on here, lack of a response from CWOP and the
> missing barometer data. The lack of a CWOP response may be normal CWOP
> behaviour, hard to say given there was only one CWOP post in that
> extract posted (the lack of a response only shows if debug >= 2 and CWOP
> posts only occur every 10 minutes). Given some of your CWOP posts are
> being accepted either that was a one off or normal behaviour. That is
> what someone more knowledgeable on CWOP would (may) know. Tom may know.
> The real issue is the missing barometer data in your CWOP post, that is
> purely a WeeWX issue and no CWOP knowledge needed.
>
> Gary
>

If you help me with the barometer issue, I would be grateful. The
barometer seems to be updating everywhere else just fine.

Chris KQ6UP

0x163643459E5CF84C.asc
signature.asc

gjr80

unread,
Apr 25, 2020, 8:34:44 PM4/25/20
to weewx-user
On Sunday, 26 April 2020 10:32:49 UTC+10, ch...@chrismaness.com wrote:
If you help me with the barometer issue, I would be grateful.  The
barometer seems to be updating everywhere else just fine.

Chris KQ6UP
 
Yep, as I said 'More thought needed'.

Gary

Burt Wizeman

unread,
May 3, 2020, 2:53:10 PM5/3/20
to weewx-user
Gjr80,

Do you have a humidity sensor?  I had a similair issue with the Barometer and learned that CWOP needs the humidity data as well to display the true barometer reading.  Humidity, temp and height all impact the barometer.  I believe that CWOP considers it altimeter.

Burt
K4SRQ

Chris Maness

unread,
May 3, 2020, 3:04:07 PM5/3/20
to weewx...@googlegroups.com
 Yes, and it seems to have resolved itself.

--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/0fa84be4-10b4-4fd6-8853-5a369687c155%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages