Some more info that might be useful from weewx.conf

[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_mysql
        # 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
    [[purpleair_binding]]
        manager = weewx.manager.DaySummaryManager
        schema = user.purpleair.schema
        table_name = archive
        database = purpleair_sqlite

On Tuesday, January 5, 2021 at 4:21:36 AM UTC-8 [email protected] wrote:

> My update seemed possibly a bit odd? My WeeWX database is stored in MySQL. 
> However, the data from the purpleair extension is stored in an 'sdb' file.
>
> Here's my log output upon upgrading. My question is: Did my MySQL entries 
> get upgraded from V2.0 to 3.0? It mentions purpleair.sdb - but not anything 
> about weewx itself, sdb or no.
>
> -Joel
>
> Jan  5 03:50:46 www weewxd: purpleair: service version is 0.1
> Jan  5 03:50:46 www weewx[8001] INFO weewx.manager: Daily summaries at 
> V2.0. Patching to V3.0
> Jan  5 03:50:46 www weewx[8001] INFO weewx.manager: recalculate_weights: 
> Using database 'purpleair.sdb'
> Jan  5 03:50:48 www weewx[8001] INFO weewx.manager: Patch finished.
>
> On Monday, January 4, 2021 at 3:28:26 PM UTC-8 Tom Keffer wrote:
>
>> This release fixes a bug in V4.2 that caused average values to be calculated 
>> incorrectly if the archive interval changes.
>>
>>
>> 4.3.0 01/04/2020
>>
>> Version 4.2.0 had a bug, which caused the sums in the daily summary to be
>> incorrectly calculated. This version includes a patch to fix the problem. It
>> runs once at startup. Fixes issue #623.
>>
>> The WMR200 driver is no longer supported. An unsupported version can be found
>> at https://github.com/weewx/weewx-wmr200. Support for LaCrosse WS23xx and
>> Oregon WMR300 will continue.
>>
>> Service weewx.wxxtypes.StdDelta was inadvertently left out of the list of
>> services to be run. Fortunately, it is not used. Yet. Added it back in.
>>
>> Added the "old" NWS algorithm as an option for calculating heat index.
>>
>> Changed how various undocumented parameters in [StdWXCalculate] are 
>> specified.
>> The only one people are likely to have used is 'ignore_zero_wind'. Its name 
>> has
>> changed to 'force_null', and it has been moved. See the Upgrading Guide.
>>
>> Documented the various [StdWXCalculate] options.
>>
>> Fixed corner case for windDir when using software record generation,
>> ignore_zero_wind=True, and windSpeed=0 for entire record interval. Now emits
>> last windDir value.
>>
>> Fixed problem when looking up stars with more than one word in their name.
>> Fixes issue #620.
>>
>> Fixed problem where wind gust direction is not available when using software
>> record generation.
>>
>> Added --no-prompt action to wee_import allowing wee_import to be run 
>> unattended.
>>
>> Fixed problem that prevented option `observations` from being used in the
>> simulator. Thanks to user Graham!
>>
>> Fixed problem where wind chill was calculated incorrectly for METRICWX
>> databases. PR #627. Thanks to user edi-x!
>>
>> Allow wind vectors to be converted to unit of beaufort. Fixes issue #629.
>>
>> Option log_failure under [StdReport] is set to True by the upgrade process.
>> See the Upgrading Guide.
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-development" 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-development/06cd95ea-75fe-42f1-9d70-7911e9983992n%40googlegroups.com.

Reply via email to