After writing a new driver for my station and configuring weewx to support
its data stream I was able to run weewx live for a few minutes, then shut
it down to check SYSLOG (debug=2).
There appears to be two problems (see attached syslog excerpt):
a) The database and reports are updating on two minutes intervals. The
config file has this set for 1 minute intervals:
"INFO weewx.engine: Using archive interval of 60 seconds (software record
generation)"
Maybe there is some other setting required?
b) There are several HTTP ERROR 429: TOO MANY REQUESTS messages. Not sure
why this is happening.
I think I am close to a fully operational system, just need to clean up a
few things.
Craig
--
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/b8903053-6813-45e1-a804-aa5b566d7bdan%40googlegroups.com.
Oct 1 16:18:42 CLOWeatherStation systemd[1]: Starting LSB: weewx weather
system...
Oct 1 16:18:43 CLOWeatherStation weewx[12853] INFO __main__: Initializing
weewx version 4.10.2
Oct 1 16:18:43 CLOWeatherStation weewx[12853] INFO __main__: Using Python
3.7.3 (default, Jun 29 2023, 18:03:57) #012[GCC 8.3.0]
Oct 1 16:18:43 CLOWeatherStation weewx[12853] INFO __main__: Located at
/bin/python3
Oct 1 16:18:43 CLOWeatherStation weewx[12853] INFO __main__: Platform
Linux-5.10.103-v7l+-armv7l-with-debian-10.13
Oct 1 16:18:43 CLOWeatherStation weewx[12853] INFO __main__: Locale is
'en_NZ.UTF-8'
Oct 1 16:18:43 CLOWeatherStation weewx[12853] INFO __main__: Using
configuration file /etc/weewx/weewx.conf
Oct 1 16:18:43 CLOWeatherStation weewx[12853] INFO __main__: Debug is 2
Oct 1 16:18:43 CLOWeatherStation weewx[12853] INFO __main__: PID file is
/var/run/weewx.pid
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG __main__: Initializing
engine
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.engine: Loading
station type FileParse (weewx.drivers.fileparse)
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.drivers.fileparse:
Polling interval is 60.0
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.drivers.fileparse:
Label map is {'batteryStatus1': 'BattV', 'batteryStatus2': 'PTemp',
'luminosity': 'SlrFD', 'rain': 'Rain', 'signal3': 'RainDaily',
'lightning_strike_count': 'Strikes', 'lightning_distance': 'Dist', 'windSpeed':
'WS', 'windDir': 'WindDir', 'windGust': 'MaxWS', 'outTemp': 'AirT', 'pressure':
'VP', 'barometer': 'BP', 'outHumidity': 'RH', 'extraTemp1': 'RHT', 'signal1':
'TiltNS', 'signal2': 'TiltWE', 'signal4': 'PyrgMv', 'signal5': 'PyrgSTRat',
'signal6': 'PyrgLWi'}
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.engine.StdTimeSynch
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.engine.StdTimeSynch
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.engine.StdConvert
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.engine: StdConvert
target unit is 0x11
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.engine.StdConvert
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.engine.StdCalibrate
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.engine.StdCalibrate
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.engine.StdQC
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.engine.StdQC
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.wxservices.StdWXCalculate
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.wxservices:
Calculations for LOOP packets: {'pressure': 'hardware', 'altimeter':
'hardware', 'appTemp': 'hardware', 'barometer': 'software', 'cloudbase':
'hardware', 'dewpoint': 'software', 'ET': 'hardware', 'heatindex': 'hardware',
'humidex': 'hardware', 'inDewpoint': 'hardware', 'maxSolarRad': 'hardware',
'rainRate': 'software', 'windchill': 'hardware', 'windrun': 'hardware',
'windDir': 'software', 'windGustDir': 'software'}
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.wxservices:
Calculations for archive records: {'pressure': 'hardware', 'altimeter':
'hardware', 'appTemp': 'hardware', 'barometer': 'software', 'cloudbase':
'hardware', 'dewpoint': 'software', 'ET': 'hardware', 'heatindex': 'hardware',
'humidex': 'hardware', 'inDewpoint': 'hardware', 'maxSolarRad': 'hardware',
'rainRate': 'software', 'windchill': 'hardware', 'windrun': 'hardware',
'windDir': 'software', 'windGustDir': 'software'}
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.wxservices:
StdWXCalculate will use data binding wx_binding
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.manager: Daily
summary version is 4.0
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.wxservices.StdWXCalculate
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.wxxtypes.StdWXXTypes
Oct 1 16:18:43 CLOWeatherStation weewx[12842]: Starting weewx weather system:
weewx.
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.wxxtypes.StdWXXTypes
Oct 1 16:18:43 CLOWeatherStation systemd[1]: Started LSB: weewx weather system.
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.wxxtypes.StdPressureCooker
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.wxxtypes.StdPressureCooker
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.wxxtypes.StdRainRater
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.wxxtypes.StdRainRater
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.wxxtypes.StdDelta
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.wxxtypes.StdDelta
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.engine.StdArchive
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.engine: Archive will
use data binding wx_binding
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.engine: Record
generation will be attempted in 'software'
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.engine: Using archive
interval of 60 seconds (software record generation)
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Use LOOP
data in hi/low calculations: 1
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.engine.StdArchive
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.restx.StdStationRegistry
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.restx:
StationRegistry: Station will be registered.
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.restx.StdStationRegistry
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.restx.StdWunderground
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.restx: WU
essentials: {}
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.restx:
Wunderground-PWS: Data for station ITEAWA35 will be posted
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.restx.StdWunderground
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.restx.StdPWSweather
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.restx: PWSweather:
Posting not enabled.
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.restx.StdPWSweather
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.restx.StdCWOP
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.restx: CWOP: Posting
not enabled.
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.restx.StdCWOP
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.restx.StdWOW
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.restx: WOW: Posting
not enabled.
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.restx.StdWOW
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.restx.StdAWEKAS
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.restx: AWEKAS:
Posting not enabled.
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.restx.StdAWEKAS
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.engine.StdPrint
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.engine.StdPrint
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Loading
service weewx.engine.StdReport
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.engine: 'pyephem'
detected, extended almanac data is available
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Finished
loading service weewx.engine.StdReport
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO __main__: Starting up weewx
version 4.10.2
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.engine: Station does
not support reading the time
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.engine: Using binding
'wx_binding' to database 'weewx.sdb'
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.manager: Starting
backfill of daily summaries
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.manager: Daily
summaries up to date
Oct 1 16:18:43 CLOWeatherStation weewx[12857] INFO weewx.engine: Starting main
packet loop.
Oct 1 16:18:43 CLOWeatherStation weewx[12857] DEBUG weewx.manager: Daily
summary version is 4.0
Oct 1 16:20:02 CLOWeatherStation weewx[12857] INFO weewx.manager: Added record
2023-10-01 16:20:00 NZDT (1696130400) to database 'weewx.sdb'
Oct 1 16:20:02 CLOWeatherStation weewx[12857] INFO weewx.manager: Added record
2023-10-01 16:20:00 NZDT (1696130400) to daily summary in 'weewx.sdb'
Oct 1 16:20:02 CLOWeatherStation weewx[12857] DEBUG weewx.restx: Ambient: url:
https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=ITEAWA35&PASSWORD=XXX&softwaretype=weewx-4.10.2&baromin=30.088&dateutc=2023-10-01%2003%3A20%3A00&dailyrainin=0.00&dewptf=45.6&rainin=0.00&humidity=077&tempf=52.7&solarradiation=129.00&winddir=097&windgustmph=10.6&windspeedmph=6.6
Oct 1 16:20:02 CLOWeatherStation weewx[12857] DEBUG weewx.restx:
StationRegistry url:
'http://weewx.com/register/register.cgi?station_url=http%3A%2F%2Fcrystallakeobservatory.com&description=Ngutunui%2C+New+Zealand&latitude=-38.0943&longitude=175.0910&station_type=FileParse&station_model=FileParse&python_info=3.7.3&platform_info=Linux-5.10.103-v7l%2B-armv7l-with-debian-10.13&config_path=%2Fetc%2Fweewx%2Fweewx.conf&entry_path=%2Fusr%2Fshare%2Fweewx%2Fweewxd&weewx_info=4.10.2'
Oct 1 16:20:02 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine:
Running reports for latest time in the database.
Oct 1 16:20:02 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine:
Running report 'SeasonsReport'
Oct 1 16:20:02 CLOWeatherStation weewx[12857] DEBUG weewx.restx:
Wunderground-PWS url:
'https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=ITEAWA35&PASSWORD=lbd7zO29&softwaretype=weewx-4.10.2&baromin=30.088&dateutc=2023-10-01%2003%3A20%3A00&dailyrainin=0.00&dewptf=45.6&rainin=0.00&humidity=077&tempf=52.7&solarradiation=129.00&winddir=097&windgustmph=10.6&windspeedmph=6.6'
Oct 1 16:20:03 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Oct 1 16:20:03 CLOWeatherStation weewx[12857] DEBUG weewx.cheetahgenerator:
Using search list ['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']
Oct 1 16:20:03 CLOWeatherStation weewx[12857] DEBUG weewx.manager: Daily
summary version is 4.0
Oct 1 16:20:03 CLOWeatherStation weewx[12857] DEBUG weewx.restx:
StationRegistry: Failed upload attempt 1: HTTP Error 429: TOO MANY REQUESTS
Oct 1 16:20:03 CLOWeatherStation weewx[12857] INFO weewx.restx:
Wunderground-PWS: Published record 2023-10-01 16:20:00 NZDT (1696130400)
Oct 1 16:20:05 CLOWeatherStation weewx[12857] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 1.85 seconds
Oct 1 16:20:05 CLOWeatherStation weewx[12857] DEBUG weewx.manager: Daily
summary version is 4.0
Oct 1 16:20:05 CLOWeatherStation weewx[12857] INFO weewx.imagegenerator:
Generated 10 images for report SeasonsReport in 0.59 seconds
Oct 1 16:20:05 CLOWeatherStation weewx[12857] INFO weewx.reportengine: Copied
5 files to /var/www/html/weewx
Oct 1 16:20:05 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine: Report
'SmartphoneReport' not enabled. Skipping.
Oct 1 16:20:05 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine: Report
'MobileReport' not enabled. Skipping.
Oct 1 16:20:05 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine: Report
'StandardReport' not enabled. Skipping.
Oct 1 16:20:05 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine: Report
'FTP' not enabled. Skipping.
Oct 1 16:20:05 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine: Report
'RSYNC' not enabled. Skipping.
Oct 1 16:20:08 CLOWeatherStation weewx[12857] DEBUG weewx.restx:
StationRegistry url:
'http://weewx.com/register/register.cgi?station_url=http%3A%2F%2Fcrystallakeobservatory.com&description=Ngutunui%2C+New+Zealand&latitude=-38.0943&longitude=175.0910&station_type=FileParse&station_model=FileParse&python_info=3.7.3&platform_info=Linux-5.10.103-v7l%2B-armv7l-with-debian-10.13&config_path=%2Fetc%2Fweewx%2Fweewx.conf&entry_path=%2Fusr%2Fshare%2Fweewx%2Fweewxd&weewx_info=4.10.2'
Oct 1 16:20:08 CLOWeatherStation weewx[12857] DEBUG weewx.restx:
StationRegistry: Failed upload attempt 2: HTTP Error 429: TOO MANY REQUESTS
Oct 1 16:20:13 CLOWeatherStation weewx[12857] DEBUG weewx.restx:
StationRegistry url:
'http://weewx.com/register/register.cgi?station_url=http%3A%2F%2Fcrystallakeobservatory.com&description=Ngutunui%2C+New+Zealand&latitude=-38.0943&longitude=175.0910&station_type=FileParse&station_model=FileParse&python_info=3.7.3&platform_info=Linux-5.10.103-v7l%2B-armv7l-with-debian-10.13&config_path=%2Fetc%2Fweewx%2Fweewx.conf&entry_path=%2Fusr%2Fshare%2Fweewx%2Fweewxd&weewx_info=4.10.2'
Oct 1 16:20:14 CLOWeatherStation weewx[12857] DEBUG weewx.restx:
StationRegistry: Failed upload attempt 3: HTTP Error 429: TOO MANY REQUESTS
Oct 1 16:20:14 CLOWeatherStation weewx[12857] ERROR weewx.restx:
StationRegistry: Failed to publish record 2023-10-01 16:20:00 NZDT
(1696130400): Failed upload after 3 tries
Oct 1 16:22:02 CLOWeatherStation weewx[12857] INFO weewx.manager: Added record
2023-10-01 16:22:00 NZDT (1696130520) to database 'weewx.sdb'
Oct 1 16:22:02 CLOWeatherStation weewx[12857] INFO weewx.manager: Added record
2023-10-01 16:22:00 NZDT (1696130520) to daily summary in 'weewx.sdb'
Oct 1 16:22:02 CLOWeatherStation weewx[12857] DEBUG weewx.restx:
StationRegistry: wait interval (120 < 86400) has not passed for record
2023-10-01 16:22:00 NZDT (1696130520)
Oct 1 16:22:02 CLOWeatherStation weewx[12857] DEBUG weewx.restx: Ambient: url:
https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=ITEAWA35&PASSWORD=XXX&softwaretype=weewx-4.10.2&baromin=30.094&dateutc=2023-10-01%2003%3A22%3A00&dailyrainin=0.00&dewptf=46.0&rainin=0.00&humidity=079&tempf=52.3&solarradiation=142.00&winddir=279&windgustmph=11.6&windspeedmph=3.9
Oct 1 16:22:02 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine:
Running reports for latest time in the database.
Oct 1 16:22:02 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine:
Running report 'SeasonsReport'
Oct 1 16:22:02 CLOWeatherStation weewx[12857] DEBUG weewx.restx:
Wunderground-PWS url:
'https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?action=updateraw&ID=ITEAWA35&PASSWORD=lbd7zO29&softwaretype=weewx-4.10.2&baromin=30.094&dateutc=2023-10-01%2003%3A22%3A00&dailyrainin=0.00&dewptf=46.0&rainin=0.00&humidity=079&tempf=52.3&solarradiation=142.00&winddir=279&windgustmph=11.6&windspeedmph=3.9'
Oct 1 16:22:02 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Oct 1 16:22:03 CLOWeatherStation weewx[12857] DEBUG weewx.cheetahgenerator:
Using search list ['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']
Oct 1 16:22:03 CLOWeatherStation weewx[12857] DEBUG weewx.manager: Daily
summary version is 4.0
Oct 1 16:22:03 CLOWeatherStation weewx[12857] INFO weewx.restx:
Wunderground-PWS: Published record 2023-10-01 16:22:00 NZDT (1696130520)
Oct 1 16:22:04 CLOWeatherStation weewx[12857] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 1.05 seconds
Oct 1 16:22:04 CLOWeatherStation weewx[12857] DEBUG weewx.manager: Daily
summary version is 4.0
Oct 1 16:22:04 CLOWeatherStation weewx[12857] INFO weewx.imagegenerator:
Generated 10 images for report SeasonsReport in 0.58 seconds
Oct 1 16:22:04 CLOWeatherStation weewx[12857] INFO weewx.reportengine: Copied
0 files to /var/www/html/weewx
Oct 1 16:22:04 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine: Report
'SmartphoneReport' not enabled. Skipping.
Oct 1 16:22:04 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine: Report
'MobileReport' not enabled. Skipping.
Oct 1 16:22:04 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine: Report
'StandardReport' not enabled. Skipping.
Oct 1 16:22:04 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine: Report
'FTP' not enabled. Skipping.
Oct 1 16:22:04 CLOWeatherStation weewx[12857] DEBUG weewx.reportengine: Report
'RSYNC' not enabled. Skipping.
Oct 1 16:22:29 CLOWeatherStation systemd[1]: Stopping LSB: weewx weather
system...
Oct 1 16:22:29 CLOWeatherStation weewx[12857] INFO __main__: Received signal
TERM (15).
Oct 1 16:22:29 CLOWeatherStation weewx[12857] INFO weewx.engine: Main loop
exiting. Shutting engine down.
Oct 1 16:22:29 CLOWeatherStation weewx[12857] INFO weewx.engine: Shutting down
StdReport thread
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG weewx.engine: StdReport
thread has been terminated
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG weewx.restx: Shut down
Wunderground-PWS thread.
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG weewx.restx: Shut down
StationRegistry thread.
Oct 1 16:22:29 CLOWeatherStation weewx[12857] INFO __main__: Terminating weewx
version 4.10.2
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG __main__: ****
Traceback (most recent call last):
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG __main__: **** File
"/usr/share/weewx/weewxd", line 154, in main
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG __main__: ****
engine.run()
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG __main__: **** File
"/usr/share/weewx/weewx/engine.py", line 208, in run
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG __main__: ****
for packet in self.console.genLoopPackets():
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG __main__: **** File
"/usr/share/weewx/weewx/drivers/fileparse.py", line 243, in genLoopPackets
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG __main__: ****
buf = (serial_port.readline().strip())
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG __main__: **** File
"/usr/lib/python3/dist-packages/serial/serialposix.py", line 483, in read
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG __main__: ****
ready, _, _ = select.select([self.fd, self.pipe_abort_read_r], [], [],
timeout.time_left())
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG __main__: **** File
"/usr/share/weewx/weewxd", line 245, in sigTERMhandler
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG __main__: ****
raise Terminate
Oct 1 16:22:29 CLOWeatherStation weewx[12857] DEBUG __main__: ****
Terminate
Oct 1 16:22:29 CLOWeatherStation weewx[12932]: Stopping weewx weather system:
weewx.
Oct 1 16:22:29 CLOWeatherStation systemd[1]: weewx.service: Succeeded.
Oct 1 16:22:29 CLOWeatherStation systemd[1]: Stopped LSB: weewx weather system.