I downloaded v1.6 several days ago so I guess since then some additional
fixes were done, anyway I replaced belchertown.py with the one listed
here ad that solved that problem.
Once I had everything working I decided to test the configuration by
copying over my existing database with 11 years of observations to
ensure that once I attached my weather station everything wold work
seamlessly, however that is not to be, I now get this error
I'm testing this new installation in simulator mode, and have copied my
existing database file with, 11 years of observations which I would hate
to loose, over to test that everything is working, but unfortunately am
now getting this error.
Now when I start up weewx I get this database error, more info in the
attached log
Dec 10 08:56:20 localhost weewxd[1246977]: INFO weewx.engine: Main loop
exiting. Shutting engine down.
Dec 10 08:56:20 localhost weewxd[1246977]: INFO weewx.engine: Shutting
down StdReport thread
Dec 10 08:56:40 localhost weewxd[1246977]: ERROR weewx.engine: Unable to
shut down StdReport thread
Dec 10 08:56:40 localhost weewxd[1246977]: CRITICAL __main__: Database
OperationalError exception: database is locked
Dec 10 08:56:40 localhost weewxd[1246977]: CRITICAL __main__: ****
Waiting 2 minutes then retrying...
Dec 10 08:56:41 localhost weewxd[1246977]: INFO weewx.cheetahgenerator:
Generated 12 files for report SeasonsReport in 145.34 seconds
I found some suggestions on line to fix this but none have worked.
Thanks
Pete
On 12/9/25 16:30, Danny Ciarniello wrote:
The uploaded version of belchertown.py looks like the one that comes
with the v1.6 release. That version had a number of issues that have
since been fixed. Replacing belchertown.py with the one vince pointed
to should, hopefully, fix the problem.
On Tuesday, December 9, 2025 at 12:48:44 PM UTC-8 vince wrote:
Your weewx.conf works ok versus the uajqq version in github, but
the belchertown.py that you uploaded here looks like it's not that
version.
In the belchertown.py skin you uploaded line 244 is the locale error
if belchertown_debug:
log.error(
*f"Locale: Error using locale
{self.generator.skin_dict["Extras"]["belchertown_locale"]}. "*
f"This locale may not be installed on your
system and you may see unexpected results. "
f"Belchertown skin JavaScript will try to
use this locale. Full error: %{error}"
)
But around line 222 (much different) in
https://github.com/uajqq/weewx-belchertown-new/blob/master/bin/user/belchertown.py
I see:
if belchertown_debug:
log.error(
f"Error using locale {belchertown_locale}. "
"This locale may not be installed on your
system and you may see unexpected results. "
f"Python could not set the requested
locale, but Belchertown skin JavaScript will attempt to use the
provided locale string. Full error: {error}"
)
So my wild guess is you have some
hacked/previous/miscellaneous/unknown version of the forked skin.
Perhaps try installing the real one ?
On Tuesday, December 9, 2025 at 11:47:26 AM UTC-8 Pete Geenhuizen
wrote:
I downloaded the v1.6 skin from here
https://github.com/uajqq/weewx-belchertown-new.
Attached is the output from weectl.debug
Thanks for your help.
Pete
On 12/9/25 12:40, vince wrote:
"/using the new 1.6 forked version of the Belchertown skin/"
- without knowing 'which' forked version it might be
difficult for people to help.
How about running "weectl debug" and attaching the output so
folks can see your setup....
Based on the error you mention, best guess is you have [
something ] with a mismatched number of [ and ] brackets.
On Tuesday, December 9, 2025 at 8:23:25 AM UTC-8 Pete
Geenhuizen wrote:
I trying to update my Rock 8 weewx v4 to Rocky 9 weewx v5
using the new
1.6 forked version of the Belchertown skin.
I'm testing this out in simulator mode, and it sees to
start fine until
it does an update which start with this error
ERROR weewx.reportengine: Caught unrecoverable exception
in generator
'weewx.cheetahgenerator.CheetahGenerator'
ERROR weewx.reportengine: **** f-string:
unmatched '['
(belchertown.py, line 244)
and goes down hill from there
Attached is a copy of the last run..
I have very limited programming skills and zero
knowledge of python, so
I'm hoping that someone help me fix the problem.
Thanks
Pete
--
Unencumbered by the thought process.
-- Click and Clack the Tappet brothers
--
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/22eccf9d-e3f5-4345-9da5-481f0451d17bn%40googlegroups.com
<https://groups.google.com/d/msgid/weewx-user/22eccf9d-e3f5-4345-9da5-481f0451d17bn%40googlegroups.com?utm_medium=email&utm_source=footer>.
--
Unencumbered by the thought process.
-- Click and Clack the Tappet brothers
--
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/122a7232-eda2-441b-8d1e-caf3e59c0cc6n%40googlegroups.com
<https://groups.google.com/d/msgid/weewx-user/122a7232-eda2-441b-8d1e-caf3e59c0cc6n%40googlegroups.com?utm_medium=email&utm_source=footer>.
--
Unencumbered by the thought process.
-- Click and Clack the Tappet brothers
--
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/3e77f3d0-dfb2-4e63-883b-98439452fa73%40gmail.com.
Dec 11 13:32:40 localhost systemd[1]: Started WeeWX.
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: Initializing weewxd
version 5.2.0
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: Command line:
/usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: Using Python: 3.9.21
(main, Aug 19 2025, 00:00:00)
[GCC 11.5.0 20240719 (Red Hat
11.5.0-5)]
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: Located at:
/usr/bin/python3
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: Platform:
Linux-5.14.0-570.58.1.el9_6.x86_64-x86_64-with-glibc2.34
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: Locale:
'en_US.UTF-8'
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: Entry path:
/usr/share/weewx/weewxd.py
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: WEEWX_ROOT:
/etc/weewx
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: Config file:
/etc/weewx/weewx.conf
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: User module:
/etc/weewx/bin/user
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: Debug: 1
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: User: weewx
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: Group: weewx
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: Groups: weewx
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG __main__: loop_on_init: False
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG __main__: Initializing engine
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.engine: Loading station
type Simulator (weewx.drivers.simulator)
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdTimeSynch
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdTimeSynch
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdConvert
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.engine: StdConvert target
unit is 0x1
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdConvert
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdCalibrate
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdCalibrate
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdQC
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdQC
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxservices.StdWXCalculate
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.wxservices:
StdWXCalculate will use data binding wx_binding
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxservices.StdWXCalculate
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdWXXTypes
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdWXXTypes
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdPressureCooker
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdPressureCooker
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdRainRater
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdRainRater
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdDelta
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdDelta
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdArchive
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.engine: Archive will use
data binding wx_binding
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.engine: Record generation
will be attempted in 'hardware'
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.engine: Using archive
interval of 120 seconds (specified in weewx configuration)
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Use LOOP data in
hi/low calculations: 1
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdArchive
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdStationRegistry
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.restx: StationRegistry:
Registration not requested.
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdStationRegistry
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdWunderground
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.restx: Wunderground:
Posting not enabled.
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdWunderground
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdPWSweather
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.restx: PWSweather:
Posting not enabled.
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdPWSweather
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdCWOP
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.restx: CWOP: Posting not
enabled.
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdCWOP
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdWOW
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.restx: WOW: Posting not
enabled.
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdWOW
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdWOWBE
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.restx: WOW-BE: Posting
not enabled.
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdWOWBE
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdAWEKAS
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.restx: AWEKAS: Posting
not enabled.
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdAWEKAS
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdPrint
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdPrint
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdReport
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.engine: 'pyephem'
detected, extended almanac data is available
Dec 11 13:32:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdReport
Dec 11 13:32:40 localhost weewxd[1314624]: INFO __main__: Starting up weewx
version 5.2.0
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.engine: Clock error is
-0.03 seconds (positive is fast)
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.engine: Using binding
'wx_binding' to database 'weewx-lc.sdb'
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.manager: Starting
backfill of daily summaries
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.manager: Daily summaries
up to date
Dec 11 13:32:40 localhost weewxd[1314624]: INFO weewx.engine: Starting main
packet loop.
Dec 11 13:34:15 localhost weewxd[1314624]: INFO weewx.manager: Added record
2025-12-11 13:34:00 EST (1765478040) to database 'weewx-lc.sdb'
Dec 11 13:34:15 localhost weewxd[1314624]: INFO weewx.manager: Added record
2025-12-11 13:34:00 EST (1765478040) to daily summary in 'weewx-lc.sdb'
Dec 11 13:34:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
reports for latest time in the database.
Dec 11 13:34:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
report 'SeasonsReport'
Dec 11 13:34:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/Belchertown/skin.conf for report
'SeasonsReport'
Dec 11 13:34:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: Cannot
read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report
'SeasonsReport': Config file not found:
"/etc/weewx/skins/Belchertown/lang/en.conf".
Dec 11 13:34:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: **** Using
defaults instead.
Dec 11 13:34:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: Unable to
set locale 'en': unsupported locale setting. Using default.
Dec 11 13:34:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
generators for report 'SeasonsReport' in directory
'/etc/weewx/skins/Belchertown' with locale 'en_US.UTF-8'
Dec 11 13:34:15 localhost weewxd[1314624]: DEBUG weewx.cheetahgenerator: Using
search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions',
'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext',
'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo',
'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Dec 11 13:34:15 localhost weewxd[1314624]: INFO user.belchertown: version 1.6
Dec 11 13:34:15 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:36:15 localhost weewxd[1314624]: INFO weewx.manager: Added record
2025-12-11 13:36:00 EST (1765478160) to database 'weewx-lc.sdb'
Dec 11 13:36:15 localhost weewxd[1314624]: INFO weewx.manager: Added record
2025-12-11 13:36:00 EST (1765478160) to daily summary in 'weewx-lc.sdb'
Dec 11 13:36:20 localhost weewxd[1314624]: INFO weewx.engine: Main loop
exiting. Shutting engine down.
Dec 11 13:36:20 localhost weewxd[1314624]: INFO weewx.engine: Shutting down
StdReport thread
Dec 11 13:36:40 localhost weewxd[1314624]: ERROR weewx.engine: Unable to shut
down StdReport thread
Dec 11 13:36:40 localhost weewxd[1314624]: CRITICAL __main__: Database
OperationalError exception: database is locked
Dec 11 13:36:40 localhost weewxd[1314624]: CRITICAL __main__: **** Waiting
2 minutes then retrying...
Dec 11 13:36:41 localhost weewxd[1314624]: INFO weewx.cheetahgenerator:
Generated 13 files for report SeasonsReport in 145.36 seconds
Dec 11 13:36:41 localhost weewxd[1314624]: INFO weewx.reportengine: Copied 8
files to /var/www/html/weewx-lc
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG root: Start time is 1765429200
and end time is 1765515600
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG root: Interval is: 300
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Report
'SmartphoneReport' not enabled. Skipping.
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Report
'MobileReport' not enabled. Skipping.
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Report
'StandardReport' not enabled. Skipping.
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
report 'lastrain'
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/lastrain/skin.conf for report 'lastrain'
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Cannot
read localization file /etc/weewx/skins/lastrain/lang/en.conf for report
'lastrain': Config file not found: "/etc/weewx/skins/lastrain/lang/en.conf".
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: **** Using
defaults instead.
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Unable to
set locale 'en': unsupported locale setting. Using default.
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
generators for report 'lastrain' in directory '/etc/weewx/skins/lastrain' with
locale 'en_US.UTF-8'
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.cheetahgenerator: Using
search list ['user.lastrain.lastRainTags', 'weewx.cheetahgenerator.Almanac',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions',
'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext',
'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo',
'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:36:41 localhost weewxd[1314624]: INFO weewx.cheetahgenerator:
Generated 1 files for report lastrain in 0.01 seconds
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
report 'Belchertown'
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/Belchertown/skin.conf for report
'Belchertown'
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Cannot
read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report
'Belchertown': Config file not found:
"/etc/weewx/skins/Belchertown/lang/en.conf".
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: **** Using
defaults instead.
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Unable to
set locale 'en': unsupported locale setting. Using default.
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
generators for report 'Belchertown' in directory '/etc/weewx/skins/Belchertown'
with locale 'en_US.UTF-8'
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.cheetahgenerator: Using
search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions',
'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext',
'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo',
'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Dec 11 13:36:41 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:36:42 localhost weewxd[1314624]: INFO weewx.cheetahgenerator:
Generated 13 files for report Belchertown in 1.10 seconds
Dec 11 13:36:42 localhost weewxd[1314624]: INFO weewx.reportengine: Copied 8
files to /var/www/html/weewx-lc/belchertown
Dec 11 13:36:42 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:36:42 localhost weewxd[1314624]: DEBUG root: Start time is 1765429200
and end time is 1765515600
Dec 11 13:36:42 localhost weewxd[1314624]: DEBUG root: Interval is: 300
Dec 11 13:36:43 localhost weewxd[1314624]: DEBUG weewx.reportengine: Report
'FTP' not enabled. Skipping.
Dec 11 13:36:43 localhost weewxd[1314624]: DEBUG weewx.reportengine: Report
'RSYNC' not enabled. Skipping.
Dec 11 13:38:40 localhost weewxd[1314624]: INFO __main__: retrying...
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG __main__: Initializing engine
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.engine: Loading station
type Simulator (weewx.drivers.simulator)
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdTimeSynch
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdTimeSynch
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdConvert
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.engine: StdConvert target
unit is 0x1
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdConvert
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdCalibrate
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdCalibrate
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdQC
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdQC
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxservices.StdWXCalculate
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.wxservices:
StdWXCalculate will use data binding wx_binding
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxservices.StdWXCalculate
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdWXXTypes
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdWXXTypes
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdPressureCooker
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdPressureCooker
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdRainRater
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdRainRater
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdDelta
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdDelta
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdArchive
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.engine: Archive will use
data binding wx_binding
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.engine: Record generation
will be attempted in 'hardware'
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.engine: Using archive
interval of 120 seconds (specified in weewx configuration)
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Use LOOP data in
hi/low calculations: 1
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdArchive
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdStationRegistry
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.restx: StationRegistry:
Registration not requested.
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdStationRegistry
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdWunderground
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.restx: Wunderground:
Posting not enabled.
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdWunderground
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdPWSweather
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.restx: PWSweather:
Posting not enabled.
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdPWSweather
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdCWOP
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.restx: CWOP: Posting not
enabled.
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdCWOP
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdWOW
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.restx: WOW: Posting not
enabled.
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdWOW
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdWOWBE
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.restx: WOW-BE: Posting
not enabled.
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdWOWBE
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdAWEKAS
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.restx: AWEKAS: Posting
not enabled.
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdAWEKAS
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdPrint
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdPrint
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdReport
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.engine: 'pyephem'
detected, extended almanac data is available
Dec 11 13:38:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdReport
Dec 11 13:38:40 localhost weewxd[1314624]: INFO __main__: Starting up weewx
version 5.2.0
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.engine: Clock error is
-0.02 seconds (positive is fast)
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.engine: Using binding
'wx_binding' to database 'weewx-lc.sdb'
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.manager: Starting
backfill of daily summaries
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.manager: Daily summaries
up to date
Dec 11 13:38:40 localhost weewxd[1314624]: INFO weewx.engine: Starting main
packet loop.
Dec 11 13:40:15 localhost weewxd[1314624]: INFO weewx.manager: Added record
2025-12-11 13:40:00 EST (1765478400) to database 'weewx-lc.sdb'
Dec 11 13:40:15 localhost weewxd[1314624]: INFO weewx.manager: Added record
2025-12-11 13:40:00 EST (1765478400) to daily summary in 'weewx-lc.sdb'
Dec 11 13:40:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
reports for latest time in the database.
Dec 11 13:40:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
report 'SeasonsReport'
Dec 11 13:40:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/Belchertown/skin.conf for report
'SeasonsReport'
Dec 11 13:40:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: Cannot
read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report
'SeasonsReport': Config file not found:
"/etc/weewx/skins/Belchertown/lang/en.conf".
Dec 11 13:40:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: **** Using
defaults instead.
Dec 11 13:40:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: Unable to
set locale 'en': unsupported locale setting. Using default.
Dec 11 13:40:15 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
generators for report 'SeasonsReport' in directory
'/etc/weewx/skins/Belchertown' with locale 'en_US.UTF-8'
Dec 11 13:40:15 localhost weewxd[1314624]: DEBUG weewx.cheetahgenerator: Using
search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions',
'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext',
'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo',
'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Dec 11 13:40:15 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:42:15 localhost weewxd[1314624]: INFO weewx.manager: Added record
2025-12-11 13:42:00 EST (1765478520) to database 'weewx-lc.sdb'
Dec 11 13:42:15 localhost weewxd[1314624]: INFO weewx.manager: Added record
2025-12-11 13:42:00 EST (1765478520) to daily summary in 'weewx-lc.sdb'
Dec 11 13:42:20 localhost weewxd[1314624]: INFO weewx.engine: Main loop
exiting. Shutting engine down.
Dec 11 13:42:20 localhost weewxd[1314624]: INFO weewx.engine: Shutting down
StdReport thread
Dec 11 13:42:40 localhost weewxd[1314624]: ERROR weewx.engine: Unable to shut
down StdReport thread
Dec 11 13:42:40 localhost weewxd[1314624]: CRITICAL __main__: Database
OperationalError exception: database is locked
Dec 11 13:42:40 localhost weewxd[1314624]: CRITICAL __main__: **** Waiting
2 minutes then retrying...
Dec 11 13:42:41 localhost weewxd[1314624]: INFO weewx.cheetahgenerator:
Generated 13 files for report SeasonsReport in 145.26 seconds
Dec 11 13:42:41 localhost weewxd[1314624]: INFO weewx.reportengine: Copied 8
files to /var/www/html/weewx-lc
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG root: Start time is 1765429200
and end time is 1765515600
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG root: Interval is: 300
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Report
'SmartphoneReport' not enabled. Skipping.
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Report
'MobileReport' not enabled. Skipping.
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Report
'StandardReport' not enabled. Skipping.
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
report 'lastrain'
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/lastrain/skin.conf for report 'lastrain'
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Cannot
read localization file /etc/weewx/skins/lastrain/lang/en.conf for report
'lastrain': Config file not found: "/etc/weewx/skins/lastrain/lang/en.conf".
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: **** Using
defaults instead.
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Unable to
set locale 'en': unsupported locale setting. Using default.
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
generators for report 'lastrain' in directory '/etc/weewx/skins/lastrain' with
locale 'en_US.UTF-8'
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.cheetahgenerator: Using
search list ['user.lastrain.lastRainTags', 'weewx.cheetahgenerator.Almanac',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions',
'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext',
'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo',
'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:42:41 localhost weewxd[1314624]: INFO weewx.cheetahgenerator:
Generated 1 files for report lastrain in 0.00 seconds
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
report 'Belchertown'
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/Belchertown/skin.conf for report
'Belchertown'
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Cannot
read localization file /etc/weewx/skins/Belchertown/lang/en.conf for report
'Belchertown': Config file not found:
"/etc/weewx/skins/Belchertown/lang/en.conf".
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: **** Using
defaults instead.
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Unable to
set locale 'en': unsupported locale setting. Using default.
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.reportengine: Running
generators for report 'Belchertown' in directory '/etc/weewx/skins/Belchertown'
with locale 'en_US.UTF-8'
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.cheetahgenerator: Using
search list ['user.belchertown.getData', 'weewx.cheetahgenerator.Almanac',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions',
'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext',
'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo',
'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo']
Dec 11 13:42:41 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:42:42 localhost weewxd[1314624]: INFO weewx.cheetahgenerator:
Generated 13 files for report Belchertown in 1.11 seconds
Dec 11 13:42:42 localhost weewxd[1314624]: INFO weewx.reportengine: Copied 8
files to /var/www/html/weewx-lc/belchertown
Dec 11 13:42:42 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:42:42 localhost weewxd[1314624]: DEBUG root: Start time is 1765429200
and end time is 1765515600
Dec 11 13:42:42 localhost weewxd[1314624]: DEBUG root: Interval is: 300
Dec 11 13:42:43 localhost weewxd[1314624]: DEBUG weewx.reportengine: Report
'FTP' not enabled. Skipping.
Dec 11 13:42:43 localhost weewxd[1314624]: DEBUG weewx.reportengine: Report
'RSYNC' not enabled. Skipping.
Dec 11 13:44:40 localhost weewxd[1314624]: INFO __main__: retrying...
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG __main__: Initializing engine
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.engine: Loading station
type Simulator (weewx.drivers.simulator)
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdTimeSynch
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdTimeSynch
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdConvert
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.engine: StdConvert target
unit is 0x1
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdConvert
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdCalibrate
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdCalibrate
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdQC
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdQC
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxservices.StdWXCalculate
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.wxservices:
StdWXCalculate will use data binding wx_binding
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.manager: Daily summary
version is 1.0
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxservices.StdWXCalculate
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdWXXTypes
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdWXXTypes
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdPressureCooker
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdPressureCooker
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdRainRater
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdRainRater
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdDelta
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdDelta
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdArchive
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.engine: Archive will use
data binding wx_binding
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.engine: Record generation
will be attempted in 'hardware'
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.engine: Using archive
interval of 120 seconds (specified in weewx configuration)
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Use LOOP data in
hi/low calculations: 1
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdArchive
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdStationRegistry
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.restx: StationRegistry:
Registration not requested.
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdStationRegistry
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdWunderground
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.restx: Wunderground:
Posting not enabled.
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdWunderground
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdPWSweather
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.restx: PWSweather:
Posting not enabled.
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdPWSweather
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdCWOP
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.restx: CWOP: Posting not
enabled.
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdCWOP
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdWOW
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.restx: WOW: Posting not
enabled.
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdWOW
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdWOWBE
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.restx: WOW-BE: Posting
not enabled.
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdWOWBE
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.restx.StdAWEKAS
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.restx: AWEKAS: Posting
not enabled.
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.restx.StdAWEKAS
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdPrint
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdPrint
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Loading service
weewx.engine.StdReport
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.engine: 'pyephem'
detected, extended almanac data is available
Dec 11 13:44:40 localhost weewxd[1314624]: DEBUG weewx.engine: Finished loading
service weewx.engine.StdReport
Dec 11 13:44:40 localhost weewxd[1314624]: INFO __main__: Starting up weewx
version 5.2.0
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.engine: Clock error is
-0.01 seconds (positive is fast)
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.engine: Using binding
'wx_binding' to database 'weewx-lc.sdb'
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.manager: Starting
backfill of daily summaries
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.manager: Daily summaries
up to date
Dec 11 13:44:40 localhost weewxd[1314624]: INFO weewx.engine: Starting main
packet loop.