I am running WeeWx v3.9.1 on a Raspberry Pi, with a WMR200.
I got the following crash of Weewx. I am wondering if this is a known issue and solved in v3.9.2 by
"Fixed problem that could cause the WMR200 to crash WeeWX if the record
interval is zero. Fixes issue #375."
This is the crash log:
Aug 5 11:11:35 localhost weewx[871]: **** File "/usr/share/weewx/weewx/engine.py", line 601, in new_archive_record
Aug 5 11:11:35 localhost weewx[871]: **** dbmanager.addRecord(event.record, accumulator=self.old_accumulator)
Aug 5 11:11:35 localhost weewx[871]: **** File "/usr/share/weewx/weewx/manager.py", line 246, in addRecord
Aug 5 11:11:35 localhost weewx[871]: **** self._addSingleRecord(record, cursor, log_level)
Aug 5 11:11:35 localhost weewx[871]: **** File "/usr/share/weewx/weewx/manager.py", line 1212, in _addSingleRecord
Aug 5 11:11:35 localhost weewx[871]: **** _weight = self._calc_weight(record)
Aug 5 11:11:35 localhost weewx[871]: **** File "/usr/share/weewx/weewx/manager.py", line 1582, in _calc_weight
Aug 5 11:11:35 localhost weewx[871]: **** raise ValueError("Non-positive value for record field 'interval': %s" % (record['interval'], ))
Aug 5 11:11:35 localhost weewx[871]: **** ValueError: Non-positive value for record field 'interval': 0
Aug 5 11:11:35 localhost weewx[871]: **** Exiting.
Thanks
Axelle