Degree-days are calculated on the fly as an xtype <https://github.com/weewx/weewx/wiki/WeeWX-V4-user-defined-types> variable.
Where do you need them? For example, for a template, the total degree-days for a month could be calculated as $month.heatdeg.sum. If you need access from an outside application, then you'd have to use the xtype's Python interface. On Wed, May 18, 2022 at 8:48 AM PC <[email protected]> wrote: > Hello, > > It seems to me that DegreeDays are not stored in the table (MySQL) archive. > Are they elsewhere? How can I get it through a third-party application? > > Thank you ! > > -- > 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/2bb706a9-dcb5-4773-8f15-80df8fceafccn%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/2bb706a9-dcb5-4773-8f15-80df8fceafccn%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/CAPq0zEAffGPqoQ7UfxOdxP9cV8cFk-X9-uuO6hGSVj--dr%3DoEA%40mail.gmail.com.
