Howdy! I had no problems using v4.0.0b6 but decided to upgrade to v4.0.0b9.
I'm now having problems with report generation.
Here are my (sanitized) conf and log files.
Thank you,
Paul
--
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/09a70440-5968-43ba-a1ef-6ee23306f2d2%40googlegroups.com.
Using configuration file /home/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 'archive_mysql'
System info
Platform: Linux-4.9.0-11-amd64-x86_64-with-debian-9
Python Version: 2.7.13
Load Information
1 minute load average: 0.01
5 minute load average: 0.02
15 minute load average: 0.00
General Weewx info
Weewx version 4.0.0b9 detected.
Station info
Station type: WS23xx
Driver: weewx.drivers.ws23xx
Driver info
[WS23xx]
# This section is for the La Crosse WS-2300 series of weather stations.
# Serial port such as /dev/ttyS0, /dev/ttyUSB0, or /dev/cuaU0
port = /dev/ttyS0
# The station model, e.g., 'LaCrosse WS2317' or 'TFA Primus'
model = LaCrosse WS23xx
# The driver to use:
driver = weewx.drivers.ws23xx
Currently installed extensions
No extensions installed
Archive info
Database name: weewx
Table name: archive
Version 2.0
Unit system: 1 (US)
First good timestamp: 2016-07-08 03:33:26 CDT (1467966806)
Last good timestamp: 2020-01-22 19:20:00 CST (1579742400)
Number of records: 370171
weewx (weewx.conf) is set to use an archive interval of 300 seconds.
The station hardware was not interrogated in determining archive interval.
Databases configured in weewx.conf
Database name: weewx.sdb
Database driver: weedb.sqlite
Database name: weewx
Database driver: weedb.mysql
Database host: localhost
Parsed and obfuscated weewx.conf
# 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 = /home/weewx
# Whether to log successful operations
log_success = True
# Whether to log unsuccessful operations
log_failure = True
# 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 = 4.0.0b9
##############################################################################
# This section is for information about the station.
[Station]
# Description of the station location
location = MBAT (meanwhile, back at the) Ranch
# Latitude and longitude in decimal degrees
latitude = 30.934306
longitude = -101.775556
# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 2667, foot # Choose 'foot' or 'meter' for unit
# 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 = WS23xx
# 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 = 6
##############################################################################
[WS23xx]
# This section is for the La Crosse WS-2300 series of weather stations.
# Serial port such as /dev/ttyS0, /dev/ttyUSB0, or /dev/cuaU0
port = /dev/ttyS0
# The station model, e.g., 'LaCrosse WS2317' or 'TFA Primus'
model = LaCrosse WS23xx
# The driver to use:
driver = weewx.drivers.ws23xx
##############################################################################
# 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 = XXX obfuscated by wee_debug XXX
password = XXX obfuscated by wee_debug XXX
[[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 = XXX obfuscated by wee_debug XXX
# 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 = XXX obfuscated by wee_debug XXX
password = XXX obfuscated by wee_debug XXX
[[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 = XXX obfuscated by wee_debug XXX
password = XXX obfuscated by wee_debug XXX
[[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 = XXX obfuscated by wee_debug XXX
password = XXX obfuscated by wee_debug XXX
# 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
# If you plan on using wunderfixer, set the following
# to your API key:
api_key = XXX obfuscated by wee_debug XXX
##############################################################################
# This section specifies what reports, using which skins, to generate.
[StdReport]
# Where the skins reside, relative to WEEWX_ROOT
SKIN_ROOT = skins
# Where the generated reports should go, relative to WEEWX_ROOT
HTML_ROOT = public_html
# The database binding indicates which data should be used in reports.
data_binding = wx_binding
####
# Each of the following subsections defines a report that will be run.
# See the customizing guide to change the units, plot types and line
# colors, modify the fonts, display additional sensor data, and other
# customizations. Many of those changes can be made here by overriding
# parameters, or by modifying templates within the skin itself.
[[StandardReport]]
# See the customizing guide to change the units, plot types and line
# colors, modify the fonts, display additional sensor data, and other
# customizations. Many of those changes can be made here by overriding
# parameters, or by modifying templates within the skin itself.
# The StandardReport uses the 'Standard' skin, which contains the
# images, templates and plots for the report.
skin = Standard
enable = True
[[[Units]]]
[[[[Groups]]]]
group_altitude = foot
group_speed2 = mile_per_hour2
group_pressure = inHg
group_rain = inch
group_rainrate = inch_per_hour
group_temperature = degree_F
group_degree_day = degree_F_day
group_speed = mile_per_hour
[[SeasonsReport]]
# The SeasonsReport uses the 'Seasons' skin, which contains the
# images, templates and plots for the report.
skin = Seasons
enable = false
[[SmartphoneReport]]
# The SmartphoneReport uses the 'Smartphone' skin, and the images and
# files are placed in a dedicated subdirectory.
skin = Smartphone
enable = True
HTML_ROOT = public_html/smartphone
[[MobileReport]]
# The MobileReport uses the 'Mobile' skin, and the images and files
# are placed in a dedicated subdirectory.
skin = Mobile
enable = false
HTML_ROOT = public_html/mobile
[[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 = replace with the ftp username
#password = replace with the ftp password
#server = replace with the ftp server name, e.g, www.threefools.org
#path = replace with the ftp destination directory (e.g., /weather)
# Set to True for a secure FTP (SFTP) 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 = public_html
# 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
####
# Various options for customizing your reports.
[[Defaults]]
# The following section determines the selection and formatting of
units.
[[[Units]]]
# The following section sets what unit to use for each unit group.
# NB: The unit is always in the singular. I.e., 'mile_per_hour',
# NOT 'miles_per_hour'
[[[[Groups]]]]
group_altitude = foot # Options are 'foot' or 'meter'
group_degree_day = degree_F_day # Options are 'degree_F_day'
or 'degree_C_day'
group_pressure = inHg # Options are 'inHg', 'mmHg', 'mbar',
or 'hPa'
group_rain = inch # Options are 'inch', 'cm', or 'mm'
group_rainrate = inch_per_hour # Options are
'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
group_speed = mile_per_hour # Options are 'mile_per_hour',
'km_per_hour', 'knot', or 'meter_per_second'
group_speed2 = mile_per_hour2 # Options are
'mile_per_hour2', 'km_per_hour2', 'knot2', or 'meter_per_second2'
group_temperature = degree_F # Options are 'degree_F' or
'degree_C'
# The following section sets the formatting for each type of unit.
[[[[StringFormats]]]]
centibar = %.0f
cm = %.2f
cm_per_hour = %.2f
degree_C = %.1f
degree_F = %.1f
degree_compass = %.0f
foot = %.0f
hPa = %.1f
hour = %.1f
inHg = %.3f
inch = %.2f
inch_per_hour = %.2f
km_per_hour = %.0f
km_per_hour2 = %.1f
knot = %.0f
knot2 = %.1f
mbar = %.1f
meter = %.0f
meter_per_second = %.1f
meter_per_second2 = %.1f
mile_per_hour = %.0f
mile_per_hour2 = %.1f
mm = %.1f
mmHg = %.1f
mm_per_hour = %.1f
percent = %.0f
second = %.0f
uv_index = %.1f
volt = %.1f
watt_per_meter_squared = %.0f
NONE = " N/A"
# The following section sets the label to be used for each type of
unit
[[[[Labels]]]]
day = " day", " days"
hour = " hour", " hours"
minute = " minute", " minutes"
second = " second", " seconds"
NONE = ""
# The following section sets the format to be used for each time
scale.
# The values below will work in every locale, but they may not look
# particularly attractive. See the Customization Guide for
alternatives.
[[[[TimeFormats]]]]
hour = %H:%M
day = %H:%M
week = %H:%M on (%A)
month = %Y-%m-%d %H:%M
year = %Y-%m-%d %H:%M
rainyear = %Y-%m-%d %H:%M
current = %Y-%m-%d %H:%M
ephem_day = %H:%M
ephem_year = %Y-%m-%d %H:%M
[[[[Ordinates]]]]
# Ordinal directions. The last one should be for no wind
direction
directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW,
W, WNW, NW, NNW, N/A
# The following section sets the base temperatures used for the
# calculation of heating and cooling degree-days.
[[[[DegreeDays]]]]
# Base temperature for heating days, with unit:
heating_base = 65, degree_F
# Base temperature for cooling days, with unit:
cooling_base = 65, degree_F
# Base temperature for growing days, with unit:
growing_base = 50.0, degree_F
# A trend takes a difference across a time period. The following
# section sets the time period, and how big an error is allowed to
# still be counted as the start or end of a period.
[[[[Trend]]]]
time_delta = 10800 # 3 hours
time_grace = 300 # 5 minutes
# The labels to be used for each observation type
[[[Labels]]]
# Set to hemisphere abbreviations suitable for your location:
hemispheres = N, S, E, W
# Formats to be used for latitude whole degrees, longitude whole
# degrees, and minutes:
latlon_formats = %02d, %03d, %05.2f
# Generic labels, keyed by an observation type.
[[[[Generic]]]]
barometer = Barometer
dewpoint = Dew Point
ET = ET
heatindex = Heat Index
inHumidity = Inside Humidity
inTemp = Inside Temperature
outHumidity = Humidity
outTemp = Outside Temperature
radiation = Radiation
rain = Rain
rainRate = Rain Rate
UV = UV Index
windDir = Wind Direction
windGust = Gust Speed
windGustDir = Gust Direction
windSpeed = Wind Speed
windchill = Wind Chill
windgustvec = Gust Vector
windvec = Wind Vector
extraTemp1 = Temperature1
extraTemp2 = Temperature2
extraTemp3 = Temperature3
# Sensor status indicators
rxCheckPercent = Signal Quality
txBatteryStatus = Transmitter Battery
windBatteryStatus = Wind Battery
rainBatteryStatus = Rain Battery
outTempBatteryStatus = Outside Temperature Battery
inTempBatteryStatus = Inside Temperature Battery
consBatteryVoltage = Console Battery
heatingVoltage = Heating Battery
supplyVoltage = Supply Voltage
referenceVoltage = Reference Voltage
[[[Almanac]]]
# The labels to be used for the phases of the moon:
moon_phases = New, Waxing crescent, First quarter, Waxing gibbous,
Full, Waning gibbous, Last quarter, Waning crescent
##############################################################################
# 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
pressure = pressure + 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]]
pressure = hardware
# 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
barometer = software
altimeter = software
windchill = software
heatindex = software
dewpoint = software
inDewpoint = software
rainRate = hardware
inTemp = hardware
outTemp = hardware
inHumidity = hardware
outHumidity = hardware
windSpeed = hardware
windDir = hardware
rain = 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
# How long to wait (in seconds) before processing new archive data. Must
# be greater than zero.
archive_delay = 15
# 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 = software
# Whether to include LOOP data in hi/low statistics
loop_hilo = False
# The data binding used to save archive records
data_binding = wx_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_mysql
# 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
[[dest_binding]]
database = archive_mysql
table_name = archive
manager = weewx.wxmanager.WXDaySummaryManager
schema = schemas.wview.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
##############################################################################
# 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 = /home/weewx/archive
# 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 = XXX obfuscated by wee_debug XXX
# The password for the user name
password = XXX obfuscated by wee_debug XXX
##############################################################################
# Various default values used by observations
[ObservationDefaults]
# The following section is for managing the selection and formatting of
units.
[[Units]]
# The following section sets what unit to use for each unit group.
# NB: The unit is always in the singular. I.e., 'mile_per_hour',
# NOT 'miles_per_hour'
[[[Groups]]]
group_altitude = foot # Options are 'foot' or 'meter'
group_degree_day = degree_F_day # Options are 'degree_F_day' or
'degree_C_day'
group_direction = degree_compass
group_moisture = centibar
group_percent = percent
group_pressure = inHg # Options are 'inHg', 'mmHg', 'mbar', or
'hPa'
group_radiation = watt_per_meter_squared
group_rain = inch # Options are 'inch', 'cm', or 'mm'
group_rainrate = inch_per_hour # Options are 'inch_per_hour',
'cm_per_hour', or 'mm_per_hour'
group_speed = mile_per_hour # Options are 'mile_per_hour',
'km_per_hour', 'knot', or 'meter_per_second'
group_speed2 = mile_per_hour2 # Options are 'mile_per_hour2',
'km_per_hour2', 'knot2', or 'meter_per_second2'
group_temperature = degree_F # Options are 'degree_F' or
'degree_C'
group_uv = uv_index
group_volt = volt
# The following are used internally and should not be changed:
group_count = count
group_interval = minute
group_time = unix_epoch
group_elapsed = second
# The following section sets the string formatting for each type of
unit.
[[[StringFormats]]]
centibar = %.0f
cm = %.2f
cm_per_hour = %.2f
degree_C = %.1f
degree_F = %.1f
degree_compass = %.0f
foot = %.0f
hPa = %.1f
hour = %.1f
inHg = %.3f
inch = %.2f
inch_per_hour = %.2f
km_per_hour = %.0f
km_per_hour2 = %.1f
knot = %.0f
knot2 = %.1f
mbar = %.1f
meter = %.0f
meter_per_second = %.1f
meter_per_second2 = %.1f
mile_per_hour = %.0f
mile_per_hour2 = %.1f
mm = %.1f
mmHg = %.1f
mm_per_hour = %.1f
percent = %.0f
second = %.0f
uv_index = %.1f
volt = %.1f
watt_per_meter_squared = %.0f
NONE = " N/A"
# The following section sets the label to be used for each type of unit
[[[Labels]]]
centibar = " cb"
cm = " cm"
cm_per_hour = " cm/hr"
degree_C = °C
degree_F = °F
degree_compass = °
foot = " feet"
hPa = " hPa"
inHg = " inHg"
inch = " in"
inch_per_hour = " in/hr"
km_per_hour = " km/h"
km_per_hour2 = " km/h"
knot = " knots"
knot2 = " knots"
mbar = " mbar"
meter = " meters"
meter_per_second = " m/s"
meter_per_second2 = " m/s"
mile_per_hour = " mph"
mile_per_hour2 = " mph"
mm = " mm"
mmHg = " mmHg"
mm_per_hour = " mm/hr"
percent = %
volt = " V"
watt_per_meter_squared = " W/m²"
day = " day", " days"
hour = " hour", " hours"
minute = " minute", " minutes"
second = " second", " seconds"
NONE = ""
# The following section sets the string format to be used for each time
scale.
# The values below will work in every locale, but they may not look
# particularly attractive. See the Customization Guide for alternatives.
[[[TimeFormats]]]
day = %H:%M
week = %X (%A)
month = %x %X
year = %x %X
rainyear = %x %X
current = %d %b %Y %H:%M
ephem_day = %H:%M
ephem_year = %x %X
[[[Ordinates]]]
# Ordinal directions. The last one should be for no wind direction
directions = N, NNE, NE, ENE, E, ESE, SE, SSE, S, SSW, SW, WSW, W,
WNW, NW, NNW, N/A
# The following section sets the base temperatures used for the
calculation
# of heating and cooling degree-days.
[[[DegreeDays]]]
# Base temperature for heating days, with unit:
heating_base = 65, degree_F
# Base temperature for cooling days, with unit:
cooling_base = 65, degree_F
# A trend takes a difference across a time period. The following
section sets
# the time period, and how big an error is allowed to still be counted
# as the start or end of a period.
[[[Trend]]]
time_delta = 10800 # 3 hours
time_grace = 300 # 5 minutes
# Labels used in this skin
[[Labels]]
# Set to hemisphere abbreviations suitable for your location:
hemispheres = N, S, E, W
# Formats to be used for latitude whole degrees, longitude whole
degrees,
# and minutes:
latlon_formats = %02d, %03d, %05.2f
# Generic labels, keyed by an observation type.
[[[Generic]]]
barometer = Barometer
dewpoint = Dew Point
ET = ET
heatindex = Heat Index
inHumidity = Inside Humidity
inTemp = Inside Temperature
outHumidity = Humidity
outTemp = Temperature
radiation = Radiation
rain = Rain
rainRate = Rain Rate
UV = UV Index
windDir = Wind Direction
windGust = Gust Speed
windGustDir = Gust Direction
windSpeed = Wind Speed
windchill = Wind Chill
windgustvec = Gust Vector
windvec = Wind Vector
extraTemp1 = Temperature1
extraTemp2 = Temperature2
extraTemp3 = Temperature3
# Sensor status indicators
rxCheckPercent = Signal Quality
txBatteryStatus = Transmitter
windBatteryStatus = Wind
rainBatteryStatus = Rain
outTempBatteryStatus = Outside Temperature
inTempBatteryStatus = Inside Temperature
consBatteryVoltage = Console
heatingVoltage = Heating
supplyVoltage = Supply
referenceVoltage = Reference
[[Almanac]]
# The labels to be used for the phases of the moon:
moon_phases = New, Waxing crescent, First quarter, Waxing gibbous,
Full, Waning gibbous, Last quarter, Waning crescent
##############################################################################
# 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
Jan 22 19:11:28 gummo weewx[3576] INFO weewx.engine: Initializing weewx version
4.0.0b9
Jan 22 19:11:28 gummo weewx[3576] INFO weewx.engine: Using Python 2.7.13
(default, Sep 26 2018, 18:42:22) #012[GCC 6.3.0 20170516]
Jan 22 19:11:28 gummo weewx[3576] INFO weewx.engine: Platform
Linux-4.9.0-11-amd64-x86_64-with-debian-9
Jan 22 19:11:28 gummo weewx[3576] INFO weewx.engine: Locale is 'en_US.UTF-8'
Jan 22 19:11:28 gummo weewx[3576] INFO weewx.engine: PID file is
/var/run/weewx.pid
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.engine: Using configuration file
/home/weewx/weewx.conf
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Debug is 1
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Initializing engine
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.engine: Loading station type
WS23xx (weewx.drivers.ws23xx)
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.drivers.ws23xx: driver version is
0.40
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.drivers.ws23xx: serial port is
/dev/ttyS0
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.drivers.ws23xx: polling interval
is None
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.drivers.ws23xx: create
LinuxSerialPort
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.drivers.ws23xx: create Ws2300
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.engine.StdTimeSynch
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.engine.StdTimeSynch
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.engine.StdConvert
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.engine: StdConvert target unit is
0x1
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.engine.StdConvert
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.engine.StdCalibrate
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.engine.StdCalibrate
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.engine.StdQC
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.engine.StdQC
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.wxservices.StdWXCalculate
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.manager: Daily summary version is
2.0
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.wxservices: The following values
will be calculated: altimeter=software, appTemp=prefer_hardware,
barometer=software, beaufort=prefer_hardware, cloudbase=prefer_hardware,
dewpoint=software, ET=prefer_hardware, heatindex=software,
humidex=prefer_hardware, inDewpoint=software, maxSolarRad=prefer_hardware,
pressure=hardware, rainRate=hardware, windchill=software,
windrun=prefer_hardware, inTemp=hardware, outTemp=hardware,
inHumidity=hardware, outHumidity=hardware, windSpeed=hardware,
windDir=hardware, rain=hardware
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.wxservices: The following
algorithms will be used for calculations: altimeter=aaASOS, maxSolarRad=RS
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.wxservices.StdWXCalculate
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.engine.StdArchive
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.engine: Archive will use data
binding wx_binding
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.engine: Record generation will be
attempted in 'software'
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.engine: Using archive interval of
300 seconds (software record generation)
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Use LOOP data in hi/low
calculations: 0
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.engine.StdArchive
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.restx.StdStationRegistry
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.restx: StationRegistry:
Registration not requested.
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.restx.StdStationRegistry
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.restx.StdWunderground
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.restx: Wunderground: Posting not
enabled.
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.restx.StdWunderground
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.restx.StdPWSweather
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.restx: PWSweather: Posting not
enabled.
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.restx.StdPWSweather
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.restx.StdCWOP
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.restx: CWOP: Posting not enabled.
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.restx.StdCWOP
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.restx.StdWOW
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.restx: WOW: Posting not enabled.
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.restx.StdWOW
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.restx.StdAWEKAS
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.restx: AWEKAS: Posting not enabled.
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.restx.StdAWEKAS
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.engine.StdPrint
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.engine.StdPrint
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Loading service
weewx.engine.StdReport
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Finished loading service
weewx.engine.StdReport
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.engine: Starting up weewx version
4.0.0b9
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.engine: Station does not support
reading the time
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.engine: Using binding 'wx_binding'
to database 'weewx'
Jan 22 19:11:29 gummo weewx[3580] INFO weewx.manager: Starting backfill of
daily summaries
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.drivers.ws23xx: gen_records:
since_ts=1579741500 count=0 clock=True
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.drivers.ws23xx: using computer
clock with latest_ts of 2020-01-22 19:06:29 CST (1579741589)
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.drivers.ws23xx: count is 1 to
satisfy timestamp of 2020-01-22 19:05:00 CST (1579741500)
Jan 22 19:11:29 gummo weewx[3580] DEBUG weewx.drivers.ws23xx: downloading 1
records from station
Jan 22 19:11:30 gummo weewx[3580] INFO weewx.manager: Added record 2020-01-22
19:06:29 CST (1579741589) to database 'weewx'
Jan 22 19:11:30 gummo weewx[3580] INFO weewx.manager: Added record 2020-01-22
19:06:29 CST (1579741589) to daily summary in 'weewx'
Jan 22 19:11:30 gummo weewx[3580] INFO weewx.engine: Starting main packet loop.
Jan 22 19:11:38 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:11:38 gummo weewx[3580] INFO weewx.drivers.ws23xx: connection changed
from unknown to wireless
Jan 22 19:11:38 gummo weewx[3580] INFO weewx.drivers.ws23xx: using 30 second
polling interval for wireless connection
Jan 22 19:12:16 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:12:52 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:13:25 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:14:00 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:14:33 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:15:08 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:15:42 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:15:43 gummo weewx[3580] INFO weewx.manager: Added record 2020-01-22
19:15:00 CST (1579742100) to database 'weewx'
Jan 22 19:15:43 gummo weewx[3580] INFO weewx.manager: Added record 2020-01-22
19:15:00 CST (1579742100) to daily summary in 'weewx'
Jan 22 19:15:43 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Running reports for latest time in the database.
Jan 22 19:15:43 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Running report 'StandardReport'
Jan 22 19:15:43 gummo weewx[3580] DEBUG weewx.reportengine: reportengine: Found
configuration file /home/weewx/skins/Standard/skin.conf for report
'StandardReport'
Jan 22 19:15:43 gummo weewx[3580] DEBUG weewx.cheetahgenerator: Using search
list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jan 22 19:15:43 gummo weewx[3580] DEBUG weewx.manager: Daily summary version is
2.0
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/index.html.tmpl
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_index_html_tmpl.py", line 910, in respond
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/week.html.tmpl
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_week_html_tmpl.py", line 862, in respond
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:15:46 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/month.html.tmpl
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_month_html_tmpl.py", line 862, in respond
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/year.html.tmpl
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_year_html_tmpl.py", line 540, in respond
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/RSS/weewx_rss.xml.tmpl
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_RSS_weewx_rss_xml_tmpl.py", line 131, in respond
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/mobile.html.tmpl
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_mobile_html_tmpl.py", line 133, in respond
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/smartphone/index.html.tmpl
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_smartphone_index_html_tmpl.py", line 119, in respond
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/smartphone/temp_outside.html.tmpl
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_smartphone_temp_outside_html_tmpl.py", line 108, in
respond
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:15:47 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:15:48 gummo weewx[3580] INFO weewx.cheetahgenerator: Generated 6
files for report StandardReport in 4.58 seconds
Jan 22 19:15:48 gummo weewx[3580] DEBUG weewx.manager: Daily summary version is
2.0
Jan 22 19:15:48 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:15:49 gummo weewx[3580] INFO weewx.imagegenerator: Generated 12
images for StandardReport in 0.99 seconds
Jan 22 19:15:49 gummo weewx[3580] INFO weewx.reportengine: Copied 14 files to
/home/weewx/public_html
Jan 22 19:15:49 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Report 'SeasonsReport' not enabled. Skipping.
Jan 22 19:15:49 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Running report 'SmartphoneReport'
Jan 22 19:15:49 gummo weewx[3580] DEBUG weewx.reportengine: reportengine: Found
configuration file /home/weewx/skins/Smartphone/skin.conf for report
'SmartphoneReport'
Jan 22 19:15:49 gummo weewx[3580] DEBUG weewx.cheetahgenerator: Using search
list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jan 22 19:15:49 gummo weewx[3580] DEBUG weewx.manager: Daily summary version is
2.0
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Smartphone/index.html.tmpl
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Smartphone_index_html_tmpl.py", line 130, in respond
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Smartphone/temp.html.tmpl
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Smartphone_temp_html_tmpl.py", line 108, in respond
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:15:49 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:15:49 gummo weewx[3580] INFO weewx.cheetahgenerator: Generated 4
files for report SmartphoneReport in 0.38 seconds
Jan 22 19:15:49 gummo weewx[3580] DEBUG weewx.manager: Daily summary version is
2.0
Jan 22 19:15:50 gummo weewx[3580] INFO weewx.imagegenerator: Generated 6 images
for SmartphoneReport in 0.46 seconds
Jan 22 19:15:50 gummo weewx[3580] INFO weewx.reportengine: Copied 6 files to
/home/weewx/public_html/smartphone
Jan 22 19:15:50 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Report 'MobileReport' not enabled. Skipping.
Jan 22 19:15:50 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Running report 'FTP'
Jan 22 19:15:50 gummo weewx[3580] DEBUG weewx.reportengine: reportengine: Found
configuration file /home/weewx/skins/Ftp/skin.conf for report 'FTP'
Jan 22 19:15:50 gummo weewx[3580] DEBUG weewx.reportengine: ftpgenerator: FTP
upload not requested. Skipped.
Jan 22 19:15:50 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Running report 'RSYNC'
Jan 22 19:15:50 gummo weewx[3580] DEBUG weewx.reportengine: reportengine: Found
configuration file /home/weewx/skins/Rsync/skin.conf for report 'RSYNC'
Jan 22 19:15:50 gummo weewx[3580] DEBUG weewx.reportengine: rsyncgenerator:
Rsync upload not requested. Skipped.
Jan 22 19:16:24 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:17:02 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:17:37 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:18:13 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:18:46 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:19:21 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:19:56 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:20:32 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:20:32 gummo weewx[3580] INFO weewx.manager: Added record 2020-01-22
19:20:00 CST (1579742400) to database 'weewx'
Jan 22 19:20:32 gummo weewx[3580] INFO weewx.manager: Added record 2020-01-22
19:20:00 CST (1579742400) to daily summary in 'weewx'
Jan 22 19:20:32 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Running reports for latest time in the database.
Jan 22 19:20:32 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Running report 'StandardReport'
Jan 22 19:20:32 gummo weewx[3580] DEBUG weewx.reportengine: reportengine: Found
configuration file /home/weewx/skins/Standard/skin.conf for report
'StandardReport'
Jan 22 19:20:32 gummo weewx[3580] DEBUG weewx.cheetahgenerator: Using search
list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jan 22 19:20:32 gummo weewx[3580] DEBUG weewx.manager: Daily summary version is
2.0
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/index.html.tmpl
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_index_html_tmpl.py", line 910, in respond
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/week.html.tmpl
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_week_html_tmpl.py", line 862, in respond
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/month.html.tmpl
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_month_html_tmpl.py", line 862, in respond
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/year.html.tmpl
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_year_html_tmpl.py", line 540, in respond
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/RSS/weewx_rss.xml.tmpl
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_RSS_weewx_rss_xml_tmpl.py", line 131, in respond
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/mobile.html.tmpl
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_mobile_html_tmpl.py", line 133, in respond
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/smartphone/index.html.tmpl
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_smartphone_index_html_tmpl.py", line 119, in respond
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Standard/smartphone/temp_outside.html.tmpl
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Standard_smartphone_temp_outside_html_tmpl.py", line 108, in
respond
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:20:34 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:20:34 gummo weewx[3580] INFO weewx.cheetahgenerator: Generated 6
files for report StandardReport in 2.13 seconds
Jan 22 19:20:34 gummo weewx[3580] DEBUG weewx.manager: Daily summary version is
2.0
Jan 22 19:20:35 gummo weewx[3580] INFO weewx.drivers.ws23xx: invalid wind
reading: speed=51.0 dir=0.0 overflow=5 invalid=0
Jan 22 19:20:35 gummo weewx[3580] INFO weewx.imagegenerator: Generated 12
images for StandardReport in 0.97 seconds
Jan 22 19:20:35 gummo weewx[3580] INFO weewx.reportengine: Copied 0 files to
/home/weewx/public_html
Jan 22 19:20:35 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Report 'SeasonsReport' not enabled. Skipping.
Jan 22 19:20:35 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Running report 'SmartphoneReport'
Jan 22 19:20:35 gummo weewx[3580] DEBUG weewx.reportengine: reportengine: Found
configuration file /home/weewx/skins/Smartphone/skin.conf for report
'SmartphoneReport'
Jan 22 19:20:35 gummo weewx[3580] DEBUG weewx.cheetahgenerator: Using search
list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jan 22 19:20:35 gummo weewx[3580] DEBUG weewx.manager: Daily summary version is
2.0
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Smartphone/index.html.tmpl
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Smartphone_index_html_tmpl.py", line 130, in respond
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: Generate failed
with exception '<type 'exceptions.UnicodeDecodeError'>'
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Ignoring
template /home/weewx/skins/Smartphone/temp.html.tmpl
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Reason:
'ascii' codec can't decode byte 0xc2 in position 0: ordinal not in range(128)
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** Traceback
(most recent call last):
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 329, in generate
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
unicode_string = compiled_template.respond()
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"_home_weewx_skins_Smartphone_temp_html_tmpl.py", line 108, in respond
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/cheetahgenerator.py", line 642, in filter
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
filtered = six.text_type(val)
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1045, in __str__
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
return self.toString()
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 1040, in toString
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
localize=localize)
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: **** File
"/home/weewx/bin/weewx/units.py", line 773, in toString
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
val_str += self.get_label_string(val_t[1], plural=(not val_t[0]==1))
Jan 22 19:20:35 gummo weewx[3580] ERROR weewx.cheetahgenerator: ****
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 0: ordinal
not in range(128)
Jan 22 19:20:35 gummo weewx[3580] INFO weewx.cheetahgenerator: Generated 4
files for report SmartphoneReport in 0.15 seconds
Jan 22 19:20:35 gummo weewx[3580] DEBUG weewx.manager: Daily summary version is
2.0
Jan 22 19:20:36 gummo weewx[3580] INFO weewx.imagegenerator: Generated 6 images
for SmartphoneReport in 0.47 seconds
Jan 22 19:20:36 gummo weewx[3580] INFO weewx.reportengine: Copied 0 files to
/home/weewx/public_html/smartphone
Jan 22 19:20:36 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Report 'MobileReport' not enabled. Skipping.
Jan 22 19:20:36 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Running report 'FTP'
Jan 22 19:20:36 gummo weewx[3580] DEBUG weewx.reportengine: reportengine: Found
configuration file /home/weewx/skins/Ftp/skin.conf for report 'FTP'
Jan 22 19:20:36 gummo weewx[3580] DEBUG weewx.reportengine: ftpgenerator: FTP
upload not requested. Skipped.
Jan 22 19:20:36 gummo weewx[3580] DEBUG weewx.reportengine: reportengine:
Running report 'RSYNC'
Jan 22 19:20:36 gummo weewx[3580] DEBUG weewx.reportengine: reportengine: Found
configuration file /home/weewx/skins/Rsync/skin.conf for report 'RSYNC'
Jan 22 19:20:36 gummo weewx[3580] DEBUG weewx.reportengine: rsyncgenerator:
Rsync upload not requested. Skipped.
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: Received signal TERM (15).
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: Main loop exiting.
Shutting engine down.
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: Shutting down StdReport
thread
Jan 22 19:20:46 gummo weewx[3580] DEBUG weewx.engine: StdReport thread has been
terminated
Jan 22 19:20:46 gummo weewx[3580] DEBUG weewx.drivers.ws23xx: close
LinuxSerialPort
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: Terminating weewx version
4.0.0b9
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: **** Traceback (most
recent call last):
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: **** File
"/home/weewx/bin/weewx/engine.py", line 903, in main
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: **** engine.run()
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: **** File
"/home/weewx/bin/weewx/engine.py", line 194, in run
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: **** for packet
in self.console.genLoopPackets():
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: **** File
"/home/weewx/bin/weewx/drivers/ws23xx.py", line 485, in genLoopPackets
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: ****
time.sleep(self._poll_wait)
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: **** File
"/home/weewx/bin/weewx/engine.py", line 823, in sigTERMhandler
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: **** raise
Terminate
Jan 22 19:20:46 gummo weewx[3580] INFO weewx.engine: **** Terminate