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]> 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/F46DEABD-AF01-4295-9B00-73C7630CB532%40gmail.com.
