I'm trying to adjust my Altimeter reading ( -0.07 inHg off) to be aligned with the local METAR Altimeter reading. In the weewx.conf, I added the following:
##############################################################################
# This section can adjust data using calibration expressions.
[StdCalibrate]
[[Corrections]]
# For each type, an arbitrary calibration expression can be given.
# It should be in the units defined in the StdConvert section.
# Example:
# foo = foo + 0.2
altimeter = altimeter + 0.07
I restarted weewx; waited an archived period and the altimeter value did not reflect a 0.07 change. Do I need to change something else? I'm currently using Weewx version 4.0.0b12.
Thanks
Rich