#   This section configures the internal weewx engine.

[Engine]
    
    # The following section specifies which services should be run and in 
what order.
    [[Services]]
        prep_services = weewx.engine.StdTimeSynch
        data_services = ,
        process_services = weewx.engine.StdConvert, 
weewx.engine.StdCalibrate, weewx.engine.StdQC, 
weewx.wxservices.StdWXCalculate
        xtype_services = weewx.wxxtypes.StdWXXTypes, 
weewx.wxxtypes.StdPressureCooker, weewx.wxxtypes.StdRainRater, 
weewx.wxxtypes.StdDelta
        archive_services = weewx.engine.StdArchive
        restful_services = weewx.restx.StdStationRegistry, 
weewx.restx.StdWunderground, weewx.restx.StdPWSweather, 
weewx.restx.StdCWOP, weewx.restx.StdWOW, weewx.restx.StdAWEKAS
        report_services = weewx.engine.StdPrint, weewx.engine.StdReport

On Tuesday, October 24, 2023 at 9:12:02 PM UTC-4 Tom Keffer wrote:

> It looks like the NOAA reports may not know how to calculate heating and 
> cooling degree-days. These calculations are normally provided by an xtype 
> extension, weewx.wxxtypes.StdWXXTypes. 
>
> Please post the [Engine] section of your weewx.conf file. If it looks OK, 
> we'll look at some other possibilities.
>
> On Tue, Oct 24, 2023 at 5:12 PM [email protected] <[email protected]> wrote:
>
>> I recently had the memory card in the RaspberryPi fail; but, was able to 
>> recover the database file and most of the data in it.  A new card was used 
>> to make a new install of raspbian and weewx version 4.10.2.  After I got it 
>> up and running it read the pending data from the Davis memory.  Later, I 
>> added the data from the old database file to the database, deleted the 
>> report files, ran  wee_database --calc-missing and wee_database 
>> --rebuild-daily.  After that the statistics looked good; but, the NOAA 
>> climate data report shows the formula instead of the result for the 
>> calculated columns.  Instead of a number for heating degree days I 
>> have   $month.heatdeg.sum.format($Temp,$NONE,add_label=False); but, in the 
>> high / day / low / day  columns have  83.6   03    35.7   24.
>>
>> This happens for the default skin:   http://aj4nr.com/Weather/index.html 
>> And the Belchertown skin: http://aj4nr.com/Weather/belchertown/
>>
>> The installation is pretty much a stock installation, I added FTP of 
>> folders to the WWW server.  I started with the SQLite database; but, now 
>> I'm using MariaDB that is hosted by a Windows server. It was doing this on 
>> the SQLite and MariaDB databases. I have not modified any of the reporting 
>> templates.
>>
>> Any ideas about how to fix this are welcome.
>>
>> -- 
>> 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].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/3e6b979b-054d-43bc-b9f8-b0e49a880b76n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/3e6b979b-054d-43bc-b9f8-b0e49a880b76n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/2d6d5593-ffa1-4c62-9da8-24569a4e0387n%40googlegroups.com.

Reply via email to