Ive noticed an issue POSSIBLY since upgrading from v4 but maybe introduced later in that the dates for SOME of my records are missing. For example, Rainfall shows a figure but not the date, windrun shows $windrun but things like temperatures DO work.
This looks like some derived vs hardware value issue.
Im using Belchertown skin but dont think it matters.
In my Weewx.conf i have:
##############################################################################
# This section controls the origin of derived values.
[StdWXCalculate]
[[Calculations]]
# 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
# beaufort = prefer_hardware
pressure = prefer_hardware
barometer = prefer_hardware
altimeter = prefer_hardware
windchill = prefer_hardware
heatindex = prefer_hardware
dewpoint = prefer_hardware
inDewpoint = prefer_hardware
rainRate = prefer_hardware
appTemp = software
windrun = software
############################################################################
[StdWXSummation]
[[Summaries]]
day_vars = rain, rainRate, windrun, radiation, UV
record_vars = rain.max, rainRate.max, windrun.maxsum, radiation.maxsum, UV.max, dryDays.max, rainDays.max
Any idea what im missing or broken here? I used to work. It MAY have worked under v5 but unsure.
Log is set to debug and i see no errors.