Your archive record (marked "REC") includes type 'barometer', so it should be uploaded to the WU. If it's not, could we see two things?
1. Set debug=2, then restart weewxd. Post the resultant log through the first reporting cycle. 2. Please post a link to your WU station On Thu, Jun 2, 2022 at 5:29 AM Mark Fraser <[email protected]> wrote: > On 28/05/2022 13:21, Tom Keffer wrote: > > On Fri, May 27, 2022 at 1:37 PM Mark Fraser <[email protected] > > <mailto:[email protected]>> wrote: > > > > I've been using a WH1080 weather station with weewx via weewx-sdr for > > about a year now and getting pressure data from a bme280 sensor. > > Uploading to Wunderground, Met Office and Weather Cloud. > > > > I bought a WH25 temperature, humidity and pressure sensor this week > and > > modified the weewx.conf file to replace the bme280 with this data: > > windGust = wind_gust.240.FOWHx080Packet > > outTempBatteryStatus = battery.240.FOWHx080Packet > > rain_total = rain_total.240.FOWHx080Packet > > windSpeed = wind_speed.240.FOWHx080Packet > > windDir = wind_dir.240.FOWHx080Packet > > outHumidity = humidity.240.FOWHx080Packet > > outTemp = temperature.240.FOWHx080Packet > > pressure = pressure.91.FOWH25Packet > > inTemp = temperature.91.FOWH25Packet > > inHumidity = humidity.91.FOWH25Packet > > inTempBatteryStatus = battery.91.FOWH25Packet > > > > Since then, the pressure data shows up locally and at the Met Office > > and > > Weather Cloud websites, but not on Wundergrounds. It mentions here > > > https://github.com/weewx/weewx/wiki/Barometer%2C-pressure%2C-and-altimeter > > < > https://github.com/weewx/weewx/wiki/Barometer%2C-pressure%2C-and-altimeter > > > > > > that it requires temperature data from 12 hours ago to calculate > > barometric pressure from station pressure. > > > > Am I missing something? > > > Wunderground needs observation type "barometer," that is, the sea- > > level corrected pressure. To calculate this requires altitude, > > station pressure, outside temperature, and humidity. If you're missing > > any one of them, then the value will not be calculated. > > > > Double-check what's available. One thing you can try is to run weewxd > > directly from the command line and watch the archive records (marked > > by "REC"). Are all the required fields there? > > LOOP: 2022-06-02 13:25:01 BST (1654172701) 'altimeter': > '30.09137490230864', 'appTemp': 'None', 'barometer': 'None', > 'cloudbase': 'None', 'dateTime': '1654172701', 'dewpoint': 'None', 'ET': > 'None', 'heatindex': 'None', 'humidex': 'None', 'inDewpoint': > '48.72015195494848', 'inHumidity': '40.0', 'inTemp': '74.66', > 'inTempBatteryStatus': '0', 'maxSolarRad': '903.9552240476779', > 'pressure': '29.84005236875', 'rainRate': '0.0', 'usUnits': '1', > 'windchill': 'None', 'windrun': 'None' > > LOOP: 2022-06-02 13:25:14 BST (1654172714) 'altimeter': 'None', > 'appTemp': '65.05708246363419', 'barometer': 'None', 'cloudbase': > '6451.0875168596895', 'dateTime': '1654172714', 'dewpoint': > '41.70571612506676', 'ET': 'None', 'heatindex': '67.42700000000002', > 'humidex': '69.08000000000001', 'inDewpoint': 'None', 'maxSolarRad': > '903.9040092064912', 'outHumidity': '37.0', 'outTemp': > '69.08000000000001', 'outTempBatteryStatus': '0', 'pressure': 'None', > 'rain': '0.0', 'rain_total': '42.93', 'rainRate': '0.0', 'usUnits': '1', > 'windchill': '69.08000000000001', 'windDir': '315.0', 'windGust': > '6.084481837274908', 'windrun': 'None', 'windSpeed': '3.8028011482968176' > > LOOP: 2022-06-02 13:26:02 BST (1654172762) 'altimeter': 'None', > 'appTemp': '64.12934374062732', 'barometer': 'None', 'cloudbase': > '6298.35190356952', 'dateTime': '1654172762', 'dewpoint': > '42.55775282354348', 'ET': 'None', 'heatindex': '67.672', 'humidex': > '69.25999999999999', 'inDewpoint': 'None', 'maxSolarRad': > '903.7096856153385', 'outHumidity': '38.0', 'outTemp': > '69.25999999999999', 'outTempBatteryStatus': '0', 'pressure': 'None', > 'rain': '0.0', 'rain_total': '42.93', 'rainRate': '0.0', 'usUnits': '1', > 'windchill': '69.25999999999999', 'windDir': '135.0', 'windGust': > '6.845042066934272', 'windrun': 'None', 'windSpeed': '6.084481837274908' > > REC: 2022-06-02 13:25:00 BST (1654172700) 'altimeter': > '30.09335706902681', 'appTemp': '64.44497160363032', 'barometer': > '30.08579013236034', 'cloudbase': '6545.084035755882', 'dateTime': > '1654172700', 'dewpoint': '41.8021314419235', 'ET': 'None', 'heatindex': > '67.9645', 'humidex': '69.59', 'inDewpoint': '48.93441213525394', > 'inHumidity': '40.0', 'inTemp': '74.9', 'inTempBatteryStatus': '0.0', > 'interval': '5.0', 'maxSolarRad': '904.3499778557162', 'outHumidity': > '36.5', 'outTemp': '69.59', 'outTempBatteryStatus': '0.0', 'pressure': > '29.842021034583336', 'rain': '0.0', 'rain_total': '42.93', 'rainRate': > '0.0', 'usUnits': '1', 'windchill': '69.59', 'windDir': > '158.49683418607412', 'windGust': '10.64784321523109', 'windGustDir': > '135.0', 'windrun': '0.48591348006014895', 'windSpeed': '5.830961760721787' > > -- > 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/1e60b9c5-d2eb-fedf-4c07-7b7a9973f7f6%40gmail.com > . > -- 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/CAPq0zECJ33io0fU9%2Bb-f%3D0eRvmES6MEctJPBCWPZ%2BuuDu%2BuzYg%40mail.gmail.com.
