>
> First weewx.conf:
>     [[dwd_binding]]
>         database = dwd_sqlite
>         table_name = forecast
>         manager = weewx.manager.Manager
>         schema = schemas.dwd.schema
>

You are using the database manager weewx.manager.Manager for the "forecast"
table. That manager will not include daily summaries, which is why you are
getting the error that the daily summary table forecast_day_wind is
missing. Is this intentional?

Nevertheless, it should be possible to calculate the wind vectors without
the daily summaries. It would be frightfully slow, but it would work.

Two questions:

1. What does the schema schemas.dwd.schema look like?
2. What is the actual schema used in the database used by forecast? You
didn't give enough information for me to determine the path to the actual
database, so you'll have to do that.

echo .schema | sqlite3 path-to-the-forecast-database

-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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEAiMJXHH9RSb5Vkt7GXTb2mc-b2UX%3DyyquctQMT2UHe4Q%40mail.gmail.com.

Reply via email to