On 02/06/2022 13:54, Tom Keffer wrote:
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 stationOn Thu, Jun 2, 2022 at 5:29 AM Mark Fraser <[email protected] <mailto:[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]> > <mailto:[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>> <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'
Jun 2 14:04:29 weathercam weewx[16681] DEBUG user.sdr: packet={'windGust': 19.584, 'outTempBatteryStatus': 0, 'rain_total': 42.93, 'windSpeed': 15.912, 'windDir': 248.0, 'outHumidity': 33.0, 'outTemp': 22.0, 'dateTime': 1654175066, 'usUnits': 16} Jun 2 14:04:29 weathercam weewx[16681] DEBUG user.sdr: packet={'windGust': 19.584, 'outTempBatteryStatus': 0, 'rain_total': 42.93, 'windSpeed': 15.912, 'windDir': 248.0, 'outHumidity': 33.0, 'outTemp': 22.0, 'dateTime': 1654175066, 'usUnits': 16} Jun 2 14:04:29 weathercam weewx[16681] DEBUG weewx.restx: Ambient: url: https://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=IYEOVI1&PASSWORD=XXX&softwaretype=weewx-4.8.0&dateutc=2022-06-02%2013%3A04%3A26&dailyrainin=0.00&dewptf=41.0&rainin=0.00&humidity=033&tempf=71.6&realtime=1&rtfreq=2.5&winddir=248&windgustmph=12.2&windspeedmph=9.9 Jun 2 14:04:30 weathercam weewx[16681] DEBUG weewx.restx: Ambient: url: https://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=IYEOVI1&PASSWORD=XXX&softwaretype=weewx-4.8.0&dateutc=2022-06-02%2013%3A04%3A26&dailyrainin=0.00&dewptf=41.0&rainin=0.00&humidity=033&tempf=71.6&realtime=1&rtfreq=2.5&winddir=248&windgustmph=12.2&windspeedmph=9.9 Jun 2 14:04:33 weathercam weewx[16681] DEBUG user.sdr: packet={'pressure': 1010.6, 'inTemp': 23.6, 'inHumidity': 39.0, 'inTempBatteryStatus': 0, 'dateTime': 1654175069, 'usUnits': 16} Jun 2 14:04:33 weathercam weewx[16681] DEBUG weewx.restx: Ambient: url: https://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=IYEOVI1&PASSWORD=XXX&softwaretype=weewx-4.8.0&dateutc=2022-06-02%2013%3A04%3A29&dailyrainin=0.00&rainin=0.00&humidity=033&tempf=71.6&realtime=1&rtfreq=2.5&winddir=248&windgustmph=12.2&windspeedmph=9.9&indoortempf=74.5&indoorhumidity=39 Jun 2 14:05:17 weathercam weewx[16681] DEBUG user.sdr: packet={'windGust': 17.136, 'outTempBatteryStatus': 0, 'rain_total': 42.93, 'windSpeed': 13.464, 'windDir': 180.0, 'outHumidity': 33.0, 'outTemp': 22.0, 'dateTime': 1654175114, 'usUnits': 16} Jun 2 14:05:17 weathercam weewx[16681] DEBUG weewx.restx: Ambient: url: https://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=IYEOVI1&PASSWORD=XXX&softwaretype=weewx-4.8.0&dateutc=2022-06-02%2013%3A05%3A14&dailyrainin=0.00&dewptf=41.0&rainin=0.00&humidity=033&tempf=71.6&realtime=1&rtfreq=2.5&winddir=180&windgustmph=10.6&windspeedmph=8.4&indoortempf=74.5&indoorhumidity=39 Jun 2 14:05:37 weathercam weewx[16681] DEBUG user.sdr: packet={'pressure': 1010.5, 'inTemp': 23.6, 'inHumidity': 39.0, 'inTempBatteryStatus': 0, 'dateTime': 1654175133, 'usUnits': 16} Jun 2 14:05:37 weathercam weewx[16681] DEBUG weewx.restx: Ambient: url: https://rtupdate.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=IYEOVI1&PASSWORD=XXX&softwaretype=weewx-4.8.0&dateutc=2022-06-02%2013%3A05%3A33&dailyrainin=0.00&rainin=0.00&humidity=033&tempf=71.6&realtime=1&rtfreq=2.5&winddir=180&windgustmph=10.6&windspeedmph=8.4&indoortempf=74.5&indoorhumidity=39 Jun 2 14:05:37 weathercam weewx[16681] DEBUG user.forecast: MainThread: Zambretti: starting thread Jun 2 14:05:37 weathercam weewx[16681] DEBUG user.forecast: ZambrettiThread: Zambretti: generating forecast for 2022-06-02 09:00:00 BST (1654156800) Jun 2 14:05:37 weathercam weewx[16681] DEBUG user.forecast: MainThread: WU: not yet time to do the forecast Jun 2 14:05:37 weathercam weewx[16681] DEBUG user.forecast: ZambrettiThread: Zambretti: using winddir from 2022-06-02 08:30:00 BST (1654155000) to 2022-06-02 09:00:00 BST (1654156800) Jun 2 14:05:37 weathercam weewx[16681] DEBUG user.forecast: MainThread: OWM: not yet time to do the forecast Jun 2 14:05:37 weathercam weewx[16681] DEBUG user.forecast: ZambrettiThread: Zambretti: using pressure from 2022-06-02 06:00:00 BST (1654146000) to 2022-06-02 09:00:00 BST (1654156800) Jun 2 14:05:37 weathercam weewx[16681] DEBUG weewx.reportengine: Running reports for latest time in the database. Jun 2 14:05:37 weathercam weewx[16681] DEBUG weewx.reportengine: Running report 'SeasonsReport' Jun 2 14:05:38 weathercam weewx[16681] DEBUG weewx.restx: WOW: url: https://wow.metoffice.gov.uk/automaticreading?action=updateraw&siteid=882996001&siteAuthenticationKey=XXX&softwaretype=weewx-4.8.0&dateutc=2022-06-02+13%3A05%3A00&baromin=30.086&tempf=71.6&humidity=33&windspeedmph=10&winddir=248&windgustmph=12&windgustdir=248&dewptf=41.0&rainin=0.00&dailyrainin=0.000 Jun 2 14:05:38 weathercam weewx[16681] DEBUG weewx.restx: Ambient: url: https://www.pwsweather.com/pwsupdate/pwsupdate.php?action=updateraw&ID=YEOVIL&PASSWORD=XXX&softwaretype=weewx-4.8.0&baromin=30.086&dateutc=2022-06-02%2013%3A05%3A00&dailyrainin=0.00&dewptf=41.0&rainin=0.00&humidity=033&tempf=71.6&winddir=248&windgustmph=12.2&windspeedmph=9.9 Jun 2 14:05:38 weathercam weewx[16681] DEBUG user.windy: url: https://stations.windy.com/pws/update/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjaSI6MTIzMjE3NCwiaWF0IjoxNTczMjkwMzU4fQ.7DvkdcfFwiDmZx6MOL0jEnlnV48KsadgpuEo87xY0Cc Jun 2 14:05:38 weathercam weewx[16681] DEBUG user.windy: JSON: {'observations': [{'station': 0, 'dateutc': '2022-06-02 13:05:00', 'temp': 21.999999999999996, 'wind': 4.420010985869984, 'winddir': 248.0, 'gust': 5.44001352107075, 'rh': 33.0, 'dewpoint': 4.9791112601025524, 'pressure': 101882.38806460389, 'precip': 0.0}]} Jun 2 14:05:38 weathercam weewx[16681] DEBUG user.wcloud: url: http://api.weathercloud.net/v01/set?ver=4.8.0&type=251&wid=bf34ee3dad5ec18d&key=XXX&time=1305&date=20220602&temp=220&hum=33&wdir=248&wspd=44&bar=10188&rain=0&rainrate=0&tempin=236&humin=39&chill=220&heat=211&dew=50&wspdhi=54&wspdavg=29&wdiravg=223&heatin=230&dewin=88&battery04=1&battery05=1 Jun 2 14:05:38 weathercam weewx[16681] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport' Jun 2 14:05:38 weathercam weewx[16681] DEBUG weewx.cheetahgenerator: Using search list ['user.forecast.ForecastVariables', 'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo'] Jun 2 14:05:38 weathercam weewx[16681] DEBUG weewx.manager: Daily summary version is 4.0 Jun 2 14:05:38 weathercam weewx[16681] DEBUG user.forecast: ZambrettiThread: Zambretti: units=1 winddir=147.2744738227803 pressure=30.110780321098204 first_p=30.109422589974383 last_p=30.105575930912604 Jun 2 14:05:38 weathercam weewx[16681] DEBUG user.forecast: ZambrettiThread: Zambretti: pressure=1019.667899320926 month=5 winddir=6 trend=-0.04342093565939346 north=True Jun 2 14:05:38 weathercam weewx[16681] DEBUG user.forecast: ZambrettiThread: Zambretti: code is E Jun 2 14:05:38 weathercam weewx[16681] INFO user.forecast: ZambrettiThread: Zambretti: generated 1 forecast record Jun 2 14:05:38 weathercam weewx[16681] DEBUG user.forecast: ZambrettiThread: Zambretti: saving 1 forecast records Jun 2 14:05:38 weathercam weewx[16681] DEBUG weewx.manager: Daily summary version is 4.0 Jun 2 14:05:38 weathercam weewx[16681] INFO weewx.manager: Added record 2022-06-02 14:05:00 BST (1654175100) to database 'forecast.sdb' Jun 2 14:05:39 weathercam weewx[16681] INFO user.forecast: ZambrettiThread: Zambretti: saved 1 forecast records Jun 2 14:05:39 weathercam weewx[16681] DEBUG user.forecast: ZambrettiThread: Zambretti: deleting forecasts prior to 1653570339 Jun 2 14:05:39 weathercam weewx[16681] INFO user.forecast: ZambrettiThread: Zambretti: deleted forecasts prior to 1653570339 Jun 2 14:05:39 weathercam weewx[16681] DEBUG user.forecast: ZambrettiThread: Zambretti: terminating thread Jun 2 14:05:41 weathercam weewx[16681] DEBUG weewx.cheetahgenerator: Skip 'celestial.html': last_mod=1654171856.8614173 age=3285.09499168396 stale=3600 Jun 2 14:05:42 weathercam weewx[16681] DEBUG weewx.manager: Daily summary version is 4.0 Jun 2 14:05:44 weathercam weewx[16681] DEBUG weewx.reportengine: Running report 'SmartphoneReport' Jun 2 14:05:44 weathercam weewx[16681] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Smartphone/skin.conf for report 'SmartphoneReport' Jun 2 14:05:44 weathercam weewx[16681] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo'] Jun 2 14:05:44 weathercam weewx[16681] DEBUG weewx.manager: Daily summary version is 4.0 Jun 2 14:05:44 weathercam weewx[16681] DEBUG weewx.manager: Daily summary version is 4.0 Jun 2 14:05:44 weathercam weewx[16681] DEBUG PIL.PngImagePlugin: STREAM b'IHDR' 16 13 Jun 2 14:05:44 weathercam weewx[16681] DEBUG PIL.PngImagePlugin: STREAM b'IDAT' 41 1216 Jun 2 14:05:44 weathercam weewx[16681] DEBUG PIL.PngImagePlugin: STREAM b'IHDR' 16 13 Jun 2 14:05:44 weathercam weewx[16681] DEBUG PIL.PngImagePlugin: STREAM b'IDAT' 41 1216 Jun 2 14:05:45 weathercam weewx[16681] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping. Jun 2 14:05:45 weathercam weewx[16681] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping. Jun 2 14:05:45 weathercam weewx[16681] DEBUG weewx.reportengine: Running report 'forecast' Jun 2 14:05:45 weathercam weewx[16681] DEBUG weewx.reportengine: Cannot read skin configuration file /etc/weewx/skins/skin.conf for report 'forecast': Config file not found: "/etc/weewx/skins/skin.conf". Jun 2 14:05:45 weathercam weewx[16681] DEBUG weewx.reportengine: Cannot read localization file /etc/weewx/skins/lang/en.conf for report 'forecast': Config file not found: "/etc/weewx/skins/lang/en.conf". Jun 2 14:05:45 weathercam weewx[16681] DEBUG weewx.reportengine: **** Using defaults instead. Jun 2 14:05:45 weathercam weewx[16681] DEBUG weewx.reportengine: No generators specified for report 'forecast' Jun 2 14:05:45 weathercam weewx[16681] DEBUG weewx.reportengine: Report 'FTP' not enabled. Skipping. Jun 2 14:05:45 weathercam weewx[16681] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.
https://www.wunderground.com/dashboard/pws/IYEOVI1 -- 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/ceeacfdb-b4a5-d480-af80-a76642574c9a%40gmail.com.
