Hello,
I'd decided to change my base temperatures for DegreeDays and NOAA reports.
I've changed the values in
/etc/weewx/weex.confpi@rpi-meteo:~ $ grep "_base" -r /etc/weewx/*
/etc/weewx/weewx.conf: heating_base = 21, degree_C
/etc/weewx/weewx.conf: cooling_base = 25, degree_C
then restarted weewx and deleted all the content of the var/weewx/reports/NOAA directory.
The NOAA reports were re-generated, but the reports and thus base temperatures are still the same (
avg_temp - cool_days_deg = 18.3 ~ 65, degree_F)
I've dropped and regenerated the weewx daily data
sudo service weewx stop
sudo wee_database --drop-daily
sudo wee_database --rebuild-daily
sudo service weewx start
Then I've slightly modified the NOAA templates to be sure the reports are newly generated, and then removed the old reports again.
The reports were re-generated, see example
NOAA-2019-06.txt in attachment. But there's still no change in the DegDays calculations - compare to an old
NOAA-2019-06_backup.txt.
Seems the weewx.conf values are ignored, the default *_base value "65, degree_F" is always used.
Or am I doing something wrong?