After running for a month without problems, it appears the weewx.sdb file 
has stopped accepting data.
It happened about 11:30am today, without any warning or apparent cause.

I'm pulling in data via the sdr driver primarily and also from 
MQTTSubscribe.
>From the syslog, I can see that data is still coming in from the sdr and 
MQTTSubscribe, but it's not getting logged to the database, and thus the 
weewx webpage has N/A for all the temp and pressure values.

Restarting weewx did not fix it.
Shutting down weewx and restarting Ubuntu 20 did not fix it.

I wonder if the database file got corrupted somehow?
Is the sqlite database limited to around 5MB in size?
My current sqlite database size info is:
-rw-r--r--  1 weewx weewx 4751360 Jun 10 11:35 weewx.sdb

I was capturing the debug=1 level to the syslog file at that moment.
Can anyone see any clues?

Jun 10 11:27:32 Ubuntu20-WEEWX weewx[4066] INFO weewx.manager: Added record 
2021-06-10 11:25:00 CDT (1623342300) to database 'weewx.sdb'
Jun 10 11:27:32 Ubuntu20-WEEWX weewx[4066] INFO weewx.manager: Added record 
2021-06-10 11:25:00 CDT (1623342300) to daily summary in 'weewx.sdb'
Jun 10 11:27:32 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.restx: 
StationRegistry: wait interval (410100 < 604800) has not passed for record 
2021-06-10 11:25:00 CDT (1623342300)
Jun 10 11:27:32 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: 
Running reports for latest time in the database.
Jun 10 11:27:32 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: Report 
'SeasonsReport' not enabled. Skipping.
Jun 10 11:27:32 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: Report 
'SmartphoneReport' not enabled. Skipping.
Jun 10 11:27:32 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: Report 
'MobileReport' not enabled. Skipping.
Jun 10 11:27:32 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: Report 
'StandardReport' not enabled. Skipping.
Jun 10 11:27:32 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: 
Running report 'Belchertown'
Jun 10 11:27:32 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: Found 
configuration file /home/weewx/skins/EricBelchertown/skin.conf for report 
'Belchertown'
Jun 10 11:27:32 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.cheetahgenerator: 
Using search list ['weewx.cheetahgenerator.Almanac', 
'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 
'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 
'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.JSONHelpers', 
'user.belchertown.getData']
Jun 10 11:27:32 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.manager: Daily 
summary version is 4.0
Jun 10 11:27:33 Ubuntu20-WEEWX weewx[4066] INFO weewx.restx: PWSWeather: 
Published record 2021-06-10 11:25:00 CDT (1623342300)
Jun 10 11:27:33 Ubuntu20-WEEWX weewx[4066] INFO weewx.cheetahgenerator: 
Generated 11 files for report Belchertown in 0.32 seconds
Jun 10 11:27:33 Ubuntu20-WEEWX weewx[4066] INFO weewx.reportengine: Copied 
2 files to /home/weewx/public_html
Jun 10 11:27:33 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.manager: Daily 
summary version is 4.0
Jun 10 11:27:33 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: Report 
'FTP' not enabled. Skipping.
Jun 10 11:27:33 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: Report 
'RSYNC' not enabled. Skipping.
Jun 10 11:27:33 Ubuntu20-WEEWX weewx[4066] INFO weewx.restx: 
Wunderground-PWS: Published record 2021-06-10 11:25:00 CDT (1623342300)
Jun 10 11:27:35 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:27:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) MessageCallbackProvider data-> incoming topic: 
tele/BMP280/SENSOR, QOS: 0, retain: 0, payload: 
b'{"Time":"2021-06-10T11:27:37","BMP280":{"Temperature":20.8,"Pressure":977.1},"PressureUnit":"hPa","TempUnit":"C"}'
Jun 10 11:27:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> incoming tele/BMP280/SENSOR: appTemp1: 20.8, 
barometer: 977.1
Jun 10 11:27:38 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:27:43 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=['{"time" 
: "2021-06-10 16:27:39", "model" : "Acurite-Atlas", "id" : 17, "channel" : 
"A", "sequence_num" : 2, "battery_ok" : 1, "message_type" : 39, 
"wind_avg_mi_h" : 2.000, "uv" : 1, "lux" : 3140, "strike_count" : 241, 
"strike_distance" : 0, "exception" : 0, "raw_msg" : 
"c811e78181823a3ca05a"}\n']
Jun 10 11:27:43 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: 
packet={'windSpeed': 2.0, 'UV': 1, 'luminosity': 3140, 
'Atlas_strike_count': 241, 'lightning_distance': 0, 'windBatteryStatus': 0, 
'dateTime': 1623342459, 'usUnits': 1}
Jun 10 11:27:43 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> outgoing tele/BMP280/SENSOR: appTemp1: 20.8, 
barometer: 977.1, dateTime: 1623342457.4788659, usUnits: 16
Jun 10 11:27:43 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> outgoing accumulated tele/BMP280/SENSOR: 
appTemp1: 69.44, barometer: 28.85375078625, dateTime: 1623342459, usUnits: 1
Jun 10 11:27:43 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) data-> final packet is 2021-06-10 11:27:39 CDT (1623342459): 
appTemp1: 69.44, Atlas_strike_count: 241, barometer: 28.85375078625, 
dateTime: 1623342459, lightning_distance: 0, lightning_strike_count: 0, 
luminosity: 3140, usUnits: 1, UV: 1, windBatteryStatus: 0, windSpeed: 2.0
Jun 10 11:27:46 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:28:10 Ubuntu20-WEEWX weewx[4066] message repeated 8 times: [ 
DEBUG user.sdr: lines=[]]
Jun 10 11:28:13 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=['{"time" 
: "2021-06-10 16:28:10", "model" : "Acurite-Atlas", "id" : 17, "channel" : 
"A", "sequence_num" : 1, "battery_ok" : 1, "message_type" : 39, 
"wind_avg_mi_h" : 2.000, "uv" : 2, "lux" : 3090, "strike_count" : 241, 
"strike_distance" : 0, "exception" : 0, "raw_msg" : 
"c411e7818282353ca052"}\n', '{"time" : "2021-06-10 16:28:10", "model" : 
"Acurite-Atlas", "id" : 17, "channel" : "A", "sequence_num" : 2, 
"battery_ok" : 1, "message_type" : 39, "wind_avg_mi_h" : 2.000, "uv" : 2, 
"lux" : 3090, "strike_count" : 241, "strike_distance" : 0, "exception" : 0, 
"raw_msg" : "c811e7818282353ca056"}\n']
Jun 10 11:28:13 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: 
packet={'windSpeed': 2.0, 'UV': 2, 'luminosity': 3090, 
'Atlas_strike_count': 241, 'lightning_distance': 0, 'windBatteryStatus': 0, 
'dateTime': 1623342490, 'usUnits': 1}
Jun 10 11:28:13 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) data-> final packet is 2021-06-10 11:28:10 CDT (1623342490): 
Atlas_strike_count: 241, dateTime: 1623342490, lightning_distance: 0, 
lightning_strike_count: 0, luminosity: 3090, usUnits: 1, UV: 2, 
windBatteryStatus: 0, windSpeed: 2.0
Jun 10 11:28:13 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: 
packet={'windSpeed': 2.0, 'UV': 2, 'luminosity': 3090, 
'Atlas_strike_count': 241, 'lightning_distance': 0, 'windBatteryStatus': 0, 
'dateTime': 1623342490, 'usUnits': 1}
Jun 10 11:28:13 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) data-> final packet is 2021-06-10 11:28:10 CDT (1623342490): 
Atlas_strike_count: 241, dateTime: 1623342490, lightning_distance: 0, 
lightning_strike_count: 0, luminosity: 3090, usUnits: 1, UV: 2, 
windBatteryStatus: 0, windSpeed: 2.0
Jun 10 11:28:16 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:28:34 Ubuntu20-WEEWX weewx[4066] message repeated 6 times: [ 
DEBUG user.sdr: lines=[]]
Jun 10 11:28:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) MessageCallbackProvider data-> incoming topic: 
tele/BMP280/SENSOR, QOS: 0, retain: 0, payload: 
b'{"Time":"2021-06-10T11:28:37","BMP280":{"Temperature":20.9,"Pressure":977.1},"PressureUnit":"hPa","TempUnit":"C"}'
Jun 10 11:28:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> incoming tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1
Jun 10 11:28:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:29:34 Ubuntu20-WEEWX weewx[4066] message repeated 19 times: [ 
DEBUG user.sdr: lines=[]]
Jun 10 11:29:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) MessageCallbackProvider data-> incoming topic: 
tele/BMP280/SENSOR, QOS: 0, retain: 0, payload: 
b'{"Time":"2021-06-10T11:29:37","BMP280":{"Temperature":20.9,"Pressure":977.1},"PressureUnit":"hPa","TempUnit":"C"}'
Jun 10 11:29:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> incoming tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1
Jun 10 11:29:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:29:40 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:29:45 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=['{"time" 
: "2021-06-10 16:29:42", "model" : "Acurite-Atlas", "id" : 17, "channel" : 
"A", "sequence_num" : 1, "battery_ok" : 1, "message_type" : 39, 
"wind_avg_mi_h" : 3.000, "uv" : 2, "lux" : 3280, "strike_count" : 241, 
"strike_distance" : 0, "exception" : 0, "raw_msg" : 
"c411e7814282483ca025"}\n', '{"time" : "2021-06-10 16:29:42", "model" : 
"Acurite-Atlas", "id" : 17, "channel" : "A", "sequence_num" : 2, 
"battery_ok" : 1, "message_type" : 39, "wind_avg_mi_h" : 3.000, "uv" : 2, 
"lux" : 3280, "strike_count" : 241, "strike_distance" : 0, "exception" : 0, 
"raw_msg" : "c811e7814282483ca029"}\n']
Jun 10 11:29:45 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: 
packet={'windSpeed': 3.0, 'UV': 2, 'luminosity': 3280, 
'Atlas_strike_count': 241, 'lightning_distance': 0, 'windBatteryStatus': 0, 
'dateTime': 1623342582, 'usUnits': 1}
Jun 10 11:29:45 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> outgoing tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1, dateTime: 1623342517.5098, usUnits: 16
Jun 10 11:29:45 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> outgoing tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1, dateTime: 1623342577.4890494, usUnits: 16
Jun 10 11:29:45 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> outgoing accumulated tele/BMP280/SENSOR: 
appTemp1: 69.62, barometer: 28.85375078625, dateTime: 1623342582, usUnits: 1
Jun 10 11:29:45 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) data-> final packet is 2021-06-10 11:29:42 CDT (1623342582): 
appTemp1: 69.62, Atlas_strike_count: 241, barometer: 28.85375078625, 
dateTime: 1623342582, lightning_distance: 0, lightning_strike_count: 0, 
luminosity: 3280, usUnits: 1, UV: 2, windBatteryStatus: 0, windSpeed: 3.0
Jun 10 11:29:45 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: 
packet={'windSpeed': 3.0, 'UV': 2, 'luminosity': 3280, 
'Atlas_strike_count': 241, 'lightning_distance': 0, 'windBatteryStatus': 0, 
'dateTime': 1623342582, 'usUnits': 1}
Jun 10 11:29:45 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) data-> final packet is 2021-06-10 11:29:42 CDT (1623342582): 
Atlas_strike_count: 241, dateTime: 1623342582, lightning_distance: 0, 
lightning_strike_count: 0, luminosity: 3280, usUnits: 1, UV: 2, 
windBatteryStatus: 0, windSpeed: 3.0
Jun 10 11:29:48 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:30:00 Ubuntu20-WEEWX weewx[4066] message repeated 4 times: [ 
DEBUG user.sdr: lines=[]]
Jun 10 11:30:01 Ubuntu20-WEEWX CRON[45270]: (root) CMD ([ -x 
/etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then 
/usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
Jun 10 11:30:03 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:30:36 Ubuntu20-WEEWX weewx[4066] message repeated 11 times: [ 
DEBUG user.sdr: lines=[]]
Jun 10 11:30:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) MessageCallbackProvider data-> incoming topic: 
tele/BMP280/SENSOR, QOS: 0, retain: 0, payload: 
b'{"Time":"2021-06-10T11:30:37","BMP280":{"Temperature":20.9,"Pressure":977.1},"PressureUnit":"hPa","TempUnit":"C"}'
Jun 10 11:30:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> incoming tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1
Jun 10 11:30:39 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:31:18 Ubuntu20-WEEWX weewx[4066] message repeated 13 times: [ 
DEBUG user.sdr: lines=[]]
Jun 10 11:31:21 Ubuntu20-WEEWX systemd[1]: Started Run anacron jobs.
Jun 10 11:31:21 Ubuntu20-WEEWX anacron[45271]: Anacron 2.3 started on 
2021-06-10
Jun 10 11:31:21 Ubuntu20-WEEWX anacron[45271]: Normal exit (0 jobs run)
Jun 10 11:31:21 Ubuntu20-WEEWX systemd[1]: anacron.service: Succeeded.
Jun 10 11:31:21 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:31:36 Ubuntu20-WEEWX weewx[4066] message repeated 5 times: [ 
DEBUG user.sdr: lines=[]]
Jun 10 11:31:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) MessageCallbackProvider data-> incoming topic: 
tele/BMP280/SENSOR, QOS: 0, retain: 0, payload: 
b'{"Time":"2021-06-10T11:31:37","BMP280":{"Temperature":20.9,"Pressure":977.1},"PressureUnit":"hPa","TempUnit":"C"}'
Jun 10 11:31:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> incoming tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1
Jun 10 11:31:39 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:32:36 Ubuntu20-WEEWX weewx[4066] message repeated 19 times: [ 
DEBUG user.sdr: lines=[]]
Jun 10 11:32:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) MessageCallbackProvider data-> incoming topic: 
tele/BMP280/SENSOR, QOS: 0, retain: 0, payload: 
b'{"Time":"2021-06-10T11:32:37","BMP280":{"Temperature":20.9,"Pressure":977.1},"PressureUnit":"hPa","TempUnit":"C"}'
Jun 10 11:32:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> incoming tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1
Jun 10 11:32:39 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:33:36 Ubuntu20-WEEWX weewx[4066] message repeated 19 times: [ 
DEBUG user.sdr: lines=[]]
Jun 10 11:33:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) MessageCallbackProvider data-> incoming topic: 
tele/BMP280/SENSOR, QOS: 0, retain: 0, payload: 
b'{"Time":"2021-06-10T11:33:37","BMP280":{"Temperature":20.9,"Pressure":977.1},"PressureUnit":"hPa","TempUnit":"C"}'
Jun 10 11:33:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> incoming tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1
Jun 10 11:33:39 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:34:36 Ubuntu20-WEEWX weewx[4066] message repeated 19 times: [ 
DEBUG user.sdr: lines=[]]
Jun 10 11:34:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) MessageCallbackProvider data-> incoming topic: 
tele/BMP280/SENSOR, QOS: 0, retain: 0, payload: 
b'{"Time":"2021-06-10T11:34:37","BMP280":{"Temperature":20.9,"Pressure":977.1},"PressureUnit":"hPa","TempUnit":"C"}'
Jun 10 11:34:37 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> incoming tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1
Jun 10 11:34:39 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=[]
Jun 10 11:35:09 Ubuntu20-WEEWX weewx[4066] message repeated 10 times: [ 
DEBUG user.sdr: lines=[]]
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: lines=['{"time" 
: "2021-06-10 16:35:10", "model" : "Acurite-Atlas", "id" : 17, "channel" : 
"A", "sequence_num" : 1, "battery_ok" : 1, "message_type" : 38, 
"wind_avg_mi_h" : 2.000, "wind_dir_deg" : 176.000, "rain_in" : 3.280, 
"strike_count" : 241, "strike_distance" : 0, "exception" : 0, "raw_msg" : 
"c41166810542483ca027"}\n', '{"time" : "2021-06-10 16:35:10", "model" : 
"Acurite-Atlas", "id" : 17, "channel" : "A", "sequence_num" : 2, 
"battery_ok" : 1, "message_type" : 38, "wind_avg_mi_h" : 2.000, 
"wind_dir_deg" : 176.000, "rain_in" : 3.280, "strike_count" : 241, 
"strike_distance" : 0, "exception" : 0, "raw_msg" : 
"c81166810542483ca02b"}\n']
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG user.sdr: 
packet={'windSpeed': 2.0, 'windDir': 176.0, 'Atlas_rain_total': 3.28, 
'Atlas_strike_count': 241, 'lightning_distance': 0, 'windBatteryStatus': 0, 
'dateTime': 1623342910, 'usUnits': 1}
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> outgoing tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1, dateTime: 1623342637.5231528, usUnits: 16
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> outgoing tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1, dateTime: 1623342697.4931262, usUnits: 16
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> outgoing tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1, dateTime: 1623342757.5019915, usUnits: 16
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> outgoing tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1, dateTime: 1623342817.4489577, usUnits: 16
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> outgoing tele/BMP280/SENSOR: appTemp1: 20.9, 
barometer: 977.1, dateTime: 1623342877.5332673, usUnits: 16
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) TopicManager data-> outgoing accumulated tele/BMP280/SENSOR: 
appTemp1: 69.62, barometer: 28.85375078625, dateTime: 1623342910, usUnits: 1
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) data-> final packet is 2021-06-10 11:35:10 CDT (1623342910): 
appTemp1: 69.62, Atlas_rain_total: 3.28, Atlas_strike_count: 241, 
barometer: 28.85375078625, dateTime: 1623342910, lightning_distance: 0, 
lightning_strike_count: 0, rain: 0.0, usUnits: 1, windBatteryStatus: 0, 
windDir: 176.0, windSpeed: 2.0
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG user.MQTTSubscribe: 
(Service) data-> final record is 2021-06-10 11:30:00 CDT (1623342600): 
appTemp1: 69.485, Atlas_rain_total: 3.28, Atlas_strike_count: 241.0, 
barometer: 29.878996869479167, beaufort: 1.0, dateTime: 1623342600, 
interval: 5.0, lightning_distance: None, lightning_strike_count: 0.0, 
luminosity: 3176.0, maxSolarRad: 889.8842533501141, radiation: 
25.058639999999997, rain: 0.0, rainRate: 0.0, usUnits: 1, UV: 1.8, 
windBatteryStatus: 0.0, windDir: 317.0, windGust: 3.0, windGustDir: None, 
windSpeed: 2.3333333333333335
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] INFO weewx.manager: Added record 
2021-06-10 11:30:00 CDT (1623342600) to database 'weewx.sdb'
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] INFO weewx.manager: Added record 
2021-06-10 11:30:00 CDT (1623342600) to daily summary in 'weewx.sdb'
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.restx: 
StationRegistry: wait interval (410400 < 604800) has not passed for record 
2021-06-10 11:30:00 CDT (1623342600)
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: 
Running reports for latest time in the database.
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: Report 
'SeasonsReport' not enabled. Skipping.
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: Report 
'SmartphoneReport' not enabled. Skipping.
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: Report 
'MobileReport' not enabled. Skipping.
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: Report 
'StandardReport' not enabled. Skipping.
Jun 10 11:35:14 Ubuntu20-WEEWX weewx[4066] DEBUG weewx.reportengine: 
Running report 'Belchertown'

-- 
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/e6a3efcc-70bc-4003-809f-fefc75a486adn%40googlegroups.com.

Reply via email to