Hi Gary and thanks for your quick reply.
I did everything in the Klimalogg driver readme. The sqlite database shows
colomn headers for the Klimalogg specific values (e.g. temp0, temp1,
dewpoint0, ...)
By running weewx directly, I get LOOP and REC packets. I assume REC are the
archive records.
LOOP packets look like this:
LOOP: 2017-06-01 11:09:32 CEST (1496308172) altimeter: None, appTemp: None
, barometer: None, batteryStatus0: 0, batteryStatus1: 0, batteryStatus2: 0,
batteryStatus3: 0, batteryStatus4: 0, batteryStatus5: 0, batteryStatus6: 0,
batteryStatus7: 0, batteryStatus8: 0, cloudbase: None, dateTime: 1496308172
, dewpoint: None, heatindex: None, humidex: None, humidity0: 45, humidity1:
46, humidity2: 50, humidity3: 48, humidity4: 50, humidity5: None, humidity6:
None, humidity7: None, humidity8: None, inDewpoint: None, maxSolarRad: None
, pressure: None, rainRate: 0, rxCheckPercent: 100, temp0: 78.26, temp1:
82.94, temp2: 75.2, temp3: 78.26, temp4: 76.28, temp5: None, temp6:None,
temp7: None, temp8: None, usUnits: 1, windchill: None
REC packets look like this:
REC: 2017-06-01 11:10:00 CEST (1496308200) altimeter: None, appTemp: None
, barometer: None, batteryStatus0: 0.0, batteryStatus1: 0.0, batteryStatus2:
0.0, batteryStatus3: 0.0, batteryStatus4: 0.0, batteryStatus5: 0.0,
batteryStatus6: 0.0, batteryStatus7: 0.0, batteryStatus8: 0.0, cloudbase:
None, dateTime: 1496308200.0, dewpoint: None, ET: None, heatindex: None,
humidex: None, humidity0: 45.0, humidity1: 46.0, humidity2: 50.3333333333,
humidity3: 48.0, humidity4: 50.0, humidity5: None, humidity6: None,
humidity7: None, humidity8:None, inDewpoint: None, interval: 5, maxSolarRad
: None, pressure: None, rainRate: 0.0, rxCheckPercent: 100.0, temp0: 78.38,
temp1: 82.94, temp2: 75.2, temp3: 78.26, temp4: 76.28, temp5: None, temp6:
None, temp7: None, temp8: None, usUnits: 1, windchill: None, windrun: 0.0
By comparing those It seems that the REC don't use dewpoint[0...8] or
headindex[0...8] since it shows the now valueless default names dewoint,
heatindex and inDewpoint.
weewx.conf and syslog are attached since I seem to have problems to inlucde
them into the post with full length (I'm new to Google Groups)
--
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].
For more options, visit https://groups.google.com/d/optout.
# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2015 Tom Keffer <[email protected]>
# See the file LICENSE.txt for your rights.
##############################################################################
# This section is for general configuration information.
# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 1
# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /
# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20
# Do not modify this. It is used when installing and updating weewx.
version = 3.7.1
##############################################################################
# This section is for information about the station.
[Station]
# Description of the station location
location = "Karlsruhe, Germany"
# Latitude and longitude in decimal degrees
latitude = 48.993
longitude = 8.457
# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 130, meter
# Set to type of station hardware. There must be a corresponding stanza
# in this file with a 'driver' parameter indicating the driver to be used.
station_type = KlimaLogg
# If you have a website, you may specify an URL
#station_url = http://www.example.com
# The start of the rain year (1=January; 10=October, etc.). This is
# downloaded from the station if the hardware supports it.
rain_year_start = 1
# Start of week (0=Monday, 6=Sunday)
week_start = 0
##############################################################################
# This section is for uploading data to Internet sites
[StdRESTful]
[[StationRegistry]]
# To register this weather station with weewx, set this to true
register_this_station = false
[[AWEKAS]]
# This section is for configuring posts to AWEKAS.
# If you wish to do this, set the option 'enable' to true,
# and specify a username and password.
enable = false
username = replace_me
# To guard against parsing errors, put your password in quotes:
password = replace_me
[[CWOP]]
# This section is for configuring posts to CWOP.
# If you wish to do this, set the option 'enable' to true,
# and specify the station ID (e.g., CW1234).
enable = false
station = replace_me
# If this is an APRS (radio amateur) station, uncomment
# the following and replace with a passcode (e.g., 12345).
#passcode = replace_me (APRS stations only)
[[PWSweather]]
# This section is for configuring posts to PWSweather.com.
# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
enable = false
station = replace_me
# To guard against parsing errors, put your password in quotes:
password = replace_me
[[WOW]]
# This section is for configuring posts to WOW.
# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
enable = false
station = replace_me
# To guard against parsing errors, put your password in quotes:
password = replace_me
[[Wunderground]]
# This section is for configuring posts to the Weather Underground.
# If you wish to do this, set the option 'enable' to true,
# and specify a station (e.g., 'KORHOODR3') and password.
enable = false
station = replace_me
# To guard against parsing errors, put your password in quotes:
password = replace_me
# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not all hardware can support it. See the User's Guide.
rapidfire = False
##############################################################################
# This section specifies what reports, using which skins, to generate.
[StdReport]
# Where the skins reside, relative to WEEWX_ROOT
SKIN_ROOT = /etc/weewx/skins
# Where the generated reports should go, relative to WEEWX_ROOT
HTML_ROOT = /var/www/html/weewx
# The database binding indicates which data should be used in reports.
data_binding = kl_binding
[[kl]]
skin = kl
HTML_ROOT = /var/www/html/weewx/kl
[[FTP]]
# FTP'ing the results to a webserver is treated as just another report,
# albeit one with an unusual report generator!
skin = Ftp
# If you wish to use FTP, uncomment and fill out the next four lines.
user = XXX
password = XXX
server = XXX
path = /weewx
# Set to True for an FTP over TLS (FTPS) connection. Not all servers
# support this.
secure_ftp = False
# To upload files from something other than what HTML_ROOT is set
# to above, specify a different HTML_ROOT here.
#HTML_ROOT = /var/www/html/weewx
# Most FTP servers use port 21
port = 21
# Set to 1 to use passive mode, zero for active mode
passive = 1
[[RSYNC]]
# rsync'ing to a webserver is treated as just another report
skin = Rsync
# If you wish to use rsync, you must configure passwordless ssh using
# public/private key authentication from the user account that weewx
# runs as to the user account on the remote machine where the files
# will be copied.
#
# The following three lines determine where files will be sent.
#server = replace with the rsync server name, e.g, www.threefools.org
#path = replace with the rsync destination directory (e.g., /weather)
#user = replace with the rsync username
# Rsync can be configured to remove files from the remote server if
# they don't exist under HTML_ROOT locally. USE WITH CAUTION: if you
# make a mistake in the remote path, you could could unintentionally
# cause unrelated files to be deleted. Set to 1 to enable remote file
# deletion, zero to allow files to accumulate remotely.
delete = 0
##############################################################################
# This service acts as a filter, converting the unit system coming from
# the hardware to a unit system in the database.
[StdConvert]
# The target_unit affects only the unit system in the database. Once
# chosen it cannot be changed without converting the entire database.
# Modification of target_unit after starting weewx will result in
# corrupt data - the database will contain a mix of US and METRIC data.
#
# The value of target_unit does not affect the unit system for
# reporting - reports can display US, Metric, or any combination of units.
#
# In most cases, target_unit should be left as the default: US
#
# In particular, those migrating from a standard wview installation
# should use US since that is what the wview database contains.
# DO NOT MODIFY THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING!
target_unit = US # Options are 'US', 'METRICWX', or 'METRIC'
##############################################################################
# This section can adjust data using calibration expressions.
[StdCalibrate]
[[Corrections]]
# For each type, an arbitrary calibration expression can be given.
# It should be in the units defined in the StdConvert section.
# Example:
foo = foo + 0.2
##############################################################################
# This section is for quality control checks. If units are not specified,
# values must be in the units defined in the StdConvert section.
[StdQC]
[[MinMax]]
barometer = 26, 32.5, inHg
outTemp = -40, 120, degree_F
inTemp = 10, 120, degree_F
outHumidity = 0, 100
inHumidity = 0, 100
windSpeed = 0, 120, mile_per_hour
pressure = 24, 34.5, inHg
##############################################################################
# This section controls the origin of derived values.
[StdWXCalculate]
[[Calculations]]
# Derived quantities are calculated by this service. Possible values
are:
# hardware - use the value provided by hardware
# software - use the value calculated by weewx
# prefer_hardware - use value provide by hardware if available,
# otherwise use value calculated by weewx
pressure = prefer_hardware
barometer = prefer_hardware
altimeter = prefer_hardware
windchill = prefer_hardware
heatindex = prefer_hardware
dewpoint = prefer_hardware
inDewpoint = prefer_hardware
rainRate = prefer_hardware
##############################################################################
# For hardware that supports it, this section controls how often the
# onboard clock gets updated.
[StdTimeSynch]
# How often to check the weather station clock for drift (in seconds)
clock_check = 14400
# How much it can drift before we will correct it (in seconds)
max_drift = 5
##############################################################################
# This section is for configuring the archive service.
[StdArchive]
# If the station hardware supports data logging then the archive interval
# will be downloaded from the station. Otherwise, specify it (in seconds).
archive_interval = 300
# If possible, new archive records are downloaded from the station
# hardware. If the hardware does not support this, then new archive
# records will be generated in software.
# Set the following to "software" to force software record generation.
record_generation = hardware
# Whether to include LOOP data in hi/low statistics
loop_hilo = True
# The data binding used to save archive records
data_binding = kl_binding
##############################################################################
# This section binds a data store to a database.
[DataBindings]
[[wx_binding]]
# The database must match one of the sections in [Databases].
# This is likely to be the only option you would want to change.
database = archive_sqlite
# The name of the table within the database
table_name = archive
# The manager handles aggregation of data for historical summaries
manager = weewx.wxmanager.WXDaySummaryManager
# The schema defines the structure of the database.
# It is *only* used when the database is created.
schema = schemas.wview.schema
[[kl_binding]]
manager = weewx.wxmanager.WXDaySummaryManager
database = kl_sqlite
table_name = archive
schema = user.kl.schema
##############################################################################
# This section defines various databases.
[Databases]
# A SQLite database is simply a single file
[[archive_sqlite]]
database_type = SQLite
database_name = weewx.sdb
# MySQL
[[archive_mysql]]
database_type = MySQL
database_name = weewx
[[kl_mysql]]
database_name = weewx-kl
database_type = MySQL
[[kl_sqlite]]
database_name = weewx-kl.sdb
database_type = SQLite
##############################################################################
# This section defines defaults for the different types of databases.
[DatabaseTypes]
# Defaults for SQLite databases
[[SQLite]]
driver = weedb.sqlite
# Directory in which the database files are located
SQLITE_ROOT = /var/lib/weewx
# Defaults for MySQL databases
[[MySQL]]
driver = weedb.mysql
# The host where the database is located
host = localhost
# The user name for logging in to the host
user = weewx
# The password for the user name. Put in quotes to guard against
parsing errors.
password = weewx
##############################################################################
# This section configures the internal weewx engine.
[Engine]
[[Services]]
# This section specifies the services that should be run. They are
# grouped by type, and the order of services within each group
# determines the order in which the services will be run.
prep_services = weewx.engine.StdTimeSynch
data_services = ,
process_services = weewx.engine.StdConvert, weewx.engine.StdCalibrate,
weewx.engine.StdQC, weewx.wxservices.StdWXCalculate
archive_services = weewx.engine.StdArchive
restful_services = weewx.restx.StdStationRegistry,
weewx.restx.StdWunderground, weewx.restx.StdPWSweather, weewx.restx.StdCWOP,
weewx.restx.StdWOW, weewx.restx.StdAWEKAS
report_services = weewx.engine.StdPrint, weewx.engine.StdReport
##############################################################################
[KlimaLogg]
# This section is for the TFA KlimaLogg series of weather stations.
# The driver to use
driver = user.kl
# Radio frequency to use between USB transceiver and console: US or EU
# US uses 915 MHz, EU uses 868.3 MHz. Default is EU.
transceiver_frequency = EU
# The station model, e.g., 'TFA KlimaLoggPro' or 'TFA KlimaLogg'
model = TFA KlimaLogg Pro
# Polling interval is indicates how often, in seconds, to request data
# from the sensors.
polling_interval = 60
Jun 1 11:07:21 raspberrypi weewx[24626]: engine: Initializing weewx version
3.7.1
Jun 1 11:07:21 raspberrypi weewx[24626]: engine: Using Python 2.7.9 (default,
Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Jun 1 11:07:21 raspberrypi weewx[24626]: engine: Platform
Linux-4.4.50+-armv6l-with-debian-8.0
Jun 1 11:07:21 raspberrypi weewx[24626]: engine: Locale is 'de_DE.UTF-8'
Jun 1 11:07:21 raspberrypi weewx[24626]: engine: Using configuration file
/etc/weewx/weewx.conf
Jun 1 11:07:21 raspberrypi weewx[24626]: engine: debug is 1
Jun 1 11:07:21 raspberrypi weewx[24626]: engine: Initializing engine
Jun 1 11:07:21 raspberrypi weewx[24626]: engine: Loading station type
KlimaLogg (user.kl)
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: driver version
is 1.3.4
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: channel is 1
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: frequency is EU
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: using sensor
map for kl schema
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: sensor map is:
{'temp3': 'Temp3', 'temp2': 'Temp2', 'temp1': 'Temp1', 'temp0': 'Temp0',
'temp7': 'Temp7', 'temp6': 'Temp6', 'temp5': 'Temp5', 'temp4': 'Temp4',
'temp8': 'Temp8', 'batteryStatus8': 'BatteryStatus8', 'batteryStatus1':
'BatteryStatus1', 'batteryStatus0': 'BatteryStatus0', 'batteryStatus3':
'BatteryStatus3', 'batteryStatus2': 'BatteryStatus2', 'batteryStatus5':
'BatteryStatus5', 'batteryStatus4': 'BatteryStatus4', 'batteryStatus7':
'BatteryStatus7', 'batteryStatus6': 'BatteryStatus6', 'humidity8': 'Humidity8',
'humidity4': 'Humidity4', 'humidity5': 'Humidity5', 'humidity6': 'Humidity6',
'humidity7': 'Humidity7', 'humidity0': 'Humidity0', 'humidity1': 'Humidity1',
'humidity2': 'Humidity2', 'humidity3': 'Humidity3', 'rxCheckPercent':
'SignalQuality'}
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: catchup
limited to 51200 records
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: timing is 300
ms (0.300 s)
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread:
CommunicationService.init
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: comm_interval
is 8
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: logger_channel
is 1
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: found
transceiver at bus=001 device=005
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: manufacturer:
LA CROSSE TECHNOLOGY
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: product:
Weather Direct Light Wireless
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: interface: 0
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: claiming USB
interface 0
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: frequency
standard: EU
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: base
frequency: 868300000
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: frequency
correction: 92224 (0x16840)
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: adjusted
frequency: 910570765 (0x3646350d)
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: frequency
registers: 36 46 35 d
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: transceiver
identifier: 392 (0x0188)
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: transceiver
serial: 010116091601136
Jun 1 11:07:21 raspberrypi weewx[24626]: KlimaLogg: MainThread: startRFThread:
spawning RF thread
Jun 1 11:07:21 raspberrypi weewx[24626]: engine: Loading service
weewx.engine.StdTimeSynch
Jun 1 11:07:21 raspberrypi weewx[24626]: engine: Finished loading service
weewx.engine.StdTimeSynch
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.engine.StdConvert
Jun 1 11:07:22 raspberrypi weewx[24626]: KlimaLogg: RFComm: setting up rf
communication
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: StdConvert target unit is 0x1
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.engine.StdConvert
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.engine.StdCalibrate
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.engine.StdCalibrate
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.engine.StdQC
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.engine.StdQC
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.wxservices.StdWXCalculate
Jun 1 11:07:22 raspberrypi weewx[24626]: 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
Jun 1 11:07:22 raspberrypi weewx[24626]: wxcalculate: The following algorithms
will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.wxservices.StdWXCalculate
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.engine.StdArchive
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Archive will use data binding
kl_binding
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Record generation will be
attempted in 'hardware'
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Using archive interval of 300
seconds (specified in weewx configuration)
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Use LOOP data in hi/low
calculations: 1
Jun 1 11:07:22 raspberrypi weewx[24626]: manager: Daily summary version is 2.0
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Using binding 'kl_binding' to
database 'weewx-kl.sdb'
Jun 1 11:07:22 raspberrypi weewx[24626]: manager: Starting backfill of daily
summaries
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.engine.StdArchive
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.restx.StdStationRegistry
Jun 1 11:07:22 raspberrypi weewx[24626]: restx: StationRegistry: Registration
not requested.
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.restx.StdStationRegistry
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.restx.StdWunderground
Jun 1 11:07:22 raspberrypi weewx[24626]: restx: Wunderground: Posting not
enabled.
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.restx.StdWunderground
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.restx.StdPWSweather
Jun 1 11:07:22 raspberrypi weewx[24626]: restx: PWSweather: Posting not
enabled.
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.restx.StdPWSweather
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.restx.StdCWOP
Jun 1 11:07:22 raspberrypi weewx[24626]: restx: CWOP: Posting not enabled.
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.restx.StdCWOP
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.restx.StdWOW
Jun 1 11:07:22 raspberrypi weewx[24626]: restx: WOW: Posting not enabled.
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.restx.StdWOW
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.restx.StdAWEKAS
Jun 1 11:07:22 raspberrypi weewx[24626]: restx: AWEKAS: Posting not enabled.
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.restx.StdAWEKAS
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.engine.StdPrint
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.engine.StdPrint
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Loading service
weewx.engine.StdReport
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Finished loading service
weewx.engine.StdReport
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Starting up weewx version
3.7.1
Jun 1 11:07:22 raspberrypi weewx[24626]: engine: Station does not support
reading the time
Jun 1 11:07:22 raspberrypi weewx[24626]: KlimaLogg: MainThread: Scanning
historical records
Jun 1 11:07:24 raspberrypi weewx[24626]: KlimaLogg: RFComm: starting rf
communication
Jun 1 11:07:24 raspberrypi weewx[24626]: KlimaLogg: RFComm: console is paired
to device with ID 0188 and logger channel 1
Jun 1 11:07:24 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleCurrentData:
inBufCS of station does not match
Jun 1 11:07:24 raspberrypi weewx[24626]: KlimaLogg: RFComm: buildACKFrame: no
known haddr; preset with 0xffffff
Jun 1 11:07:24 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleConfig:
sleep=0.3 first=0.3 next=0.01 count=1
Jun 1 11:07:24 raspberrypi weewx[24626]: KlimaLogg: RFComm: buildACKFrame: no
known haddr; preset with 0xffffff
Jun 1 11:07:24 raspberrypi weewx[24626]: KlimaLogg: RFComm: ToDateTime: bogus
date for HistoryData1: error status in buffer
Jun 1 11:07:24 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
time=1900-01-01 00:00:00 this=1 (0x700c0) latest=880 (0x76e00) nrec=879
Jun 1 11:07:24 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
request records since 2017-06-01 11:05:00 CEST (1496307900)
Jun 1 11:07:25 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
nreq=5
Jun 1 11:07:25 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
start_index=875 num_outstanding_records=5
Jun 1 11:07:25 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
records cached=0, records skipped=0, next=875
Jun 1 11:07:25 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
time=2017-06-01 10:45:00 this=880 (0x76e00) latest=880 (0x76e00) nrec=0
Jun 1 11:07:25 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
skipped record at Pos1 tsCurrentRec=2017-06-01 10:45:00 CEST (1496306700) <
2017-06-01 11:05:00 CEST (1496307900)
Jun 1 11:07:25 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
skipped record at Pos2 tsCurrentRec=2017-06-01 10:50:00 CEST (1496307000) <
2017-06-01 11:05:00 CEST (1496307900)
Jun 1 11:07:25 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
skipped record at Pos3 tsCurrentRec=2017-06-01 10:55:00 CEST (1496307300) <
2017-06-01 11:05:00 CEST (1496307900)
Jun 1 11:07:25 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
skipped record at Pos4 tsCurrentRec=2017-06-01 11:00:00 CEST (1496307600) <
2017-06-01 11:05:00 CEST (1496307900)
Jun 1 11:07:25 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
append record at Pos5 tsCurrentRec=2017-06-01 11:05:00 CEST (1496307900)
Jun 1 11:07:25 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
records cached=1, records skipped=5, next=880
Jun 1 11:07:25 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
time=2017-06-01 10:45:00 this=880 (0x76e00) latest=880 (0x76e00) nrec=0
Jun 1 11:07:25 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
records cached=1, records skipped=5, next=880
Jun 1 11:07:26 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
time=2017-06-01 10:45:00 this=880 (0x76e00) latest=880 (0x76e00) nrec=0
Jun 1 11:07:26 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
records cached=1, records skipped=5, next=880
Jun 1 11:07:26 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
time=2017-06-01 10:45:00 this=880 (0x76e00) latest=880 (0x76e00) nrec=0
Jun 1 11:07:26 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
records cached=1, records skipped=5, next=880
Jun 1 11:07:37 raspberrypi weewx[24626]: KlimaLogg: MainThread: Records
scanned: 1
Jun 1 11:07:37 raspberrypi weewx[24626]: KlimaLogg: MainThread: Found 0
historical records
Jun 1 11:07:37 raspberrypi weewx[24626]: KlimaLogg: MainThread: Handle record
1: 2017-06-01 11:05:00 CEST (1496307900)
Jun 1 11:07:37 raspberrypi weewx[24626]: KlimaLogg: MainThread: Saved 0
historical records; ts last saved record 2017-06-01 11:05:00 CEST (1496307900)
Jun 1 11:07:37 raspberrypi weewx[24626]: engine: Starting main packet loop.
Jun 1 11:10:08 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
time=2017-06-01 11:10:00 this=881 (0x76e20) latest=881 (0x76e20) nrec=0
Jun 1 11:10:08 raspberrypi rsyslogd-2007: action 'action 17' suspended, next
retry is Thu Jun 1 11:11:38 2017 [try http://www.rsyslog.com/e/2007 ]
Jun 1 11:10:38 raspberrypi weewx[24626]: manager: Daily summary version is 2.0
Jun 1 11:10:38 raspberrypi weewx[24626]: manager: Added record 2017-06-01
11:10:00 CEST (1496308200) to database 'weewx-kl.sdb'
Jun 1 11:10:38 raspberrypi weewx[24626]: manager: Added record 2017-06-01
11:10:00 CEST (1496308200) to daily summary in 'weewx-kl.sdb'
Jun 1 11:10:38 raspberrypi weewx[24626]: reportengine: Running reports for
latest time in the database.
Jun 1 11:10:38 raspberrypi weewx[24626]: reportengine: Running report kl
Jun 1 11:10:38 raspberrypi weewx[24626]: reportengine: Found configuration
file /etc/weewx/skins/kl/skin.conf for report kl
Jun 1 11:10:39 raspberrypi weewx[24626]: cheetahgenerator: using search list
['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 1 11:10:39 raspberrypi weewx[24626]: manager: Daily summary version is 2.0
Jun 1 11:10:40 raspberrypi weewx[24626]: manager: Daily summary version is 2.0
Jun 1 11:10:43 raspberrypi weewx[24626]: cheetahgenerator: Generated 1 files
for report kl in 4.10 seconds
Jun 1 11:10:43 raspberrypi weewx[24626]: manager: Daily summary version is 2.0
Jun 1 11:10:50 raspberrypi weewx[24626]: imagegenerator: Generated 11 images
for kl in 6.33 seconds
Jun 1 11:10:50 raspberrypi weewx[24626]: reportengine: Running report FTP
Jun 1 11:10:50 raspberrypi weewx[24626]: reportengine: Found configuration
file /etc/weewx/skins/Ftp/skin.conf for report FTP
Jun 1 11:10:50 raspberrypi weewx[24626]: ftpupload: Attempting connection to
XXX
Jun 1 11:10:50 raspberrypi weewx[24626]: ftpupload: Connected to XXX
Jun 1 11:10:50 raspberrypi weewx[24626]: ftpupload: Uploaded file
/weewx/kl/daytemp_a.png
Jun 1 11:10:50 raspberrypi weewx[24626]: ftpupload: Uploaded file
/weewx/kl/daydewpoint_b.png
Jun 1 11:10:51 raspberrypi weewx[24626]: ftpupload: Uploaded file
/weewx/kl/dayhumidity_b.png
Jun 1 11:10:51 raspberrypi weewx[24626]: ftpupload: Uploaded file
/weewx/kl/daydewpoint_a.png
Jun 1 11:10:51 raspberrypi weewx[24626]: ftpupload: Uploaded file
/weewx/kl/dayhumidity_a.png
Jun 1 11:10:51 raspberrypi weewx[24626]: ftpupload: Uploaded file
/weewx/kl/daybatterystatus_b.png
Jun 1 11:10:51 raspberrypi weewx[24626]: ftpupload: Uploaded file
/weewx/kl/daytemp_b.png
Jun 1 11:10:51 raspberrypi weewx[24626]: ftpupload: Uploaded file
/weewx/kl/daybatterystatus_a.png
Jun 1 11:10:51 raspberrypi weewx[24626]: ftpupload: Uploaded file
/weewx/kl/dayheatindex_a.png
Jun 1 11:10:51 raspberrypi weewx[24626]: ftpupload: Uploaded file
/weewx/kl/index.html
Jun 1 11:10:52 raspberrypi weewx[24626]: ftpupload: Uploaded file
/weewx/kl/dayrx.png
Jun 1 11:10:52 raspberrypi weewx[24626]: ftpupload: Uploaded file
/weewx/kl/dayheatindex_b.png
Jun 1 11:10:52 raspberrypi weewx[24626]: ftpgenerator: ftp'd 12 files in 1.94
seconds
Jun 1 11:10:52 raspberrypi weewx[24626]: reportengine: Running report RSYNC
Jun 1 11:10:52 raspberrypi weewx[24626]: reportengine: Found configuration
file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
Jun 1 11:10:52 raspberrypi weewx[24626]: rsyncgenerator: rsync upload not
requested. Skipped.
Jun 1 11:15:01 raspberrypi weewx[24626]: KlimaLogg: RFComm: handleHistoryData:
time=2017-06-01 11:15:00 this=882 (0x76e40) latest=882 (0x76e40) nrec=0
Jun 1 11:15:01 raspberrypi rsyslogd-2007: action 'action 17' suspended, next
retry is Thu Jun 1 11:16:31 2017 [try http://www.rsyslog.com/e/2007 ]
Jun 1 11:15:34 raspberrypi weewx[24626]: engine: Main loop exiting. Shutting
engine down.
Jun 1 11:15:34 raspberrypi weewx[24626]: engine: Shutting down StdReport thread
Jun 1 11:15:34 raspberrypi weewx[24626]: engine: StdReport thread has been
terminated
Jun 1 11:15:34 raspberrypi weewx[24626]: KlimaLogg: MainThread: stopRFThread:
waiting for RF thread to terminate
Jun 1 11:15:34 raspberrypi weewx[24626]: KlimaLogg: RFComm: stopping rf
communication
Jun 1 11:15:34 raspberrypi weewx[24626]: KlimaLogg: MainThread: releasing USB
interface
Jun 1 11:15:34 raspberrypi weewx[24626]: engine: Keyboard interrupt.