Hello!
I've restarted weewx and I ran wee_reports
sudo systemctl restart weewx
sudo wee_reports
Using configuration file /etc/weewx/weewx.conf
Generating for all time
/usr/lib/python2.7/dist-packages/Cheetah/Compiler.py:1559: UserWarning: You
supplied an empty string for the source!
warnings.warn("You supplied an empty string for the source!", )
sudo journalctl -u weewx --since "5 minutes ago" > weewx_last5.log
Thanks!
On Friday, March 1, 2019 at 11:21:51 AM UTC-3, Pat wrote:
>
> I've never seen this before. Can you paste a full debug and your config?
>
> On Friday, March 1, 2019 at 9:01:07 AM UTC-5, HoracioDos wrote:
>>
>> Hello:
>> I've installed the version. Everything seems to be ok, but when I run
>> "sudo wee_reports" I get the following and it used to work fine before.
>>
>> Using configuration file /etc/weewx/weewx.conf
>> Generating for all time
>> /usr/lib/python2.7/dist-packages/Cheetah/Compiler.py:1559: UserWarning:
>> You supplied an empty string for the source!
>> warnings.warn("You supplied an empty string for the source!", )
>>
>> I can't find any errors in weewx log.
>> Thanks in advance!
>>
>> On Thursday, February 28, 2019 at 9:50:34 PM UTC-3, Pat wrote:
>>>
>>> I've just released Belchertown skin 0.9. You can read the updates and
>>> download it here: https://github.com/poblabs/weewx-belchertown/releases
>>>
>>> A lot of work went into this release. I've learned a lot through
>>> feedback on the skin.
>>>
>>> This release fixes a major bug with the rain charts which were taking a
>>> very long time to generate. This release also brings a lot of updates to
>>> locale formats.
>>>
>>> *There's 1 breaking change if you are upgrading*. Please take special
>>> note to a few MQTT variable names which have changed to mqtt_websockets_.
>>> This is to reduce confusion and offer clarity on new user installations.
>>>
>>> Please let me know if you've upgraded and share your site. I'd love to
>>> see it out there!
>>>
>>>
--
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.
###############################################################################
# SKIN CONFIGURATION FILE #
# Copyright (c) 2010 Tom Keffer <[email protected]> #
###############################################################################
[Extras]
# General Site Defaults
belchertown_root_url = ""
logo_image = ""
site_title = "My Weather Website"
radar_html = ""
footer_copyright_text = "My Weather Website"
footer_disclaimer_text = "Never make important decisions based on info
from this website."
# Manifest Settings
manifest_name = "My Weather Website"
manifest_short_name = "MWW"
# Enabled by default since majority of the theme is wrapped around the
charts
highcharts_enabled = 1
highcharts_graph_1 = "temperatureplot"
highcharts_graph_2 = "windplot"
highcharts_graph_3 = "rainplot"
highcharts_graph_4 = "winddirplot"
highcharts_graph_5 = "barometerplot"
highcharts_graph_6 = "radiationplot"
highcharts_show_windchill = 1
highcharts_show_heatindex = 1
highcharts_show_apptemp = 0
highcharts_show_intemp = 0
# If you've extended your weewx database to include the below, you can
enable them
show_apptemp = 0
show_windrun = 0
show_cloudbase = 0
# Default page headers
graphs_page_header = "Weather Observation Graphs"
records_page_header = "Weather Observation Records"
reports_page_header = "Weather Observation Reports"
about_page_header = "About This Weather Station"
# MQTT Defaults
mqtt_websockets_enabled = 1
mqtt_websockets_host = "192.168.1.41"
mqtt_websockets_port = 1883
mqtt_websockets_ssl = 0
mqtt_websockets_topic = "weather/loop"
disconnect_live_website_visitor = 1800000
# Forecast defaults
forecast_enabled = 0
darksky_secret_key = ""
darksky_units = "auto"
darksky_lang = "en"
forecast_stale = 3540
forecast_alert_enabled = 0
# Earthquake defaults
earthquake_enabled = 0
earthquake_maxradiuskm = 1000
earthquake_stale = 10740
# Social Share Button Defaults
facebook_enabled = 0
twitter_enabled = 0
twitter_owner = ""
twitter_hashtags = "weewx #weather"
# Google Analytics
#googleAnalyticsId = UA-12345678-1
###############################################################################
[Units]
# This section is for managing the selection and formatting of units.
[[Groups]]
# For each group of measurements, this section sets what units to
# use for it.
# NB: The unit is always in the singular. I.e., 'mile_per_hour',
# NOT 'miles_per_hour'
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
[[StringFormats]]
# This section sets the string formatting for each type of unit.
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"
[[Labels]]
# This section sets a label to be used for each type of unit.
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 = ""
[[TimeFormats]]
# This section sets the string format to be used for each time scale.
# The values below will work in every locale, but may not look
# particularly attractive. See the Customization Guide for alternatives.
day = %X
week = %X (%A)
month = %x %X
year = %x %X
rainyear = %x %X
current = %x %X
ephem_day = %X
ephem_year = %x %X
[[Ordinates]]
# The 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
[[DegreeDays]]
# This section sets the base temperatures used for the calculation
# of heating and cooling degree-days.
# Base temperature for heating days, with unit:
heating_base = 65, degree_F
# Base temperature for cooling days, with unit:
cooling_base = 65, degree_F
[[Trend]]
time_delta = 10800 # 3 hours
time_grace = 300 # 5 minutes
###############################################################################
[Labels]
# Labels used in this skin
# 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]]
# Generic labels, keyed by an observation type.
barometer = Barometer
dewpoint = Dew Point
heatindex = Heat Index
inHumidity = Inside Humidity
inTemp = Inside Temperature
outHumidity = Outside Humidity
outTemp = Outside Temperature
radiation = Radiation
rain = Rain
rainRate = Rain Rate
rxCheckPercent = ISS Signal Quality
UV = UV Index
windDir = Wind Direction
windGust = Gust Speed
windGustDir = Gust Direction
windSpeed = Wind Speed
windchill = Wind Chill
windgustvec = Gust Vector
windvec = Wind Vector
###############################################################################
[Almanac]
# The labels to be used for the phases of the moon:
moon_phases = New Moon, Waxing Crescent, First Quarter, Waxing Gibbous,
Full Moon, Waning Gibbous, Last Quarter, Waning Crescent
###############################################################################
[CheetahGenerator]
# This section is used by the generator CheetahGenerator, and specifies
# which files are to be generated from which template.
search_list_extensions = user.belchertown.getData
# Possible encodings are 'html_entities', 'utf8', or 'strict_ascii'
encoding = html_entities
[[SummaryByMonth]]
# Reports that summarize "by month"
[[[NOAA_month]]]
encoding = strict_ascii
template = NOAA/NOAA-YYYY-MM.txt.tmpl
[[SummaryByYear]]
# Reports that summarize "by year"
[[[NOAA_year]]]
encoding = strict_ascii
template = NOAA/NOAA-YYYY.txt.tmpl
[[ToDate]]
# Reports that show statistics "to date", such as day-to-date,
# week-to-date, month-to-date, etc.
[[[weewx_data]]]
template = json/weewx_data.json.tmpl
[[HighCharts_JS_Day]]
template = js/highcharts-dayplots.js.tmpl
[[HighCharts_JS_Week]]
template = js/highcharts-weekplots.js.tmpl
[[HighCharts_JS_Month]]
template = js/highcharts-monthplots.js.tmpl
[[HighCharts_JS_Year]]
template = js/highcharts-yearplots.js.tmpl
[[[home]]]
template = index.html.tmpl
[[[about]]]
template = about/index.html.tmpl
[[[graphs]]]
template = graphs/index.html.tmpl
[[[records]]]
template = records/index.html.tmpl
[[[reports]]]
template = reports/index.html.tmpl
[[[pi]]]
template = pi/index.html.tmpl
[[[manifest]]]
template = manifest.json.tmpl
###############################################################################
[CopyGenerator]
# This section is used by the generator CopyGenerator
# List of files to be copied only the first time the generator runs
copy_once = favicon.ico, images/*, json/index.html, js/index.html,
js/responsive-menu.js, robots.txt
# List of files to be copied each time the generator runs
copy_always = style.css
###############################################################################
#
# The list of generators that are to be run:
#
[Generators]
generator_list = weewx.cheetahgenerator.CheetahGenerator,
weewx.reportengine.CopyGenerator
# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2019 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 = /
# 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 = 3.9.1
##############################################################################
# This section is for information about the station.
[Station]
# Description of the station location
location = "Colegiales, CABA, AR"
# Latitude and longitude in decimal degrees
latitude = -34.571900
longitude = -58.455700
# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 25, 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 = Simulator
# If you have a website, you may specify an URL
# station_url = http://climacolegiales.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
##############################################################################
[Simulator]
# This section is for the weewx weather station simulator
# The time (in seconds) between LOOP packets.
loop_interval = 2.5
# The simulator mode can be either 'simulator' or 'generator'.
# Real-time simulator. Sleep between each LOOP packet.
mode = simulator
# Generator. Emit LOOP packets as fast as possible (useful for testing).
#mode = generator
# The start time. Format is YYYY-mm-ddTHH:MM. If not specified, the default
# is to use the present time.
#start = 2011-01-01T00:00
# The driver to use:
driver = weewx.drivers.simulator
##############################################################################
# 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.
# To guard against parsing errors, put the password in quotes.
enable = false
username = replace_me
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.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
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.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
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.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
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
[[MQTT]]
server_url = mqtt://pi:belchertown@localhost:1883/
topic = weather
unit_system = METRIC
binding = archive, loop
aggregation = aggregate
##############################################################################
# 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 = wx_binding
# Whether to log a successful operation
log_success = True
# Whether to log an unsuccessful operation
log_failure = False
# 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.
[[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 = false
HTML_ROOT = /var/www/html/weewx
[[MobileReport]]
# The MobileReport uses the 'Mobile' skin, and the images and files
# are placed in a dedicated subdirectory.
skin = Mobile
enable = false
HTML_ROOT = /var/www/html/weewx
[[Highcharts_Belchertown]]
HTML_ROOT = /var/www/html/weewx/belchertown
skin = Highcharts_Belchertown
enable = true
[[Belchertown]]
HTML_ROOT = /var/www/html/weewx/belchertown
skin = Belchertown
enable = true
[[[Extras]]]
belchertown_root_url = http://192.168.1.41
# belchertown_root_url = "https://climacolegiales.net"
logo_image =
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Colegiales_emblem.png/100px-Colegiales_emblem.png
footer_copyright_text = "Copyright Text"
footer_disclaimer_text = "Disclaimer Text"
forecast_enabled = 1
darksky_secret_key = cab85ec865f971b72ac0330bb64b4906
darksky_units = ca
darksky_lang = es
forecast_alert_enabled = 1
earthquake_enabled = 1
earthquake_maxradiuskm = 5000
earthquake_stale = 3600
radar_html = <iframe width="650" height="360"
src="https://embed.windy.com/embed2.html?lat=-34.597&lon=-57.393&zoom=5&level=surface&overlay=wind&menu=&message=true&marker=true&calendar=now&pressure=true&type=map&location=coordinates&detail=&detailLat=-34.610&detailLon=-58.440&metricWind=km%2Fh&metricTemp=%C2%B0C&radarRange=-1"
frameborder="0"></iframe>
mqtt_websockets_enabled = 1
mqtt_websockets_host = 192.168.1.41
mqtt_websockets_port = 9001
mqtt_websockets_ssl = 0
mqtt_websockets_topic = weather/loop
disconnect_live_website_visitor = 900000
highcharts_show_intemp = 1
[[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, set "enable" to "true", then
# fill out the next four lines.
# Use quotes around passwords to guard against parsing errors.
enable = false
user = replace_me
password = replace_me
server = replace_me # The ftp server name, e.g, www.myserver.org
path = replace_me # The destination directory, e.g., /weather
# 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 to the user account on the remote machine where the files
# will be copied.
#
# If you wish to use rsync, set "enable" to "true", then
# fill out server, user, and path.
# The server should appear in your .ssh/config file.
# The user is the username used in the identity file.
# The path is the destination directory, such as /var/www/html/weather.
# Be sure that the user has write permissions on the destination!
enable = false
server = replace_me
user = replace_me
path = replace_me
# 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
# 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]]
[[[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 = meter # Options are 'foot' or 'meter'
group_degree_day = degree_C_day # Options are 'degree_F_day'
or 'degree_C_day'
group_pressure = mbar # Options are 'inHg', 'mmHg', 'mbar',
or 'hPa'
group_rain = cm # Options are 'inch', 'cm', or 'mm'
group_rainrate = cm_per_hour # Options are 'inch_per_hour',
'cm_per_hour', or 'mm_per_hour'
group_speed = km_per_hour # Options are 'mile_per_hour',
'km_per_hour', 'knot', or 'meter_per_second'
group_speed2 = km_per_hour2 # Options are 'mile_per_hour2',
'km_per_hour2', 'knot2', or 'meter_per_second2'
group_temperature = degree_C # 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 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 for each time scale.
# The values below will work in every locale, but they may not look
# particularly attractive.
[[[[TimeFormats]]]]
hour = %H:%M
day = %X
week = %X (%A)
month = %x %X
year = %x %X
rainyear = %x %X
current = %x %X
ephem_day = %X
ephem_year = %x %X
[[[[Ordinates]]]]
# Ordinal directions. The last one is 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
# 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
##############################################################################
# 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
pressure = 24, 34.5, inHg
outTemp = -40, 120, degree_F
inTemp = 10, 120, degree_F
outHumidity = 0, 100
inHumidity = 0, 100
windSpeed = 0, 120, mile_per_hour
rain = 0, 10, inch
##############################################################################
# This section controls the origin of derived values.
[StdWXCalculate]
[[Calculations]]
# How to calculate derived quantities. 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 = 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_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
##############################################################################
# This section defines various databases.
[Databases]
# A SQLite database is simply a single file
[[archive_sqlite]]
database_name = weewx.sdb
database_type = SQLite
# MySQL
[[archive_mysql]]
database_name = weewx
database_type = MySQL
##############################################################################
# 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 (quotes 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, user.mqtt.MQTT
report_services = weewx.engine.StdPrint, weewx.engine.StdReport
-- Logs begin at Fri 2019-03-01 12:01:57 -03, end at Fri 2019-03-01 12:26:26
-03. --
Mar 01 12:21:28 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:29 -03 (1551453689)
Mar 01 12:21:31 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:31 -03 (1551453691)
Mar 01 12:21:33 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:34 -03 (1551453694)
Mar 01 12:21:36 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:36 -03 (1551453696)
Mar 01 12:21:38 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:39 -03 (1551453699)
Mar 01 12:21:41 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:41 -03 (1551453701)
Mar 01 12:21:43 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:44 -03 (1551453704)
Mar 01 12:21:46 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:46 -03 (1551453706)
Mar 01 12:21:48 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:49 -03 (1551453709)
Mar 01 12:21:51 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:51 -03 (1551453711)
Mar 01 12:21:53 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:54 -03 (1551453714)
Mar 01 12:21:56 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:56 -03 (1551453716)
Mar 01 12:21:58 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:21:59 -03 (1551453719)
Mar 01 12:22:01 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:01 -03 (1551453721)
Mar 01 12:22:03 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:04 -03 (1551453724)
Mar 01 12:22:06 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:06 -03 (1551453726)
Mar 01 12:22:08 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:09 -03 (1551453729)
Mar 01 12:22:11 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:11 -03 (1551453731)
Mar 01 12:22:13 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:14 -03 (1551453734)
Mar 01 12:22:16 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:16 -03 (1551453736)
Mar 01 12:22:18 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:19 -03 (1551453739)
Mar 01 12:22:21 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:21 -03 (1551453741)
Mar 01 12:22:23 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:24 -03 (1551453744)
Mar 01 12:22:26 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:26 -03 (1551453746)
Mar 01 12:22:28 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:29 -03 (1551453749)
Mar 01 12:22:31 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:31 -03 (1551453751)
Mar 01 12:22:33 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:34 -03 (1551453754)
Mar 01 12:22:36 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:36 -03 (1551453756)
Mar 01 12:22:38 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:39 -03 (1551453759)
Mar 01 12:22:41 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:41 -03 (1551453761)
Mar 01 12:22:43 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:44 -03 (1551453764)
Mar 01 12:22:46 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:46 -03 (1551453766)
Mar 01 12:22:48 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:49 -03 (1551453769)
Mar 01 12:22:51 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:51 -03 (1551453771)
Mar 01 12:22:53 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:54 -03 (1551453774)
Mar 01 12:22:56 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:56 -03 (1551453776)
Mar 01 12:22:58 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:22:59 -03 (1551453779)
Mar 01 12:23:01 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:23:01 -03 (1551453781)
Mar 01 12:23:03 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:23:04 -03 (1551453784)
Mar 01 12:23:06 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:23:06 -03 (1551453786)
Mar 01 12:23:08 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:23:09 -03 (1551453789)
Mar 01 12:23:11 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:23:11 -03 (1551453791)
Mar 01 12:23:13 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:23:14 -03 (1551453794)
Mar 01 12:23:16 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:23:16 -03 (1551453796)
Mar 01 12:23:18 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:23:19 -03 (1551453799)
Mar 01 12:23:21 PiWeewx weewx[822]: restx: MQTT: Published record 2019-03-01
12:23:21 -03 (1551453801)
Mar 01 12:23:21 PiWeewx systemd[1]: Stopping LSB: weewx weather system...
Mar 01 12:23:22 PiWeewx weewx[822]: engine: Received signal TERM (15).
Mar 01 12:23:22 PiWeewx weewx[822]: engine: Main loop exiting. Shutting engine
down.
Mar 01 12:23:22 PiWeewx weewx[822]: engine: Shutting down StdReport thread
Mar 01 12:23:22 PiWeewx weewx[822]: engine: StdReport thread has been terminated
Mar 01 12:23:22 PiWeewx weewx[822]: restx: Shut down MQTT thread.
Mar 01 12:23:22 PiWeewx weewx[822]: engine: Terminating weewx version 3.9.1
Mar 01 12:23:22 PiWeewx weewx[822]: **** Traceback (most recent call last):
Mar 01 12:23:22 PiWeewx weewx[822]: **** File
"/usr/share/weewx/weewx/engine.py", line 890, in main
Mar 01 12:23:22 PiWeewx weewx[822]: **** engine.run()
Mar 01 12:23:22 PiWeewx weewx[822]: **** File
"/usr/share/weewx/weewx/engine.py", line 188, in run
Mar 01 12:23:22 PiWeewx weewx[822]: **** for packet in
self.console.genLoopPackets():
Mar 01 12:23:22 PiWeewx weewx[822]: **** File
"/usr/share/weewx/weewx/drivers/simulator.py", line 146, in genLoopPackets
Mar 01 12:23:22 PiWeewx weewx[822]: **** time.sleep(sleep_time)
Mar 01 12:23:22 PiWeewx weewx[822]: **** File
"/usr/share/weewx/weewx/engine.py", line 808, in sigTERMhandler
Mar 01 12:23:22 PiWeewx weewx[822]: **** raise Terminate
Mar 01 12:23:22 PiWeewx weewx[822]: **** Terminate
Mar 01 12:23:27 PiWeewx weewx[1244]: Stopping weewx weather system: weewx..
Mar 01 12:23:27 PiWeewx systemd[1]: Stopped LSB: weewx weather system.
Mar 01 12:23:27 PiWeewx systemd[1]: Starting LSB: weewx weather system...
Mar 01 12:23:29 PiWeewx weewx[1286]: engine: Initializing weewx version 3.9.1
Mar 01 12:23:29 PiWeewx weewx[1286]: engine: Using Python 2.7.13 (default, Sep
26 2018, 18:42:22)
[GCC 6.3.0 20170516]
Mar 01 12:23:29 PiWeewx weewx[1286]: engine: Platform
Linux-4.14.98+-armv6l-with-debian-9.8
Mar 01 12:23:29 PiWeewx weewx[1286]: engine: Locale is 'en_US.UTF-8'
Mar 01 12:23:29 PiWeewx weewx[1286]: engine: pid file is /var/run/weewx.pid
Mar 01 12:23:29 PiWeewx weewx[1275]: Starting weewx weather system: weewx.
Mar 01 12:23:29 PiWeewx systemd[1]: Started LSB: weewx weather system.
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Using configuration file
/etc/weewx/weewx.conf
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Debug is 1
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Initializing engine
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Loading station type Simulator
(weewx.drivers.simulator)
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Loading service
weewx.engine.StdTimeSynch
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Finished loading service
weewx.engine.StdTimeSynch
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Loading service
weewx.engine.StdConvert
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: StdConvert target unit is 0x1
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Finished loading service
weewx.engine.StdConvert
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Loading service
weewx.engine.StdCalibrate
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Finished loading service
weewx.engine.StdCalibrate
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Loading service weewx.engine.StdQC
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Finished loading service
weewx.engine.StdQC
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Loading service
weewx.wxservices.StdWXCalculate
Mar 01 12:23:29 PiWeewx weewx[1290]: 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
Mar 01 12:23:29 PiWeewx weewx[1290]: wxcalculate: The following algorithms will
be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Finished loading service
weewx.wxservices.StdWXCalculate
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Loading service
weewx.engine.StdArchive
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Archive will use data binding
wx_binding
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Record generation will be
attempted in 'hardware'
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Using archive interval of 300
seconds (specified in weewx configuration)
Mar 01 12:23:29 PiWeewx weewx[1290]: engine: Use LOOP data in hi/low
calculations: 1
Mar 01 12:23:30 PiWeewx weewx[1290]: manager: Daily summary version is 2.0
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Using binding 'wx_binding' to
database 'weewx.sdb'
Mar 01 12:23:30 PiWeewx weewx[1290]: manager: Starting backfill of daily
summaries
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Finished loading service
weewx.engine.StdArchive
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Loading service
weewx.restx.StdStationRegistry
Mar 01 12:23:30 PiWeewx weewx[1290]: restx: StationRegistry: Registration not
requested.
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Finished loading service
weewx.restx.StdStationRegistry
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Loading service
weewx.restx.StdWunderground
Mar 01 12:23:30 PiWeewx weewx[1290]: restx: Wunderground: Posting not enabled.
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Finished loading service
weewx.restx.StdWunderground
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Loading service
weewx.restx.StdPWSweather
Mar 01 12:23:30 PiWeewx weewx[1290]: restx: PWSweather: Posting not enabled.
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Finished loading service
weewx.restx.StdPWSweather
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Loading service weewx.restx.StdCWOP
Mar 01 12:23:30 PiWeewx weewx[1290]: restx: CWOP: Posting not enabled.
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Finished loading service
weewx.restx.StdCWOP
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Loading service weewx.restx.StdWOW
Mar 01 12:23:30 PiWeewx weewx[1290]: restx: WOW: Posting not enabled.
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Finished loading service
weewx.restx.StdWOW
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Loading service
weewx.restx.StdAWEKAS
Mar 01 12:23:30 PiWeewx weewx[1290]: restx: AWEKAS: Posting not enabled.
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Finished loading service
weewx.restx.StdAWEKAS
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Loading service user.mqtt.MQTT
Mar 01 12:23:30 PiWeewx weewx[1290]: restx: MQTT: service version is 0.18
Mar 01 12:23:30 PiWeewx weewx[1290]: restx: MQTT: binding to ['archive', 'loop']
Mar 01 12:23:30 PiWeewx weewx[1290]: restx: MQTT: topic is weather
Mar 01 12:23:30 PiWeewx weewx[1290]: restx: MQTT: desired unit system is METRIC
Mar 01 12:23:30 PiWeewx weewx[1290]: restx: MQTT: data will be uploaded to
mqtt://pi:xxx@localhost:1883/
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Finished loading service
user.mqtt.MQTT
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Loading service
weewx.engine.StdPrint
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Finished loading service
weewx.engine.StdPrint
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Loading service
weewx.engine.StdReport
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Finished loading service
weewx.engine.StdReport
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Starting up weewx version 3.9.1
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Clock error is -0.88 seconds
(positive is fast)
Mar 01 12:23:30 PiWeewx weewx[1290]: engine: Starting main packet loop.
Mar 01 12:23:30 PiWeewx weewx[1290]: manager: Daily summary version is 2.0
Mar 01 12:23:32 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:23:32 -03 (1551453812)
Mar 01 12:23:34 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:23:35 -03 (1551453815)
Mar 01 12:23:37 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:23:37 -03 (1551453817)
Mar 01 12:23:39 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:23:40 -03 (1551453820)
Mar 01 12:23:42 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:23:42 -03 (1551453822)
Mar 01 12:23:44 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:23:45 -03 (1551453825)
Mar 01 12:23:47 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:23:47 -03 (1551453827)
Mar 01 12:23:49 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:23:50 -03 (1551453830)
Mar 01 12:23:52 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:23:52 -03 (1551453832)
Mar 01 12:23:54 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:23:55 -03 (1551453835)
Mar 01 12:23:57 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:23:57 -03 (1551453837)
Mar 01 12:23:59 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:00 -03 (1551453840)
Mar 01 12:24:02 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:02 -03 (1551453842)
Mar 01 12:24:04 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:05 -03 (1551453845)
Mar 01 12:24:07 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:07 -03 (1551453847)
Mar 01 12:24:09 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:10 -03 (1551453850)
Mar 01 12:24:12 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:12 -03 (1551453852)
Mar 01 12:24:14 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:15 -03 (1551453855)
Mar 01 12:24:17 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:17 -03 (1551453857)
Mar 01 12:24:19 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:20 -03 (1551453860)
Mar 01 12:24:22 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:22 -03 (1551453862)
Mar 01 12:24:24 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:25 -03 (1551453865)
Mar 01 12:24:27 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:27 -03 (1551453867)
Mar 01 12:24:29 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:30 -03 (1551453870)
Mar 01 12:24:32 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:32 -03 (1551453872)
Mar 01 12:24:34 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:35 -03 (1551453875)
Mar 01 12:24:37 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:37 -03 (1551453877)
Mar 01 12:24:39 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:40 -03 (1551453880)
Mar 01 12:24:42 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:42 -03 (1551453882)
Mar 01 12:24:44 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:45 -03 (1551453885)
Mar 01 12:24:47 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:47 -03 (1551453887)
Mar 01 12:24:49 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:50 -03 (1551453890)
Mar 01 12:24:52 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:52 -03 (1551453892)
Mar 01 12:24:54 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:55 -03 (1551453895)
Mar 01 12:24:57 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:24:57 -03 (1551453897)
Mar 01 12:24:59 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:00 -03 (1551453900)
Mar 01 12:25:02 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:02 -03 (1551453902)
Mar 01 12:25:04 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:05 -03 (1551453905)
Mar 01 12:25:07 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:07 -03 (1551453907)
Mar 01 12:25:09 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:10 -03 (1551453910)
Mar 01 12:25:12 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:12 -03 (1551453912)
Mar 01 12:25:14 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:15 -03 (1551453915)
Mar 01 12:25:15 PiWeewx weewx[1290]: manager: Added record 2019-03-01 12:25:00
-03 (1551453900) to database 'weewx.sdb'
Mar 01 12:25:15 PiWeewx weewx[1290]: manager: Added record 2019-03-01 12:25:00
-03 (1551453900) to daily summary in 'weewx.sdb'
Mar 01 12:25:15 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:00 -03 (1551453900)
Mar 01 12:25:16 PiWeewx weewx[1290]: reportengine: Running reports for latest
time in the database.
Mar 01 12:25:16 PiWeewx weewx[1290]: reportengine: Report 'SeasonsReport' not
enabled. Skipping.
Mar 01 12:25:16 PiWeewx weewx[1290]: reportengine: Report 'SmartphoneReport'
not enabled. Skipping.
Mar 01 12:25:16 PiWeewx weewx[1290]: reportengine: Report 'MobileReport' not
enabled. Skipping.
Mar 01 12:25:16 PiWeewx weewx[1290]: reportengine: Running report
'Highcharts_Belchertown'
Mar 01 12:25:16 PiWeewx weewx[1290]: reportengine: Found configuration file
/etc/weewx/skins/Highcharts_Belchertown/skin.conf for report
'Highcharts_Belchertown'
Mar 01 12:25:18 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:17 -03 (1551453917)
Mar 01 12:25:18 PiWeewx weewx[1290]: cheetahgenerator: using search list
['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras',
'user.belchertown_highchartsSearchX.highchartsDay',
'user.belchertown_highchartsSearchX.highchartsWeek',
'user.belchertown_highchartsSearchX.highchartsMonth',
'user.belchertown_highchartsSearchX.highchartsYear']
Mar 01 12:25:19 PiWeewx weewx[1290]: manager: Daily summary version is 2.0
Mar 01 12:25:20 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:20 -03 (1551453920)
Mar 01 12:25:22 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:22 -03 (1551453922)
Mar 01 12:25:25 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:25 -03 (1551453925)
Mar 01 12:25:27 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:27 -03 (1551453927)
Mar 01 12:25:30 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:30 -03 (1551453930)
Mar 01 12:25:32 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:32 -03 (1551453932)
Mar 01 12:25:35 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:35 -03 (1551453935)
Mar 01 12:25:37 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:37 -03 (1551453937)
Mar 01 12:25:40 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:40 -03 (1551453940)
Mar 01 12:25:42 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:42 -03 (1551453942)
Mar 01 12:25:45 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:45 -03 (1551453945)
Mar 01 12:25:47 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:47 -03 (1551453947)
Mar 01 12:25:50 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:50 -03 (1551453950)
Mar 01 12:25:52 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:52 -03 (1551453952)
Mar 01 12:25:55 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:55 -03 (1551453955)
Mar 01 12:25:57 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:25:57 -03 (1551453957)
Mar 01 12:26:00 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:26:00 -03 (1551453960)
Mar 01 12:26:02 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:26:02 -03 (1551453962)
Mar 01 12:26:04 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:26:05 -03 (1551453965)
Mar 01 12:26:07 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:26:07 -03 (1551453967)
Mar 01 12:26:09 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:26:10 -03 (1551453970)
Mar 01 12:26:12 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:26:12 -03 (1551453972)
Mar 01 12:26:14 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:26:15 -03 (1551453975)
Mar 01 12:26:17 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:26:17 -03 (1551453977)
Mar 01 12:26:19 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:26:20 -03 (1551453980)
Mar 01 12:26:22 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:26:22 -03 (1551453982)
Mar 01 12:26:24 PiWeewx weewx[1290]: restx: MQTT: Published record 2019-03-01
12:26:25 -03 (1551453985)