You might have pain running rapidfire on a pi zero due to how slow it is. See some of the comparative benchmarks at https://github.com/weewx/weewx/wiki/Benchmarks-of-file-and-image-generation for details.
On Tuesday, October 31, 2023 at 11:29:56 AM UTC-7 kufuu wrote: > I enabled rapidfire for WU and its sending out the data every reading now, > as far as the season skin every other packet, I can live with that unless > its not writing to the DB, I ll have to wait and see about the rain if its > working right. Thanks again > > On Tuesday, October 31, 2023 at 1:54:49 PM UTC-4 [email protected] wrote: > >> The short answer is that your archive_interval is too short for how >> frequently the weather data is published. In the snippet below you can >> infer that the weather data is published every 5 minutes and the >> archive_interval is probably also 5 minutes. This is resulting in some >> archival intervals not receiving a loop packet. >> >> data-> final loop packet is enviro/river-wx 2023-10-30 19:00:09 EDT >> >> data-> final loop packet is enviro/river-wx 2023-10-30 19:05:09 EDT >> >> Oct 30 19:05:10 zero-wx weewx[6949] INFO weewx.manager: Added record >> Oct 30 19:05:10 zero-wx weewx[6949] INFO weewx.manager: Added record >> >> data-> final loop packet is enviro/river-wx 2023-10-30 19:10:09 EDT >> >> data-> final loop packet is enviro/river-wx 2023-10-30 19:15:09 EDT >> >> Oct 30 19:15:10 zero-wx weewx[6949] INFO weewx.manager: Added record >> Oct 30 19:15:10 zero-wx weewx[6949] INFO weewx.manager: Added record >> >> data-> final loop packet is enviro/river-wx 2023-10-30 19:20:08 EDT >> >> data-> final loop packet is enviro/river-wx 2023-10-30 19:25:08 EDT >> >> Oct 30 19:25:10 zero-wx weewx[6949] INFO weewx.manager: Added record >> >> Oct 30 19:25:11 zero-wx weewx[6949] INFO weewx.manager: Added record >> >> data-> final loop packet is enviro/river-wx 2023-10-30 19:30:08 EDT >> >> Note, this is a greatly simplified explanation. WeeWX uses the received >> loop packet, archive_interval, and archive_delay to determine when to >> create an archive record from the received loop packets. >> >> Net, either publish the data more frequently or increase your >> archive_interval. >> >> rich >> On Monday, 30 October 2023 at 19:35:07 UTC-4 kufuu wrote: >> >>> Ok, this is what I found happening, the other day when I reset the >>> weather station pico enviro weather it was sending the payload at 5 min >>> intervals example 20:06:09 and it was writing to db and sending the data to >>> weather underground every reading, now the clock resets ever so often on >>> the weather station and now its example 20:05:09 and its only recording and >>> sending to WU every other reading. weewx is up to date and running on a pi >>> zero w. Any clues ? Heres a copy of the log >>> >>> Oct 30 19:00:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> MessageCallbackProvider data-> incoming topic: enviro/river-wx, QOS: 0, >>> retain: 0, payload: b'{"readings": {"pressure": 950.45, "rain": 0, >>> "wind_speed": 0, "temperature": 10.73, "humidity": 86.41, "wind_direction": >>> 90, "rain_per_second": 0.0, "luminance": 0.0}, "nickname": "river-wx", >>> "model": "weather", "uid": "e6614c311b62b034", "timestamp": >>> "2023-10-30T23:00:05Z"}' >>> Oct 30 19:00:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> incoming enviro/river-wx: 'luminance': '0.0', >>> 'outHumidity': '86.41', 'outTemp': '10.73', 'pressure': '950.45', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'windDir': '90.0', 'windSpeed': '0.0' >>> Oct 30 19:00:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> outgoing enviro/river-wx: 'dateTime': >>> '1698706809.1511908', 'luminance': '0.0', 'outHumidity': '86.41', >>> 'outTemp': '10.73', 'pressure': '950.45', 'rain': '0.0', 'rainPersecond': >>> '0.0', 'usUnits': '17', 'windDir': '90.0', 'windSpeed': '0.0' >>> Oct 30 19:00:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> data-> final loop packet is enviro/river-wx 2023-10-30 19:00:09 EDT >>> (1698706809): 'dateTime': '1698706809.1511908', 'luminance': '0.0', >>> 'outHumidity': '86.41', 'outTemp': '10.73', 'pressure': '950.45', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'usUnits': '17', 'windDir': '90.0', >>> 'windSpeed': '0.0' >>> Oct 30 19:05:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> MessageCallbackProvider data-> incoming topic: enviro/river-wx, QOS: 0, >>> retain: 0, payload: b'{"readings": {"pressure": 950.54, "rain": 0, >>> "wind_speed": 0, "temperature": 10.58, "humidity": 89.15, "wind_direction": >>> 90, "rain_per_second": 0.0, "luminance": 0.0}, "nickname": "river-wx", >>> "model": "weather", "uid": "e6614c311b62b034", "timestamp": >>> "2023-10-30T23:05:05Z"}' >>> Oct 30 19:05:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> incoming enviro/river-wx: 'luminance': '0.0', >>> 'outHumidity': '89.15', 'outTemp': '10.58', 'pressure': '950.54', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'windDir': '90.0', 'windSpeed': '0.0' >>> Oct 30 19:05:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> outgoing enviro/river-wx: 'dateTime': >>> '1698707109.1076276', 'luminance': '0.0', 'outHumidity': '89.15', >>> 'outTemp': '10.58', 'pressure': '950.54', 'rain': '0.0', 'rainPersecond': >>> '0.0', 'usUnits': '17', 'windDir': '90.0', 'windSpeed': '0.0' >>> Oct 30 19:05:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> data-> final loop packet is enviro/river-wx 2023-10-30 19:05:09 EDT >>> (1698707109): 'dateTime': '1698707109.1076276', 'luminance': '0.0', >>> 'outHumidity': '89.15', 'outTemp': '10.58', 'pressure': '950.54', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'usUnits': '17', 'windDir': '90.0', >>> 'windSpeed': '0.0' >>> Oct 30 19:05:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> No archive topic configured. >>> Oct 30 19:05:10 zero-wx weewx[6949] INFO weewx.manager: Added record >>> 2023-10-30 19:05:00 EDT (1698707100) to database 'weewx.sdb' >>> Oct 30 19:05:10 zero-wx weewx[6949] INFO weewx.manager: Added record >>> 2023-10-30 19:05:00 EDT (1698707100) to daily summary in 'weewx.sdb' >>> Oct 30 19:05:11 zero-wx weewx[6949] DEBUG weewx.reportengine: Running >>> reports for latest time in the database. >>> Oct 30 19:05:11 zero-wx weewx[6949] DEBUG weewx.reportengine: Running >>> report 'SeasonsReport' >>> Oct 30 19:05:11 zero-wx weewx[6949] DEBUG weewx.reportengine: Found >>> configuration file /etc/weewx/skins/Seasons/skin.conf for report >>> 'SeasonsReport' >>> Oct 30 19:05:11 zero-wx weewx[6949] INFO weewx.restx: Wunderground-PWS: >>> Published record 2023-10-30 19:05:00 EDT (1698707100) >>> Oct 30 19:05:12 zero-wx weewx[6949] 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 30 19:05:12 zero-wx weewx[6949] DEBUG weewx.manager: Daily summary >>> version is 4.0 >>> Oct 30 19:05:24 zero-wx weewx[6949] INFO weewx.cheetahgenerator: >>> Generated 8 files for report SeasonsReport in 12.36 seconds >>> Oct 30 19:05:24 zero-wx weewx[6949] DEBUG weewx.manager: Daily summary >>> version is 4.0 >>> Oct 30 19:05:30 zero-wx weewx[6949] INFO weewx.imagegenerator: Generated >>> 8 images for report SeasonsReport in 5.88 seconds >>> Oct 30 19:05:30 zero-wx weewx[6949] INFO weewx.reportengine: Copied 0 >>> files to /var/weewx/reports >>> Oct 30 19:05:30 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'SmartphoneReport' not enabled. Skipping. >>> Oct 30 19:05:30 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'MobileReport' not enabled. Skipping. >>> Oct 30 19:05:30 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'StandardReport' not enabled. Skipping. >>> Oct 30 19:05:30 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'FTP' not enabled. Skipping. >>> Oct 30 19:05:30 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'RSYNC' not enabled. Skipping. >>> Oct 30 19:10:02 zero-wx vncserver-x11[396,root]: Connections: >>> disconnected: 192.168.0.101::44244 (TCP) ([ViewerClosed] VNC Viewer closed) >>> Oct 30 19:10:08 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> MessageCallbackProvider data-> incoming topic: enviro/river-wx, QOS: 0, >>> retain: 0, payload: b'{"readings": {"pressure": 950.64, "rain": 0, >>> "wind_speed": 1.335396, "temperature": 10.42, "humidity": 90.43, >>> "wind_direction": 90, "rain_per_second": 0.0, "luminance": 0.0}, >>> "nickname": "river-wx", "model": "weather", "uid": "e6614c311b62b034", >>> "timestamp": "2023-10-30T23:10:05Z"}' >>> Oct 30 19:10:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> incoming enviro/river-wx: 'luminance': '0.0', >>> 'outHumidity': '90.43', 'outTemp': '10.42', 'pressure': '950.64', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'windDir': '90.0', 'windSpeed': '1.335396' >>> Oct 30 19:10:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> outgoing enviro/river-wx: 'dateTime': >>> '1698707409.0119781', 'luminance': '0.0', 'outHumidity': '90.43', >>> 'outTemp': '10.42', 'pressure': '950.64', 'rain': '0.0', 'rainPersecond': >>> '0.0', 'usUnits': '17', 'windDir': '90.0', 'windSpeed': '1.335396' >>> Oct 30 19:10:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> data-> final loop packet is enviro/river-wx 2023-10-30 19:10:09 EDT >>> (1698707409): 'dateTime': '1698707409.0119781', 'luminance': '0.0', >>> 'outHumidity': '90.43', 'outTemp': '10.42', 'pressure': '950.64', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'usUnits': '17', 'windDir': '90.0', >>> 'windSpeed': '1.335396' >>> Oct 30 19:15:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> MessageCallbackProvider data-> incoming topic: enviro/river-wx, QOS: 0, >>> retain: 0, payload: b'{"readings": {"pressure": 950.72, "rain": 0, >>> "wind_speed": 0, "temperature": 10.38, "humidity": 90.67, "wind_direction": >>> 90, "rain_per_second": 0.0, "luminance": 0.0}, "nickname": "river-wx", >>> "model": "weather", "uid": "e6614c311b62b034", "timestamp": >>> "2023-10-30T23:15:05Z"}' >>> Oct 30 19:15:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> incoming enviro/river-wx: 'luminance': '0.0', >>> 'outHumidity': '90.67', 'outTemp': '10.38', 'pressure': '950.72', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'windDir': '90.0', 'windSpeed': '0.0' >>> Oct 30 19:15:10 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> outgoing enviro/river-wx: 'dateTime': >>> '1698707709.2473924', 'luminance': '0.0', 'outHumidity': '90.67', >>> 'outTemp': '10.38', 'pressure': '950.72', 'rain': '0.0', 'rainPersecond': >>> '0.0', 'usUnits': '17', 'windDir': '90.0', 'windSpeed': '0.0' >>> Oct 30 19:15:10 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> data-> final loop packet is enviro/river-wx 2023-10-30 19:15:09 EDT >>> (1698707709): 'dateTime': '1698707709.2473924', 'luminance': '0.0', >>> 'outHumidity': '90.67', 'outTemp': '10.38', 'pressure': '950.72', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'usUnits': '17', 'windDir': '90.0', >>> 'windSpeed': '0.0' >>> Oct 30 19:15:10 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> No archive topic configured. >>> Oct 30 19:15:10 zero-wx weewx[6949] INFO weewx.manager: Added record >>> 2023-10-30 19:15:00 EDT (1698707700) to database 'weewx.sdb' >>> Oct 30 19:15:10 zero-wx weewx[6949] INFO weewx.manager: Added record >>> 2023-10-30 19:15:00 EDT (1698707700) to daily summary in 'weewx.sdb' >>> Oct 30 19:15:11 zero-wx weewx[6949] DEBUG weewx.reportengine: Running >>> reports for latest time in the database. >>> Oct 30 19:15:11 zero-wx weewx[6949] DEBUG weewx.reportengine: Running >>> report 'SeasonsReport' >>> Oct 30 19:15:11 zero-wx weewx[6949] DEBUG weewx.reportengine: Found >>> configuration file /etc/weewx/skins/Seasons/skin.conf for report >>> 'SeasonsReport' >>> Oct 30 19:15:11 zero-wx weewx[6949] INFO weewx.restx: Wunderground-PWS: >>> Published record 2023-10-30 19:15:00 EDT (1698707700) >>> Oct 30 19:15:12 zero-wx weewx[6949] 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 30 19:15:12 zero-wx weewx[6949] DEBUG weewx.manager: Daily summary >>> version is 4.0 >>> Oct 30 19:15:24 zero-wx weewx[6949] INFO weewx.cheetahgenerator: >>> Generated 8 files for report SeasonsReport in 12.41 seconds >>> Oct 30 19:15:24 zero-wx weewx[6949] DEBUG weewx.manager: Daily summary >>> version is 4.0 >>> Oct 30 19:15:40 zero-wx weewx[6949] INFO weewx.imagegenerator: Generated >>> 16 images for report SeasonsReport in 15.70 seconds >>> Oct 30 19:15:40 zero-wx weewx[6949] INFO weewx.reportengine: Copied 0 >>> files to /var/weewx/reports >>> Oct 30 19:15:40 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'SmartphoneReport' not enabled. Skipping. >>> Oct 30 19:15:40 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'MobileReport' not enabled. Skipping. >>> Oct 30 19:15:40 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'StandardReport' not enabled. Skipping. >>> Oct 30 19:15:40 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'FTP' not enabled. Skipping. >>> Oct 30 19:15:40 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'RSYNC' not enabled. Skipping. >>> Oct 30 19:17:01 zero-wx CRON[19158]: (root) CMD ( cd / && run-parts >>> --report /etc/cron.hourly) >>> Oct 30 19:20:08 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> MessageCallbackProvider data-> incoming topic: enviro/river-wx, QOS: 0, >>> retain: 0, payload: b'{"readings": {"pressure": 950.76, "rain": 0, >>> "wind_speed": 0, "temperature": 10.36, "humidity": 90.38, "wind_direction": >>> 0, "rain_per_second": 0.0, "luminance": 0.0}, "nickname": "river-wx", >>> "model": "weather", "uid": "e6614c311b62b034", "timestamp": >>> "2023-10-30T23:20:05Z"}' >>> Oct 30 19:20:08 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> incoming enviro/river-wx: 'luminance': '0.0', >>> 'outHumidity': '90.38', 'outTemp': '10.36', 'pressure': '950.76', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'windDir': '0.0', 'windSpeed': '0.0' >>> Oct 30 19:20:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> outgoing enviro/river-wx: 'dateTime': >>> '1698708008.9980724', 'luminance': '0.0', 'outHumidity': '90.38', >>> 'outTemp': '10.36', 'pressure': '950.76', 'rain': '0.0', 'rainPersecond': >>> '0.0', 'usUnits': '17', 'windDir': '0.0', 'windSpeed': '0.0' >>> Oct 30 19:20:09 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> data-> final loop packet is enviro/river-wx 2023-10-30 19:20:08 EDT >>> (1698708008): 'dateTime': '1698708008.9980724', 'luminance': '0.0', >>> 'outHumidity': '90.38', 'outTemp': '10.36', 'pressure': '950.76', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'usUnits': '17', 'windDir': '0.0', >>> 'windSpeed': '0.0' >>> Oct 30 19:21:01 zero-wx vncserver-x11[396,root]: Connections: connected: >>> 192.168.0.101::47396 (TCP) >>> Oct 30 19:21:02 zero-wx vncserver-x11[396,root]: Connections: >>> authenticated: 192.168.0.101::47396 (TCP), as pi (f permissions) >>> Oct 30 19:25:08 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> MessageCallbackProvider data-> incoming topic: enviro/river-wx, QOS: 0, >>> retain: 0, payload: b'{"readings": {"pressure": 950.74, "rain": 0, >>> "wind_speed": 0, "temperature": 10.3, "humidity": 89.28, "wind_direction": >>> 0, "rain_per_second": 0.0, "luminance": 0.0}, "nickname": "river-wx", >>> "model": "weather", "uid": "e6614c311b62b034", "timestamp": >>> "2023-10-30T23:25:05Z"}' >>> Oct 30 19:25:08 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> incoming enviro/river-wx: 'luminance': '0.0', >>> 'outHumidity': '89.28', 'outTemp': '10.3', 'pressure': '950.74', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'windDir': '0.0', 'windSpeed': '0.0' >>> Oct 30 19:25:10 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> outgoing enviro/river-wx: 'dateTime': >>> '1698708308.8381531', 'luminance': '0.0', 'outHumidity': '89.28', >>> 'outTemp': '10.3', 'pressure': '950.74', 'rain': '0.0', 'rainPersecond': >>> '0.0', 'usUnits': '17', 'windDir': '0.0', 'windSpeed': '0.0' >>> Oct 30 19:25:10 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> data-> final loop packet is enviro/river-wx 2023-10-30 19:25:08 EDT >>> (1698708308): 'dateTime': '1698708308.8381531', 'luminance': '0.0', >>> 'outHumidity': '89.28', 'outTemp': '10.3', 'pressure': '950.74', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'usUnits': '17', 'windDir': '0.0', >>> 'windSpeed': '0.0' >>> Oct 30 19:25:10 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> No archive topic configured. >>> Oct 30 19:25:10 zero-wx weewx[6949] INFO weewx.manager: Added record >>> 2023-10-30 19:25:00 EDT (1698708300) to database 'weewx.sdb' >>> Oct 30 19:25:11 zero-wx weewx[6949] INFO weewx.manager: Added record >>> 2023-10-30 19:25:00 EDT (1698708300) to daily summary in 'weewx.sdb' >>> Oct 30 19:25:11 zero-wx weewx[6949] DEBUG weewx.reportengine: Running >>> reports for latest time in the database. >>> Oct 30 19:25:11 zero-wx weewx[6949] DEBUG weewx.reportengine: Running >>> report 'SeasonsReport' >>> Oct 30 19:25:12 zero-wx weewx[6949] DEBUG weewx.reportengine: Found >>> configuration file /etc/weewx/skins/Seasons/skin.conf for report >>> 'SeasonsReport' >>> Oct 30 19:25:12 zero-wx weewx[6949] INFO weewx.restx: Wunderground-PWS: >>> Published record 2023-10-30 19:25:00 EDT (1698708300) >>> Oct 30 19:25:12 zero-wx weewx[6949] 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 30 19:25:12 zero-wx weewx[6949] DEBUG weewx.manager: Daily summary >>> version is 4.0 >>> Oct 30 19:25:28 zero-wx weewx[6949] INFO weewx.cheetahgenerator: >>> Generated 8 files for report SeasonsReport in 16.26 seconds >>> Oct 30 19:25:28 zero-wx weewx[6949] DEBUG weewx.manager: Daily summary >>> version is 4.0 >>> Oct 30 19:25:35 zero-wx weewx[6949] INFO weewx.imagegenerator: Generated >>> 8 images for report SeasonsReport in 7.13 seconds >>> Oct 30 19:25:35 zero-wx weewx[6949] INFO weewx.reportengine: Copied 0 >>> files to /var/weewx/reports >>> Oct 30 19:25:35 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'SmartphoneReport' not enabled. Skipping. >>> Oct 30 19:25:35 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'MobileReport' not enabled. Skipping. >>> Oct 30 19:25:35 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'StandardReport' not enabled. Skipping. >>> Oct 30 19:25:35 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'FTP' not enabled. Skipping. >>> Oct 30 19:25:35 zero-wx weewx[6949] DEBUG weewx.reportengine: Report >>> 'RSYNC' not enabled. Skipping. >>> Oct 30 19:30:08 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> MessageCallbackProvider data-> incoming topic: enviro/river-wx, QOS: 0, >>> retain: 0, payload: b'{"readings": {"pressure": 950.73, "rain": 0, >>> "wind_speed": 0, "temperature": 10.25, "humidity": 91.92, "wind_direction": >>> 0, "rain_per_second": 0.0, "luminance": 0.0}, "nickname": "river-wx", >>> "model": "weather", "uid": "e6614c311b62b034", "timestamp": >>> "2023-10-30T23:30:05Z"}' >>> Oct 30 19:30:08 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> incoming enviro/river-wx: 'luminance': '0.0', >>> 'outHumidity': '91.92', 'outTemp': '10.25', 'pressure': '950.73', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'windDir': '0.0', 'windSpeed': '0.0' >>> Oct 30 19:30:10 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> TopicManager data-> outgoing enviro/river-wx: 'dateTime': >>> '1698708608.9318783', 'luminance': '0.0', 'outHumidity': '91.92', >>> 'outTemp': '10.25', 'pressure': '950.73', 'rain': '0.0', 'rainPersecond': >>> '0.0', 'usUnits': '17', 'windDir': '0.0', 'windSpeed': '0.0' >>> Oct 30 19:30:10 zero-wx weewx[6949] DEBUG user.MQTTSubscribe: (Driver) >>> data-> final loop packet is enviro/river-wx 2023-10-30 19:30:08 EDT >>> (1698708608): 'dateTime': '1698708608.9318783', 'luminance': '0.0', >>> 'outHumidity': '91.92', 'outTemp': '10.25', 'pressure': '950.73', 'rain': >>> '0.0', 'rainPersecond': '0.0', 'usUnits': '17', 'windDir': '0.0', >>> 'windSpeed': '0.0' >>> >>> On Sunday, October 29, 2023 at 10:54:56 AM UTC-4 kufuu wrote: >>> >>>> I completely removed weewx from the pi zero and reloaded it, It seems >>>> to have cleared up 2 problems I had, its writing to the to the db every >>>> reading now and the rain is being recorded, Ill have to see when we get >>>> some rain if that holds out. >>>> >>>> >>>> On Friday, October 27, 2023 at 8:58:29 AM UTC-4 kufuu wrote: >>>> >>>>> I did load DB Browser and seen that the 1697832900 packet did not >>>>> record the rain in the db. >>>>> >>>>> On Thursday, October 26, 2023 at 12:03:02 PM UTC-4 kufuu wrote: >>>>> >>>>>> Thanks Rich , All the other observations are good, I don't know how >>>>>> to look at the database, I do have sqlite installed however I'm a >>>>>> newbie >>>>>> at this. >>>>>> >>>>>> On Monday, October 23, 2023 at 9:14:26 AM UTC-4 Rich Bell wrote: >>>>>> >>>>>>> I agree it looks like WeeWX is getting the information. The line >>>>>>> below is logged right before the loop packet is generated. This should >>>>>>> be >>>>>>> seen in the 1697833200 archive record. So no rain. >>>>>>> Oct 20 16:15:02 zero-wx weewx[579] DEBUG user.MQTTSubscribe: >>>>>>> (Driver) data-> final loop packet is enviro/river-wx 2023-10-20 >>>>>>> 16:15:00 >>>>>>> EDT (1697832900): 'dateTime': '1697832900.6921751', 'luminance': >>>>>>> '171.37', >>>>>>> 'outHumidity': '77.89', 'outTemp': '13.52', 'pressure': '936.97', >>>>>>> 'rain': >>>>>>> '0.0', 'usUnits': '17', 'windDir': '45.0', 'windSpeed': '0.0' >>>>>>> >>>>>>> The line below is logged right before the loop packet is generated. >>>>>>> This should be seen in the next archive record. So 2.514 mm or .099 in. >>>>>>> Oct 20 16:20:00 zero-wx weewx[579] DEBUG user.MQTTSubscribe: >>>>>>> (Driver) data-> final loop packet is enviro/river-wx 2023-10-20 >>>>>>> 16:20:00 >>>>>>> EDT (1697833200): 'dateTime': '1697833200.808235', 'luminance': >>>>>>> '82.25', >>>>>>> 'outHumidity': '77.04', 'outTemp': '13.6', 'pressure': '937.04', >>>>>>> 'rain': >>>>>>> '2.5146', 'usUnits': '17', 'windDir': '45.0', 'windSpeed': '2.12127' >>>>>>> >>>>>>> The next thing to try is, run WeeWX from the command line. This will >>>>>>> print the loop packets and archive records to the console. >>>>>>> >>>>>>> Out of curiosity, what are the values in the database? Do the other >>>>>>> observations look correct? >>>>>>> rich >>>>>>> >>>>>>> >>>>>>> On Fri, Oct 20, 2023 at 5:10 PM kufuu <[email protected]> wrote: >>>>>>> >>>>>>>> Using weewx mqtt from a pi pico enviro weather, had rain off and on >>>>>>>> all day today and this morning the reports had .110" , after another >>>>>>>> .100 >>>>>>>> later weewx didnt write it to the reports, went out and manually added >>>>>>>> rain >>>>>>>> to try to figure out whats wrong and still didnt write it, weewx is >>>>>>>> getting >>>>>>>> it but dont know whats going on. Heres the script. >>>>>>>> >>>>>>>> Oct 20 16:15:00 zero-wx weewx[579] DEBUG user.MQTTSubscribe: >>>>>>>> (Driver) MessageCallbackProvider data-> incoming topic: >>>>>>>> enviro/river-wx, >>>>>>>> QOS: 0, retain: 0, payload: b'{"readings": {"pressure": 936.97, >>>>>>>> "rain": 0, >>>>>>>> "wind_speed": 0, "temperature": 13.52, "humidity": 77.89, >>>>>>>> "wind_direction": >>>>>>>> 45, "rain_per_second": 0.0, "luminance": 171.37}, "nickname": >>>>>>>> "river-wx", >>>>>>>> "model": "weather", "uid": "e6614c311b62b034", "timestamp": >>>>>>>> "2023-10-20T20:15:05Z"}' >>>>>>>> Oct 20 16:15:00 zero-wx weewx[579] DEBUG user.MQTTSubscribe: >>>>>>>> (Driver) TopicManager data-> incoming enviro/river-wx: 'luminance': >>>>>>>> '171.37', 'outHumidity': '77.89', 'outTemp': '13.52', 'pressure': >>>>>>>> '936.97', >>>>>>>> 'rain': '0.0', 'windDir': '45.0', 'windSpeed': '0.0' >>>>>>>> Oct 20 16:15:02 zero-wx weewx[579] DEBUG user.MQTTSubscribe: >>>>>>>> (Driver) TopicManager data-> outgoing enviro/river-wx: 'dateTime': >>>>>>>> '1697832900.6921751', 'luminance': '171.37', 'outHumidity': '77.89', >>>>>>>> 'outTemp': '13.52', 'pressure': '936.97', 'rain': '0.0', 'usUnits': >>>>>>>> '17', >>>>>>>> 'windDir': '45.0', 'windSpeed': '0.0' >>>>>>>> Oct 20 16:15:02 zero-wx weewx[579] DEBUG user.MQTTSubscribe: >>>>>>>> (Driver) data-> final loop packet is enviro/river-wx 2023-10-20 >>>>>>>> 16:15:00 >>>>>>>> EDT (1697832900): 'dateTime': '1697832900.6921751', 'luminance': >>>>>>>> '171.37', >>>>>>>> 'outHumidity': '77.89', 'outTemp': '13.52', 'pressure': '936.97', >>>>>>>> 'rain': >>>>>>>> '0.0', 'usUnits': '17', 'windDir': '45.0', 'windSpeed': '0.0' >>>>>>>> Oct 20 16:17:01 zero-wx CRON[1104]: (root) CMD ( cd / && >>>>>>>> run-parts --report /etc/cron.hourly) >>>>>>>> Oct 20 16:20:00 zero-wx weewx[579] DEBUG user.MQTTSubscribe: >>>>>>>> (Driver) MessageCallbackProvider data-> incoming topic: >>>>>>>> enviro/river-wx, >>>>>>>> QOS: 0, retain: 0, payload: b'{"readings": {"pressure": 937.04, >>>>>>>> "rain": >>>>>>>> 2.5146, "wind_speed": 2.12127, "temperature": 13.6, "humidity": 77.04, >>>>>>>> "wind_direction": 45, "rain_per_second": 0.008381999, "luminance": >>>>>>>> 82.25}, >>>>>>>> "nickname": "river-wx", "model": "weather", "uid": "e6614c311b62b034", >>>>>>>> "timestamp": "2023-10-20T20:20:05Z"}' >>>>>>>> Oct 20 16:20:00 zero-wx weewx[579] DEBUG user.MQTTSubscribe: >>>>>>>> (Driver) TopicManager data-> incoming enviro/river-wx: 'luminance': >>>>>>>> '82.25', 'outHumidity': '77.04', 'outTemp': '13.6', 'pressure': >>>>>>>> '937.04', >>>>>>>> 'rain': '2.5146', 'windDir': '45.0', 'windSpeed': '2.12127' >>>>>>>> Oct 20 16:20:00 zero-wx weewx[579] DEBUG user.MQTTSubscribe: >>>>>>>> (Driver) TopicManager data-> outgoing enviro/river-wx: 'dateTime': >>>>>>>> '1697833200.808235', 'luminance': '82.25', 'outHumidity': '77.04', >>>>>>>> 'outTemp': '13.6', 'pressure': '937.04', 'rain': '2.5146', 'usUnits': >>>>>>>> '17', >>>>>>>> 'windDir': '45.0', 'windSpeed': '2.12127' >>>>>>>> Oct 20 16:20:00 zero-wx weewx[579] DEBUG user.MQTTSubscribe: >>>>>>>> (Driver) data-> final loop packet is enviro/river-wx 2023-10-20 >>>>>>>> 16:20:00 >>>>>>>> EDT (1697833200): 'dateTime': '1697833200.808235', 'luminance': >>>>>>>> '82.25', >>>>>>>> 'outHumidity': '77.04', 'outTemp': '13.6', 'pressure': '937.04', >>>>>>>> 'rain': >>>>>>>> '2.5146', 'usUnits': '17', 'windDir': '45.0', 'windSpeed': '2.12127' >>>>>>>> Oct 20 16:20:00 zero-wx weewx[579] DEBUG user.MQTTSubscribe: >>>>>>>> (Driver) No archive topic configured. >>>>>>>> Oct 20 16:20:01 zero-wx weewx[579] INFO weewx.manager: Added record >>>>>>>> 2023-10-20 16:20:00 EDT (1697833200) to database 'weewx.sdb' >>>>>>>> Oct 20 16:20:02 zero-wx weewx[579] INFO weewx.manager: Added record >>>>>>>> 2023-10-20 16:20:00 EDT (1697833200) to daily summary in 'weewx.sdb' >>>>>>>> Oct 20 16:20:02 zero-wx weewx[579] DEBUG weewx.reportengine: >>>>>>>> Running reports for latest time in the database. >>>>>>>> Oct 20 16:20:02 zero-wx weewx[579] DEBUG weewx.reportengine: >>>>>>>> Running report 'SeasonsReport' >>>>>>>> Oct 20 16:20:03 zero-wx weewx[579] DEBUG weewx.reportengine: Found >>>>>>>> configuration file /etc/weewx/skins/Seasons/skin.conf for report >>>>>>>> 'SeasonsReport' >>>>>>>> Oct 20 16:20:04 zero-wx weewx[579] 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 20 16:20:04 zero-wx weewx[579] DEBUG weewx.manager: Daily >>>>>>>> summary version is 4.0 >>>>>>>> Oct 20 16:20:17 zero-wx weewx[579] INFO weewx.cheetahgenerator: >>>>>>>> Generated 8 files for report SeasonsReport in 13.26 seconds >>>>>>>> Oct 20 16:20:17 zero-wx weewx[579] DEBUG weewx.manager: Daily >>>>>>>> summary version is 4.0 >>>>>>>> Oct 20 16:20:23 zero-wx weewx[579] INFO weewx.imagegenerator: >>>>>>>> Generated 8 images for report SeasonsReport in 6.65 seconds >>>>>>>> Oct 20 16:20:23 zero-wx weewx[579] INFO weewx.reportengine: Copied >>>>>>>> 0 files to /var/www/html/weewx >>>>>>>> Oct 20 16:20:23 zero-wx weewx[579] DEBUG weewx.reportengine: Report >>>>>>>> 'SmartphoneReport' not enabled. Skipping. >>>>>>>> Oct 20 16:20:23 zero-wx weewx[579] DEBUG weewx.reportengine: Report >>>>>>>> 'MobileReport' not enabled. Skipping. >>>>>>>> Oct 20 16:20:23 zero-wx weewx[579] DEBUG weewx.reportengine: Report >>>>>>>> 'StandardReport' not enabled. Skipping. >>>>>>>> Oct 20 16:20:23 zero-wx weewx[579] DEBUG weewx.reportengine: Report >>>>>>>> 'FTP' not enabled. Skipping. >>>>>>>> Oct 20 16:20:23 zero-wx weewx[579] DEBUG weewx.reportengine: Report >>>>>>>> 'RSYNC' not enabled. Skipping. >>>>>>>> >>>>>>>> -- >>>>>>>> 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/f5dc5e7a-21d6-41c8-a92e-5dc199806a5cn%40googlegroups.com >>>>>>>> >>>>>>>> <https://groups.google.com/d/msgid/weewx-user/f5dc5e7a-21d6-41c8-a92e-5dc199806a5cn%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>>>>> . >>>>>>>> >>>>>>> -- 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/8a6dd8e5-9f11-4935-9e77-019425bd7b40n%40googlegroups.com.
