It appears that your schema is actually specified as *schema = weewx.schema.wview_extended*
It should be *weewx.schema.wview_extended.schema* Perhaps you changed it? On Sun, Jan 4, 2026 at 6:09 AM salinois <[email protected]> wrote: > hello John, > > Yes, I tried what was indicated, but I got this error! > > Attached file; So, I reverted to the previous version, and weewx works > fine with the same error. > > Am I using the correct syntax in the weewx.conf file? "schema = > schemas.wview_extended.schema" > > Patrick > Le 03/01/2026 à 23:54, John Smith a écrit : > > As per the warning starting from version 5.2 changed from schemas.* to > weewx.schemas.* and while weeWX falls back for now that may stop happening > in a future version. > > On Sun, 4 Jan 2026 at 05:11, salinois <[email protected]> wrote: > >> happy new year to everyone., >> >> hello, >> >> I don't know if this is a consequence (due to the power outage that might >> have corrupted files); >> >> but I discovered some errors, perhaps I always had them (I had debug=0) >> since I changed debug=1, >> >> I discovered some errors. >> >> the 1st: >> >> Jan 3 19:02:45 RPi-WS-Byows weewxd[17220]: DEBUG weewx.manager: Could not >> load schema 'schemas.wview_extended.schema' >> >> Jan 3 19:02:45 RPi-WS-Byows weewxd[17220]: DEBUG weewx.manager: **** >> Reason: No module named 'schemas' >> >> Jan 3 19:02:45 RPi-WS-Byows weewxd[17220]: DEBUG weewx.manager: **** >> Trying 'weewx.schemas.wview_extended.schema' >> >> lines in weewx.conf file >> >> [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.manager.DaySummaryManager >> >> # The schema defines the structure of the database. >> >> # It is *only* used when the database is created. >> >> schema = schemas.wview_extended.schema >> >> weewx works fine. >> >> >> my conf: >> >> - Station hardware: BYOWS - Raspberry Pi >> - Server uptime: 428198 seconds >> - WeeWX uptime: 179 seconds >> - WeeWX version: 5.2.0 >> - Belchertown Skin Version: 1.3.1 >> >> Patrick >> >> >> >> -- >> 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 visit >> https://groups.google.com/d/msgid/weewx-user/38e632d5-a847-49bd-8a13-51abd3b51557%40gmail.com >> <https://groups.google.com/d/msgid/weewx-user/38e632d5-a847-49bd-8a13-51abd3b51557%40gmail.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 visit > https://groups.google.com/d/msgid/weewx-user/CAGTinV6fOPxb6G-%2BY6bPFjP2q8kXZDqrApV_Cga3s0SyPYw6oA%40mail.gmail.com > <https://groups.google.com/d/msgid/weewx-user/CAGTinV6fOPxb6G-%2BY6bPFjP2q8kXZDqrApV_Cga3s0SyPYw6oA%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 visit > https://groups.google.com/d/msgid/weewx-user/739e5802-89f4-418e-b45d-3e63c3364a4d%40gmail.com > <https://groups.google.com/d/msgid/weewx-user/739e5802-89f4-418e-b45d-3e63c3364a4d%40gmail.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 visit https://groups.google.com/d/msgid/weewx-user/CAPq0zED0thXc43ucdxDmjfvBf28E0OiKE%2BkGkf_o09AgXLjkZw%40mail.gmail.com.
