NB: CWOP requires *altimeter*. WeeWX needs station pressure (observation type "pressure") plus altitude to calculate it.
It looks like altimeter is not the only thing you're missing. Precipitation and wind are also missing, which suggests are more general problem. I would look at the path data takes to get into WeeWX. Your software type suggests you are using MQTT somewhere along the way. Make sure it is configured correctly. You can also try running weewxd directly from the command line. It will print out the LOOP packets and archive records. Make sure they contain what you think they should, in particular, type "pressure". -tk On Sun, Jun 5, 2022 at 8:30 AM 'Ben' via weewx-user < [email protected]> wrote: > Hello everyone, > > I'm new to WeeWX, so please bear with me. > > My setup is a BME280 on a ESP32 Nodemcu delivering temperature, humidity > and pressure data via MQTT to WeeWX running on my Raspberry Pi 3B+ w/ > dietpi. > > Everything works fine except that when I try to upload my weather data to > aprs.fi (yes, I'm a ham), only temperature and humidity show up. > > This data and current air pressure *do* show up on my reports, so I'd say > there's nothing more to configure, isn't it? > > When I inspect my raw packets on aprs.fi, they actually do *lack* the > pressure data: > > 2022-06-05 15:33:15 CEST: *DL1BEN-13 > <https://aprs.fi/?c=raw&limit=&call=DL1BEN-13>* > >APRS,TCPIP*,qAC,FIRST:@051330z5137.18N > /00755.37E_.../...g...t070r...p...P...b.....h69.weewx-4.8.0-MQTTSubscribeDriver > > Here's the relevant info from my weewx.conf: > > [[CWOP]] > # This section is for configuring posts to CWOP. > > # If you wish to post to CWOP, set the option 'enable' to true, > # then specify the station ID (e.g., CW1234). > enable = true > station = DL1BEN-13 > # If this is an APRS (radio amateur) station, specify the > # passcode (e.g., 12345). Otherwise, ignore. > passcode = #### > server_list = rotate.aprs.net:14580, rotate.aprs2.net:14580 > > What am I doing wrong? > Any help is greatly appreciated. > > Tnx > Ben > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/215bd0a3-9607-4759-b65f-804aa1a10322n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/215bd0a3-9607-4759-b65f-804aa1a10322n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEDOmiwFbV%2BMe0EvnE2_PAXOr_frdLmOwVwt-Mg97RbNAQ%40mail.gmail.com.
