Addition:
I found my mistake: archive_interval was 60 in weewx.conf ... But:
Values below 60 sec cause a crash of the software.
Any ideas for that?
--
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/6c8e638d-7aa5-4ae9-9a82-bcad43dcd6e7%40googlegroups.com.
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Initializing weewx version 3.9.2
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Using Python 2.7.17 (default, Oct
24 2019, 12:43:41) [GCC]
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Platform
Linux-5.3.8-1-default-x86_64-with-glibc2.2.5
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Locale is 'en_US.UTF-8'
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Using configuration file
/home/weewx/weewx.conf
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Loading station type FileParse
(user.fileparse)
Apr 20 13:49:43 rmr-srv weewx[27136]: fileparse: data file is
/var/tmp/weewx-input.dat
Apr 20 13:49:43 rmr-srv weewx[27136]: fileparse: polling interval is 5.0
Apr 20 13:49:43 rmr-srv weewx[27136]: fileparse: label map is {}
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: StdConvert target unit is 0x1
Apr 20 13:49:43 rmr-srv weewx[27136]: wxcalculate: The following values will be
calculated: barometer=prefer_hardware, windchill=prefer_hardware,
dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardware,
windrun=prefer_
hardware, heatindex=prefer_hardware, maxSolarRad=prefer_hardware,
humidex=prefer_hardware, pressure=prefer_hardware, inDewpoint=prefer_hardware,
ET=prefer_hardware, altimeter=prefer_hardware, cloudbase=prefer_hardware
Apr 20 13:49:43 rmr-srv weewx[27136]: wxcalculate: The following algorithms
will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Archive will use data binding
wx_binding
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Record generation will be
attempted in 'software'
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Using archive interval of 59
seconds (software record generation)
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Using binding 'wx_binding' to
database 'weewx.sdb'
Apr 20 13:49:43 rmr-srv weewx[27136]: manager: Starting backfill of daily
summaries
Apr 20 13:49:43 rmr-srv weewx[27136]: restx: StationRegistry: Registration not
requested.
Apr 20 13:49:43 rmr-srv weewx[27136]: restx: Wunderground: Posting not enabled.
Apr 20 13:49:43 rmr-srv weewx[27136]: restx: PWSweather: Posting not enabled.
Apr 20 13:49:43 rmr-srv weewx[27136]: restx: CWOP: Posting not enabled.
Apr 20 13:49:43 rmr-srv weewx[27136]: restx: WOW: Posting not enabled.
Apr 20 13:49:43 rmr-srv weewx[27136]: restx: AWEKAS: Posting not enabled.
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Starting up weewx version 3.9.2
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Starting main packet loop.
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Main loop exiting. Shutting
engine down.
Apr 20 13:49:43 rmr-srv weewx[27136]: engine: Caught unrecoverable exception in
engine:
Apr 20 13:49:43 rmr-srv weewx[27136]: **** integer division or modulo by
zero
Apr 20 13:49:43 rmr-srv weewx[27136]: **** Traceback (most recent call
last):
Apr 20 13:49:43 rmr-srv weewx[27136]: **** File
"/home/weewx/bin/weewx/engine.py", line 894, in main
Apr 20 13:49:43 rmr-srv weewx[27136]: **** engine.run()
Apr 20 13:49:43 rmr-srv weewx[27136]: **** File
"/home/weewx/bin/weewx/engine.py", line 191, in run
Apr 20 13:49:43 rmr-srv weewx[27136]: ****
self.dispatchEvent(weewx.Event(weewx.NEW_LOOP_PACKET, packet=packet))
Apr 20 13:49:43 rmr-srv weewx[27136]: **** File
"/home/weewx/bin/weewx/engine.py", line 224, in dispatchEvent
Apr 20 13:49:43 rmr-srv weewx[27136]: **** callback(event)
Apr 20 13:49:43 rmr-srv weewx[27136]: **** File
"/home/weewx/bin/weewx/engine.py", line 540, in new_loop_packet
Apr 20 13:49:43 rmr-srv weewx[27136]: **** self.accumulator =
self._new_accumulator(event.packet['dateTime'])
Apr 20 13:49:43 rmr-srv weewx[27136]: **** File
"/home/weewx/bin/weewx/engine.py", line 650, in _new_accumulator
Apr 20 13:49:43 rmr-srv weewx[27136]: **** self.archive_interval)
Apr 20 13:49:43 rmr-srv weewx[27136]: **** File
"/home/weewx/bin/weeutil/weeutil.py", line 197, in startOfInterval
Apr 20 13:49:43 rmr-srv weewx[27136]: **** m = int(time_tt.tm_min //
interval_m * interval_m)
Apr 20 13:49:43 rmr-srv weewx[27136]: **** ZeroDivisionError: integer
division or modulo by zero
Apr 20 13:49:43 rmr-srv weewx[27136]: **** Exiting.