The lack of pressure data is likely due to weeWX not sending it. There are 3 'pressures' used within weeWX; station pressure, barometric pressure and altimeter pressure. You can read about these in the wiki (https://github.com/weewx/weewx/wiki/Barometer,-pressure,-and-altimeter). Provided weeWX has one of the pressures the other two can be calculated.
I believe that AcuRite stations provide station pressure or weeWX field pressure. WU requires barometric pressure or weeWX field barometer. To calculate barometric pressure the temperature from 12 hours ago is required, otherwise the barometer file is set to None. Since you have only just setup your station I suspect you don't yet have 12 hours of data and hence the temperature from 12 hours ago does not yet exist and barometer will be set to None. If barometer is None weeWX does no send any barometer data to WU. You should see data appear in WU 12 hours after you started your system, I would give it 24 hours and if nothing is there then provide the detail as sought by Andrew but I would set debug=2 in weewx.conf before starting weeWX. This will let use see in the log what data is posted to WU.
You could also run weeWX directly (http://weewx.com/docs/usersguide.htm#Running_directly) and take note of which of the 'pressures' have a value and which are None.
Gary
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To work out whether the current discrepancy is weeWX or WU related we need to see what is being uploaded by weeWX. As per my earlier post please set debug=2 in weewx.conf, save weewx.conf and then restart weeWX. Once weeWX has been running for at least 10 minutes please post the log from when weeWX started, make sure you capture the entire weeWX startup and at least 10 minutes of activity. The log will be quite extensive.
Gary
Gary
There is caching of packets when using RF, it appears there may be an issue the caching and as indicated in an earlier post we will look at that separately.
Gary