I can't find what I'm doing fault,
I did replace the old weather-station by a new one after 8 years.
The old one was a fine offset wh1080, and the new one is a wh1080 new, not
compatible with the old outside sensor.
Now I can't get the output from the barometer readings to the database and
website.
--
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].
For more options, visit https://groups.google.com/d/optout.
LOOP: 2016-09-02 22:20:41 CEST (1472847641) altimeter: 1018.84144096, appTemp: 17.4125091168, barometer: 1019.13904443, cloudbase: 245.38027274, dateTime: 1472847641, delay: 3, dewpoint: 16.2481313793, heatindex: 18.2, humidex: 22.9734781988, inDewpoint: 61.4189436886, inHumidity: 67.0, inTemp: 22.8, maxSolarRad: 0.0, outHumidity: 88.4, outTemp: 18.2, outTempBatteryStatus: 0, pressure: 1018.9, ptr: 1728, radiation: None, rain: 0.0, rainRate: 0.0, rainTotal: 0.0, rxCheckPercent: 100, status: 0, usUnits: 17, UV: None, windchill: 18.2, windDir: 180.0, windGust: 5.39999999936, windGustDir: 180.0, windSpeed: 4.09999999951
[ # DO NOT MODIFY THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING!
target_unit = METRICWX # Options are 'US', 'METRICWX', or 'METRIC'
##############################################################################
# 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:
outTemp = outTemp - 0.5
outHumidity = 98-((98-outHumidity)*1.2)
## pressure = pressure + 11.5
##############################################################################
# This section is for quality control checks. If units are not specified,
# values must be in the units defined in the StdConvert section.
[StdQC]
[[MinMax]]
barometer = 900, 1100, mbar
outTemp = -30, 60, degree_C
inTemp = 0, 60, degree_C
outHumidity = 0, 100
inHumidity = 0, 100
windSpeed = 0, 160, km_per_hour
##############################################################################
# This section controls the origin of derived values.
[StdWXCalculate]
# Derived quantities are calculated by this service. Possible values are:
# hardware - use the value provided by hardware
# software - use the value calculated by weewx
# prefer_hardware - use value provide by hardware if available,
# otherwise use value calculated by weewx
pressure = software
barometer = software
altimeter = software
windchill = software
heatindex = software
dewpoint = software
inDewpoint = software
rainRate = software