Hmmm, well then I'm at a loss. I though the database had been extended. Here's what I did:
Edit extensions.py to be: import schemas.wview schema_apptemp = schemas.wview.schema + [('appTemp', 'REAL')] Stop weewx Edit weewx.conf to have: [DataBindings] [[wx_binding]] # The database must match one of the sections in [Databases]. # This is likely to be the only option you would want to change. database = archive_sqlite # The name of the table within the database table_name = archive # The manager handles aggregation of data for historical summaries manager = weewx.wxmanager.WXDaySummaryManager # The schema defines the structure of the database. # It is *only* used when the database is created. #schema = schemas.wview.schema schema = user.extensions.schema_apptemp Ran wee_database weewx.conf --reconfigure Renamed weewx.sdb to weewx.sdb.org Renamed the new file to weewx.sdb Ran wee_database --rebuild-daily Start weewx On Monday, December 10, 2018 at 1:30:05 PM UTC-5, Colin Larsen wrote: > > If you haven't extended the database as per the Weewx wiki you will get > those errors. I haven't written a guide but it is reasonably straightforward > > On Tue, 11 Dec 2018, 07:05 G Hammer <gary....@gmail.com <javascript:> > wrote: > >> Yes, in fact followed your guide above. >> The Feels like shows in the temp display, but when enabled in charts you >> get the error. >> >> -- >> 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 weewx-user+...@googlegroups.com <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.