Yes, it works. I did the same as yesterday : drop the daily tables, and rebuild them, and no error with the wind tags.
> Le 4 juin 2020 à 16:59, Tom Keffer <[email protected]> a écrit : > > Let us know if that works. > > On Thu, Jun 4, 2020 at 7:56 AM Jacques Terrettaz <[email protected] > <mailto:[email protected]>> wrote: > Yes, it was mixed : DaySummaryManager with the old database schema. > > I reconfigured with manager = weewx.wxmanager.WXDaySummaryManager > > Thanks > > Jacques > >> Le 4 juin 2020 à 16:38, Tom Keffer <[email protected] >> <mailto:[email protected]>> a écrit : >> >> My guess is that your system has a mix of old and new ways of specifying a >> database schema. >> >> The old way: >> >> [DataBindings] >> [[wx_binding]] >> ... >> # The manager handles aggregation of data for historical summaries >> manager = weewx.manager.WXDaySummaryManager >> schema = schemas.wview.schema >> >> The new way: >> >> [DataBindings] >> [[wx_binding]] >> ... >> # The manager handles aggregation of data for historical summaries >> manager = weewx.manager.DaySummaryManager >> schema = schemas.wview_extended.schema >> >> I am guessing that you have: >> >> [DataBindings] >> [[wx_binding]] ... >> # The manager handles aggregation of data for historical summaries >> manager = weewx.manager.DaySummaryManager >> schema = schemas.wview.schema >> >> >> Go with one or the other, but don't mix. >> >> Or, I could be completely off on this! >> >> -tk >> > > > -- > 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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/F46DEABD-AF01-4295-9B00-73C7630CB532%40gmail.com > > <https://groups.google.com/d/msgid/weewx-user/F46DEABD-AF01-4295-9B00-73C7630CB532%40gmail.com?utm_medium=email&utm_source=footer>. > > -- > You received this message because you are subscribed to a topic in the Google > Groups "weewx-user" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/weewx-user/IaVkYGOz8IY/unsubscribe > <https://groups.google.com/d/topic/weewx-user/IaVkYGOz8IY/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/CAPq0zEAooz2znct0YRVqgqJqiHvMWtFnh538Or_PAd0DWp0haQ%40mail.gmail.com > > <https://groups.google.com/d/msgid/weewx-user/CAPq0zEAooz2znct0YRVqgqJqiHvMWtFnh538Or_PAd0DWp0haQ%40mail.gmail.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/56E26570-358D-4A10-823F-D3AAA605DE91%40gmail.com.
