I don't know why, but my reply was deleted by Google.   I did a test and 
your commands look ok and worked for me here, so you might want to check 
your wpm.conf file for errors.  You need a wpm_binding stanza defined under 
DataBindings and that database defined under Databases.

Post your [DataBindings] and [Databases] sections of wpm.conf if you can't 
see any errors.

It should look like the following.  The DataBindings tag's database needs 
to point to a defined tag under Databases

[DataBindings]
    [[wpm_binding]]
        database = archive_sqlite_wpm
        table_name = archive
        manager = weewx.manager.DaySummaryManager
        schema = schemas.wview_extended.schema

[Databases]
    [[archive_sqlite_wpm]]
        database_name = wpm.sdb
        database_type = SQLite

-- 
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/14958239-795d-4c8e-946a-e762bb2030bdn%40googlegroups.com.

Reply via email to