Thanks for taking the time to reply to my inquiry . I had a miscomunication
with team member who did the initial registration for WU. I did not realize
the LAT/LONG was entered during registration process on the WU site. I did
the weex.conf site for station id/pw. WeeWX was restarted and I noticed
that locally on the Ubuntu Workstation that the local weewx html page also
did not show the updated LAT/LONG settings as specified in the weewx.conf
but all other weather data looks good and updates every 5 minutes (300 sec)
locally on the Ubuntu PC host and also the remote web site. I set debug to
1. I attached the wee_debug --output datafile and well as syslog over
multiple cycles. Thanks for any input or recomendations.
On Tuesday, January 9, 2024 at 11:57:06 PM UTC-5 gjr80 wrote:
> Any lat/long info for WU will have been entered when setting up/editing
> the station on the WU web site - WeeWX does not send lat/long info to WU.
> There are no static files containing lat/long that are part of the Seasons
> skin, the Seasons skin html files are generated in their entirety and
> uploaded each report cycle.
>
> You said "When the weewx.conf settings were changed the weewx process's
> were shut down." Does that mean you restarted the WeeWX daemon? If you make
> a change to weewx.conf you must restart WeeWX for the change to take
> effect. In this case the updated lat/long should appear in the files
> generated during the first report cycle after the restart. If you didn't
> restart WeeWX you need to do that. Are your generated files being uploaded
> to your web server? What does the WeeWX log show? Probably best that you
> edit weewx.conf again, set debug = 1 (and double check your lat/long
> entries are correct), save weewx.conf and restart WeeWX. Monitor the
> WeeWX log. Are your Seasons skin files being generated and uploaded? If you
> cannot work this out let WeeWX run for at least two report cycles then take
> an extract of the log showing the full WeeWX startup and the first two
> report cycles. Post the log extract back here.
>
> The other possibility is you have more than one weewx.conf on your system
> and are editing the wrong one. Try creating a wee_debug
> <http://weewx.com/docs/4.10/utilities.htm#wee_debug_utility> report, the
> report will contain a copy of the config file actually used by WeeWX. Are
> the lat/long values in the wee_debug report correct? If you have trouble
> reading the report, post the report here. If you do post the report be sure
> to check it for sensitive info such as user names, passwords, API keys etc
> and obfuscate any such entries before posting the report. wee_debug
> should obfuscate such information but it is not perfect.
>
> Gary
>
>
> On Wednesday 10 January 2024 at 11:29:47 UTC+10
> [email protected] wrote:
>
>> I am running weewx 4.10.2 on a Beelink Ubuntu Workstation 22.04 with a
>> Vantage Pro 2.
>> It is working great so far. We post to Weather Undergound as well and it
>> has the Updated Lat/Log info . The remote Webserver we FTP to (Seasons Skin
>> 4.10.2) the report web page looks great expect it still shows the old
>> Lat/Long settings. When the weewx.conf settings
>> were changed the weewx process's were shut down. Then restarted after
>> LAT/LONG edit was made. I am curious if that the Remote Server has a static
>> data file that was sent once that I need to delete and then wait for next
>> cycle (We send every 5 minutes) to send fresh file and I am hoping the new
>> correct LAT/LONG info will then appear. I am referring to Lat/Long data in
>> the About this station section. The Server and Weewx uptime in that same
>> section is correct. Any input would be very very appreciated.. Thank you
>>
>
--
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/38dc295b-2520-4fd3-8a5e-8ed7124e1ae4n%40googlegroups.com.
weewxadmin@weewxadmin-MINI-S:~$ more hmtn1112024.debug
[Vantage]
# This section is for the Davis Vantage series of weather stations.
# Connection type: serial or ethernet
# serial (the classic VantagePro)
# ethernet (the WeatherLinkIP or Serial-Ethernet bridge)
type = serial
# If the connection type is serial, a port must be specified:
# Debian, Ubuntu, Redhat, Fedora, and SuSE:
# /dev/ttyUSB0 is a common USB port name
# /dev/ttyS0 is a common serial port name
# BSD:
# /dev/cuaU0 is a common serial port name
port = /dev/ttyUSB0
# If the connection type is ethernet, an IP Address/hostname is required:
host = 1.2.3.4
######################################################
# The rest of this section rarely needs any attention.
# You can safely leave it "as is."
######################################################
# Serial baud rate (usually 19200)
baudrate = 19200
# TCP port (when using the WeatherLinkIP)
tcp_port = 22222
# TCP send delay (when using the WeatherLinkIP):
tcp_send_delay = 0.5
# The type of LOOP packet to request: 1 = LOOP1; 2 = LOOP2; 3 = both
loop_request = 1
# The id of your ISS station (usually 1). If you use a wind meter connected
# to a anemometer transmitter kit, use its id
iss_id = 1
# How long to wait for a response from the station before giving up (in
# seconds; must be greater than 2)
timeout = 4
# How long to wait before trying again (in seconds)
wait_before_retry = 1.2
# How many times to try before giving up:
max_tries = 4
# Vantage model Type: 1 = Vantage Pro; 2 = Vantage Pro2
model_type = 2
# The driver to use:
driver = weewx.drivers.vantage
# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2022 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. May get overridden below.
log_success = True
# Whether to log unsuccessful operations. May get overridden below.
log_failure = True
# Do not modify this. It is used when installing and updating weewx.
version = 4.10.2
config_path = /etc/weewx/weewx.conf
##############################################################################
# This section is for information about the station.
[Station]
# Description of the station location
location = Holiday Mountain
# Latitude in decimal degrees. Negative for southern hemisphere
latitude = 41.63
# Longitude in decimal degrees. Negative for western hemisphere.
longitude = -74.61
# Altitude of the station, with the unit it is in. This is used only
# if the hardware cannot supply a value.
altitude = 1150, foot
# Set to type of station hardware. There must be a corresponding stanza
# in this file, which includes a value for the 'driver' option.
station_type = Vantage
# If you have a website, you may specify an URL. This is required if you
# intend to register your station.
#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
##############################################################################
[Vantage]
# This section is for the Davis Vantage series of weather stations.
# Connection type: serial or ethernet
# serial (the classic VantagePro)
# ethernet (the WeatherLinkIP or Serial-Ethernet bridge)
type = serial
# If the connection type is serial, a port must be specified:
# Debian, Ubuntu, Redhat, Fedora, and SuSE:
# /dev/ttyUSB0 is a common USB port name
# /dev/ttyS0 is a common serial port name
# BSD:
# /dev/cuaU0 is a common serial port name
port = /dev/ttyUSB0
# If the connection type is ethernet, an IP Address/hostname is required:
host = 1.2.3.4
######################################################
# The rest of this section rarely needs any attention.
# You can safely leave it "as is."
######################################################
# Serial baud rate (usually 19200)
baudrate = 19200
# TCP port (when using the WeatherLinkIP)
tcp_port = 22222
# TCP send delay (when using the WeatherLinkIP):
tcp_send_delay = 0.5
# The type of LOOP packet to request: 1 = LOOP1; 2 = LOOP2; 3 = both
loop_request = 1
# The id of your ISS station (usually 1). If you use a wind meter connected
# to a anemometer transmitter kit, use its id
iss_id = 1
# How long to wait for a response from the station before giving up (in
# seconds; must be greater than 2)
timeout = 4
# How long to wait before trying again (in seconds)
wait_before_retry = 1.2
# How many times to try before giving up:
max_tries = 4
# Vantage model Type: 1 = Vantage Pro; 2 = Vantage Pro2
model_type = 2
# The driver to use:
driver = weewx.drivers.vantage
##############################################################################
# This section is for uploading data to Internet sites
[StdRESTful]
# Uncomment and change to override logging for uploading services.
# log_success = True
# log_failure = True
[[StationRegistry]]
# To register this weather station with weewx, set this to true,
# then fill out option 'station_url', located in the [Station] section
above.
register_this_station = false
[[AWEKAS]]
# This section is for configuring posts to AWEKAS.
# If you wish to post to AWEKAS, set the option 'enable' to true, then
specify a username
# and password. To guard against parsing errors, put the password in
quotes.
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 post to CWOP, set the option 'enable' to true,
# then specify the station ID (e.g., CW1234).
enable = false
station = XXX obfuscated by wee_debug XXX
# If this is an APRS (radio amateur) station, specify the
# passcode (e.g., 12345). Otherwise, ignore.
passcode = replace_me
[[PWSweather]]
# This section is for configuring posts to PWSweather.com.
# If you wish to post to PWSweather.com, set the option 'enable' to
true, then specify a
# station and password. To guard against parsing errors, put the
password in quotes.
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 post to WOW, set the option 'enable' to true, then
specify a station and
# password. To guard against parsing errors, put the password in quotes.
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 post to the Weather Underground, set the option
'enable' to true, then
# specify a station (e.g., 'KORHOODR3') and password. To guard against
parsing errors, put
# the password in quotes.
enable = true
station = XXX obfuscated by wee_debug XXX
password = XXX obfuscated by wee_debug XXX
# If you plan on using wunderfixer, set the following
# to your API key:
api_key = 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
##############################################################################
# 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
# Uncomment and change to override logging for reports
log_success = True
log_failure = True
# 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.
[[SeasonsReport]]
# The SeasonsReport uses the 'Seasons' skin, which contains the
# images, templates and plots for the report.
skin = Seasons
enable = true
[[SmartphoneReport]]
# The SmartphoneReport uses the 'Smartphone' skin, and the images and
# files are placed in a dedicated subdirectory.
skin = Smartphone
enable = true
HTML_ROOT = /var/www/html/weewx/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 = /var/www/html/weewx/mobile
[[StandardReport]]
# This is the old "Standard" skin. By default, it is not enabled.
skin = Standard
enable = false
[[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 = true
user = XXX obfuscated by wee_debug XXX
password = XXX obfuscated by wee_debug XXX
server = removed url for post # The ftp server name, e.g,
www.myserver.org
path = // # 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.
# 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 = XXX obfuscated by wee_debug XXX
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
# Options in the [[Defaults]] section below will apply to all reports.
# What follows are a few of the more popular options you may want to
# uncomment, then change.
[[Defaults]]
# Which language to use for all reports. Not all skins support all
languages.
# You can override this for individual reports.
lang = en
# Which unit system to use for all reports. Choices are 'us', 'metric',
or 'metricwx'.
# You can override this for individual reports.
unit_system = us
[[[Units]]]
# Option "unit_system" above sets the general unit system, but
overriding specific unit
# groups is possible. These are popular choices. Uncomment and set
as appropriate.
# 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_pressure = mbar # Options are 'inHg',
'mmHg', 'mbar', or 'hPa'
# group_rain = mm # Options are 'inch',
'cm', or 'mm'
# group_rainrate = mm_per_hour # Options are
'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
# group_temperature = degree_C # Options are
'degree_C', 'degree_F', or 'degree_K'
# The following line is used to keep the above lines indented
properly.
# It can be ignored.
unused = unused
# Uncommenting the following section frequently results in more
# attractive formatting of times and dates, but may not work in
# your locale.
[[[[TimeFormats]]]]
# day = %H:%M
# week = %H:%M on %A
# month = %d-%b-%Y %H:%M
# year = %d-%b-%Y %H:%M
# rainyear = %d-%b-%Y %H:%M
# current = %d-%b-%Y %H:%M
# ephem_day = %H:%M
# ephem_year = %d-%b-%Y %H:%M
# The following line is used to keep the above lines indented
properly.
# It can be ignored.
unused = unused
[[[Labels]]]
# Users frequently change the labels for these observation types
[[[[Generic]]]]
# inHumidity = Inside Humidity
# inTemp = Inside Temperature
# outHumidity = Outside Humidity
# outTemp = Outside Temperature
# extraTemp1 = Temperature1
# extraTemp2 = Temperature2
# extraTemp3 = Temperature3
# The following line is used to keep the above lines indented
properly.
# It can be ignored.
unused = unused
##############################################################################
# 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
altimeter = prefer_hardware
appTemp = prefer_hardware
barometer = prefer_hardware
cloudbase = prefer_hardware
dewpoint = prefer_hardware
ET = prefer_hardware
heatindex = prefer_hardware
humidex = prefer_hardware
inDewpoint = prefer_hardware
maxSolarRad = prefer_hardware
rainRate = prefer_hardware
windchill = prefer_hardware
windrun = 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
# Uncomment and change to override logging for archive operations
# log_success = True
# log_failure = 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.manager.DaySummaryManager
# The schema defines the structure of the database.
# It is *only* used when the database is created.
schema = schemas.wview_extended.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 = XXX obfuscated by wee_debug XXX
# The password (use quotes to guard against parsing errors)
password = XXX obfuscated by wee_debug XXX
##############################################################################
# This section configures the internal weewx engine.
[Engine]
# The following section specifies which services should be run and in what
order.
[[Services]]
prep_services = weewx.engine.StdTimeSynch
data_services = ,
process_services = weewx.engine.StdConvert, weewx.engine.StdCalibrate,
weewx.engine.StdQC, weewx.wxservices.StdWXCalculate
xtype_services = weewx.wxxtypes.StdWXXTypes,
weewx.wxxtypes.StdPressureCooker, weewx.wxxtypes.StdRainRater,
weewx.wxxtypes.StdDelta
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
Using configuration file /etc/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 'archive_sqlite'
System info
Platform: Linux-6.5.0-14-generic-x86_64-with-glibc2.35
Python Version: 3.10.12
Load Information
1 minute load average: 0.00
5 minute load average: 0.00
15 minute load average: 0.00
General Weewx info
Weewx version 4.10.2 detected.
Station info
Station type: Vantage
Driver: weewx.drivers.vantage
Driver info
Currently installed extensions
No extensions installed
Archive info
Database name: weewx.sdb
Table name: archive
Version 4.0
Unit system: 1 (US)
First good timestamp: 2023-12-06 11:33:00 EST (1701880380)
Last good timestamp: 2024-01-11 15:15:00 EST (1705004100)
Number of records: 12398
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
weewxadmin@weewxadmin-MINI-S:~$weewxadmin@weewxadmin-MINI-S:/var/log$ more syslog1112024
Jan 11 16:25:21 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 26
./NOAA/NOAA-2024-01.txt
58c84a8f7df316fdc2cea3626ff5795be279de4131fa633e2af1d7ba1f682320
Jan 11 16:25:21 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/NOAA/NOAA-2024-01.txt to //NOAA/NOAA-2024-01.txt
Jan 11 16:25:21 weewxadmin-MINI-S weewx[8252] INFO weewx.reportengine:
ftpgenerator: Ftp'd 27 files in 3.93 seconds
Jan 11 16:25:21 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Report
'RSYNC' not enabled. Skipping.
Jan 11 16:25:23 weewxadmin-MINI-S kernel: [104944.487988] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:78:45:58:a8:d4:ef:86:dd
SRC=fe80:0000:0000:0000:7a45:58ff:fea8:d4ef
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=229 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=60969 DPT=10002 LEN=189
Jan 11 16:25:41 weewxadmin-MINI-S kernel: [104963.202671] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:70:a7:41:48:a1:8f:86:dd
SRC=fe80:0000:0000:0000:72a7:41ff:fe48:a18f
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=219 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=35659 DPT=10002 LEN=179
Jan 11 16:25:47 weewxadmin-MINI-S kernel: [104968.441002] [UFW BLOCK] IN=enp1s0
OUT= MAC=01:00:5e:00:00:fb:3e:b2:25:4f:c8:98:08:00 SRC=192.168.11.1
DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=40412 PROTO=2
Jan 11 16:25:51 weewxadmin-MINI-S kernel: [104972.303992] [UFW BLOCK] IN=enp1s0
OUT= MAC=01:00:5e:00:00:fb:3e:b2:25:4f:c8:98:08:00 SRC=192.168.11.1
DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=23914 PROTO=2
Jan 11 16:26:00 weewxadmin-MINI-S kernel: [104982.035980] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=364 TOS=0x00 PREC=0x00 TTL=127 ID=14760 PROTO=UDP SPT=500
DPT=500 LE
N=344
Jan 11 16:26:05 weewxadmin-MINI-S kernel: [104986.998148] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:f4:e2:c6:30:ca:6e:86:dd
SRC=fe80:0000:0000:0000:f6e2:c6ff:fe30:ca6e
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=212 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=52087 DPT=10002 LEN=172
Jan 11 16:26:23 weewxadmin-MINI-S kernel: [105004.488384] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:78:45:58:a8:d4:ef:86:dd
SRC=fe80:0000:0000:0000:7a45:58ff:fea8:d4ef
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=229 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=47939 DPT=10002 LEN=189
Jan 11 16:26:41 weewxadmin-MINI-S kernel: [105023.202654] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:70:a7:41:48:a1:8f:86:dd
SRC=fe80:0000:0000:0000:72a7:41ff:fe48:a18f
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=219 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=51222 DPT=10002 LEN=179
Jan 11 16:26:54 weewxadmin-MINI-S kernel: [105035.788813] [UFW BLOCK] IN=enp1s0
OUT= MAC=01:00:5e:00:00:fb:66:ed:ac:13:40:cf:08:00 SRC=192.168.11.77
DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=586 PROTO=2
Jan 11 16:27:05 weewxadmin-MINI-S kernel: [105046.992068] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:f4:e2:c6:30:ca:6e:86:dd
SRC=fe80:0000:0000:0000:f6e2:c6ff:fe30:ca6e
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=212 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=49521 DPT=10002 LEN=172
Jan 11 16:27:07 weewxadmin-MINI-S kernel: [105048.793797] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=364 TOS=0x00 PREC=0x00 TTL=127 ID=14958 PROTO=UDP SPT=500
DPT=500 LE
N=344
Jan 11 16:27:07 weewxadmin-MINI-S kernel: [105048.793807] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=408 TOS=0x00 PREC=0x00 TTL=127 ID=14959 PROTO=UDP SPT=500
DPT=500 LE
N=388
Jan 11 16:27:23 weewxadmin-MINI-S kernel: [105064.487757] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:78:45:58:a8:d4:ef:86:dd
SRC=fe80:0000:0000:0000:7a45:58ff:fea8:d4ef
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=229 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=55116 DPT=10002 LEN=189
Jan 11 16:27:41 weewxadmin-MINI-S kernel: [105083.204826] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:70:a7:41:48:a1:8f:86:dd
SRC=fe80:0000:0000:0000:72a7:41ff:fe48:a18f
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=219 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=48004 DPT=10002 LEN=179
Jan 11 16:28:05 weewxadmin-MINI-S kernel: [105106.998061] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:f4:e2:c6:30:ca:6e:86:dd
SRC=fe80:0000:0000:0000:f6e2:c6ff:fe30:ca6e
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=212 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=55632 DPT=10002 LEN=172
Jan 11 16:28:23 weewxadmin-MINI-S kernel: [105124.487653] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:78:45:58:a8:d4:ef:86:dd
SRC=fe80:0000:0000:0000:7a45:58ff:fea8:d4ef
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=229 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=37943 DPT=10002 LEN=189
Jan 11 16:28:24 weewxadmin-MINI-S kernel: [105125.624510] [UFW BLOCK] IN=enp1s0
OUT= MAC=01:00:5e:00:00:fb:3e:b2:25:4f:c8:98:08:00 SRC=192.168.11.1
DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=36991 PROTO=2
Jan 11 16:28:41 weewxadmin-MINI-S kernel: [105143.207001] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:70:a7:41:48:a1:8f:86:dd
SRC=fe80:0000:0000:0000:72a7:41ff:fe48:a18f
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=219 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=39202 DPT=10002 LEN=179
Jan 11 16:28:57 weewxadmin-MINI-S ubuntu-report[1412]: level=error msg="data
were not delivered successfully to metrics server, retrying in 1800s"
Jan 11 16:29:05 weewxadmin-MINI-S kernel: [105166.994217] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:f4:e2:c6:30:ca:6e:86:dd
SRC=fe80:0000:0000:0000:f6e2:c6ff:fe30:ca6e
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=212 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=42902 DPT=10002 LEN=172
Jan 11 16:29:18 weewxadmin-MINI-S kernel: [105179.621004] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=364 TOS=0x00 PREC=0x00 TTL=127 ID=14984 PROTO=UDP SPT=500
DPT=500 LE
N=344
Jan 11 16:29:18 weewxadmin-MINI-S kernel: [105179.623975] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=408 TOS=0x00 PREC=0x00 TTL=127 ID=14985 PROTO=UDP SPT=500
DPT=500 LE
N=388
Jan 11 16:29:19 weewxadmin-MINI-S kernel: [105180.615928] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=408 TOS=0x00 PREC=0x00 TTL=127 ID=14991 PROTO=UDP SPT=500
DPT=500 LE
N=388
Jan 11 16:29:19 weewxadmin-MINI-S kernel: [105180.615948] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=364 TOS=0x00 PREC=0x00 TTL=127 ID=14992 PROTO=UDP SPT=500
DPT=500 LE
N=344
Jan 11 16:29:20 weewxadmin-MINI-S kernel: [105181.619575] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=364 TOS=0x00 PREC=0x00 TTL=127 ID=14995 PROTO=UDP SPT=500
DPT=500 LE
N=344
Jan 11 16:29:20 weewxadmin-MINI-S kernel: [105181.619596] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=408 TOS=0x00 PREC=0x00 TTL=127 ID=14996 PROTO=UDP SPT=500
DPT=500 LE
N=388
Jan 11 16:29:23 weewxadmin-MINI-S kernel: [105184.485333] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:78:45:58:a8:d4:ef:86:dd
SRC=fe80:0000:0000:0000:7a45:58ff:fea8:d4ef
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=229 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=50337 DPT=10002 LEN=189
Jan 11 16:29:41 weewxadmin-MINI-S kernel: [105203.214198] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:70:a7:41:48:a1:8f:86:dd
SRC=fe80:0000:0000:0000:72a7:41ff:fe48:a18f
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=219 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=51649 DPT=10002 LEN=179
Jan 11 16:30:01 weewxadmin-MINI-S CRON[8455]: (root) CMD ([ -x
/etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then
/usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
Jan 11 16:30:05 weewxadmin-MINI-S kernel: [105227.000209] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:f4:e2:c6:30:ca:6e:86:dd
SRC=fe80:0000:0000:0000:f6e2:c6ff:fe30:ca6e
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=212 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=57009 DPT=10002 LEN=172
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
Getting archive packets since 2024-01-11 16:25:00 EST (1705008300)
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
Successfully woke up Vantage console
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
Retrieving 1 page(s); starting index= 0
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] INFO weewx.manager: Added record
2024-01-11 16:30:00 EST (1705008600) to database 'weewx.sdb'
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] INFO weewx.manager: Added record
2024-01-11 16:30:00 EST (1705008600) to daily summary in 'weewx.sdb'
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
DMPAFT complete: page timestamp 2024-01-02 19:15:00 EST (1704240900) less than
final timestamp 2024-01-11 16:30:00 EST (1705008600)
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
Catch up complete.
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Running
reports for latest time in the database.
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Running
report 'SeasonsReport'
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
Requesting 200 LOOP packets.
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.cheetahgenerator:
Using search list ['weewx.cheetahgenerator.Almanac',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions',
'weewx.cheetahgenerator.Extras',
'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers',
'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo',
'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitI
nfo']
Jan 11 16:30:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.manager: Daily
summary version is 4.0
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] INFO weewx.restx:
Wunderground-PWS: Published record 2024-01-11 16:30:00 EST (1705008600)
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.24 seconds
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.manager: Daily
summary version is 4.0
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] INFO weewx.imagegenerator:
Generated 13 images for report SeasonsReport in 0.15 seconds
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Running
report 'SmartphoneReport'
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/Smartphone/skin.conf for report
'SmartphoneReport'
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.cheetahgenerator:
Using search list ['weewx.cheetahgenerator.Almanac',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions',
'weewx.cheetahgenerator.Extras',
'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers',
'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo',
'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitI
nfo']
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.manager: Daily
summary version is 4.0
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] INFO weewx.cheetahgenerator:
Generated 6 files for report SmartphoneReport in 0.01 seconds
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.manager: Daily
summary version is 4.0
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] INFO weewx.imagegenerator:
Generated 6 images for report SmartphoneReport in 0.03 seconds
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx/smartphone
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Report
'MobileReport' not enabled. Skipping.
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Report
'StandardReport' not enabled. Skipping.
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Running
report 'FTP'
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Cannot
read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP':
Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: ****
Using defaults instead.
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload:
Attempting connection to skiholidaymtn.com
Jan 11 16:30:17 weewxadmin-MINI-S kernel: [105238.755187] [UFW BLOCK] IN=enp1s0
OUT= MAC=01:00:5e:00:00:fb:66:ed:ac:13:40:cf:08:00 SRC=192.168.11.77
DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=13344 PROTO=2
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
Successfully woke up Vantage console
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload:
Connected to skiholidaymtn.com
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 0
./dayvolt.png 716986a863755404569b0c6437c56e3370419c47f915d40c9d913c406e0de16c
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/dayvolt.png to //dayvolt.png
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 1
./daytempin.png 67dde94a754d9baa376c5d9e017fe63cee0b86666dfdf6e8fcd1280414576ce2
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daytempin.png to //daytempin.png
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 2
./daywinddir.png
d9ae789d763497582415fdf16bb882e53da4dbc7965fe875a5f5e37e251e1ff4
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daywinddir.png to //daywinddir.png
Jan 11 16:30:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 3
./dayrain.png d129c12023cf202b233a1c9fe388d52af9d4a607a34efaaa6805c7a4c175d3ba
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/dayrain.png to //dayrain.png
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 4
./dayhumin.png 3df1cd6b10ee1c76fe9154308675a19bbc4b3da82ba2283593405858e732d285
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/dayhumin.png to //dayhumin.png
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 5
./daytempdew.png
4faedbe97386bd15b8220e21fd362f238cb0d997c887e7f0ed85aeedfc172342
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daytempdew.png to //daytempdew.png
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 6
./tabular.html 951f81529d4cd3041b636ca0e4fac722f6aa3de972bcec26b4ff6c8af1425378
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/tabular.html to //tabular.html
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 7
./daywindvec.png
c0451c568f38021f386797068735b34227e7cba1b723b656d718535b8219ce81
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daywindvec.png to //daywindvec.png
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 8
./dayrx.png 27685a9f85975abbe03849ff9877b5c222994e58be921949ac871020e05bf9ee
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/dayrx.png to //dayrx.png
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 9
./dayET.png 8ff693019627a4dbfa8e9dd3ec38a93552a4558b8a6896c1ff78e3294f666db3
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/dayET.png to //dayET.png
Jan 11 16:30:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 10
./index.html fbfe950c59293b3dda215eebc24378ea94676e9d3e0900770c4df3b6727d4a95
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/index.html to //index.html
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 11
./rss.xml e61d14455d11e074fc1e041a1c77fba66d9711d98cf05c48fa964eadaa9654a7
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/rss.xml to //rss.xml
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 12
./celestial.html
aacd78cca5ad022a4e3f2e22c93ac821ea3d75224d958fe370ce0ff74a9d5735
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/celestial.html to //celestial.html
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 13
./statistics.html
aa15d822356b0ce72b092a8a56dea081bb0013e8f9870301eac0d6689e204f7f
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/statistics.html to //statistics.html
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 14
./daytempfeel.png
f581d4b8414909c81994a315f7185d67419fade8655e9aefbbe4f47372dac5fd
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daytempfeel.png to //daytempfeel.png
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 15
./dayhum.png aa006fecaa61e0b4ea8a38217ddf2f85c885c994c0305fdf16084ab6778ff8a9
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/dayhum.png to //dayhum.png
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 16
./daywind.png e9700170be9121321ac58e3fc6153cbaef00bdf46835cb785151e9fd70e2e0ca
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daywind.png to //daywind.png
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 17
./daybarometer.png
e75cdf0b56114e271411c5b7fa82e33f995b6fb1696770d0acb1af7043fcc560
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daybarometer.png to //daybarometer.png
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 18
./telemetry.html
7ab633bbe03e016093fedf163d08b6890b167a0642dcbd88e8964995bb5d652e
Jan 11 16:30:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/telemetry.html to //telemetry.html
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 19
./smartphone/daywinddir.png
e10bb6a9d9ab59ba18a0ea781dfd8bb438811f61b3ef36b7693463eb0e16a021
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/daywinddir.png to
//smartphone/daywinddir.png
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 20
./smartphone/dayrain.png
cca56a72d84642f913edd26819fda879341e9f491e862b976c9d4843bbfbb7d2
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/dayrain.png to //smartphone/dayrain.png
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 21
./smartphone/daytempdew.png
82fc6527c9b816c513e702a82ded2a685e2f780a764cce045b27a64a8a830c22
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/daytempdew.png to
//smartphone/daytempdew.png
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 22
./smartphone/dayhumidity.png
ec08b8be366de4d4a6e8b771e73d2021e848ede27755648fc5e598f9ff437d59
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/dayhumidity.png to
//smartphone/dayhumidity.png
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 23
./smartphone/index.html
d1c32004f89ab023ef27ba1ce8e868e18ba488f058c180240c27bcd86dd7e174
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/index.html to //smartphone/index.html
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 24
./smartphone/daywind.png
e67ab6edb844fee4529fdfbf38196da6d0f02e89b82f76ebb6c625867b670498
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/daywind.png to //smartphone/daywind.png
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 25
./smartphone/daybarometer.png
0fb53cab65ef5644d69e0310770efb5f44622a154ef713734ca77f39e84d57f3
Jan 11 16:30:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/daybarometer.png to
//smartphone/daybarometer.png
Jan 11 16:30:21 weewxadmin-MINI-S weewx[8252] INFO weewx.reportengine:
ftpgenerator: Ftp'd 26 files in 3.64 seconds
Jan 11 16:30:21 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Report
'RSYNC' not enabled. Skipping.
Jan 11 16:30:23 weewxadmin-MINI-S kernel: [105244.485224] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:78:45:58:a8:d4:ef:86:dd
SRC=fe80:0000:0000:0000:7a45:58ff:fea8:d4ef
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=229 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=42411 DPT=10002 LEN=189
Jan 11 16:30:27 weewxadmin-MINI-S kernel: [105248.995202] [UFW BLOCK] IN=enp1s0
OUT= MAC=01:00:5e:00:00:fb:3e:b2:25:4f:c8:98:08:00 SRC=192.168.11.1
DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=56585 PROTO=2
Jan 11 16:30:41 weewxadmin-MINI-S kernel: [105263.211582] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:70:a7:41:48:a1:8f:86:dd
SRC=fe80:0000:0000:0000:72a7:41ff:fe48:a18f
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=219 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=47183 DPT=10002 LEN=179
Jan 11 16:31:05 weewxadmin-MINI-S kernel: [105286.999727] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:f4:e2:c6:30:ca:6e:86:dd
SRC=fe80:0000:0000:0000:f6e2:c6ff:fe30:ca6e
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=212 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=54771 DPT=10002 LEN=172
Jan 11 16:31:07 weewxadmin-MINI-S kernel: [105289.128101] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=364 TOS=0x00 PREC=0x00 TTL=127 ID=15009 PROTO=UDP SPT=500
DPT=500 LE
N=344
Jan 11 16:31:07 weewxadmin-MINI-S kernel: [105289.129344] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=408 TOS=0x00 PREC=0x00 TTL=127 ID=15010 PROTO=UDP SPT=500
DPT=500 LE
N=388
Jan 11 16:31:08 weewxadmin-MINI-S kernel: [105290.119605] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=408 TOS=0x00 PREC=0x00 TTL=127 ID=15012 PROTO=UDP SPT=500
DPT=500 LE
N=388
Jan 11 16:31:23 weewxadmin-MINI-S kernel: [105304.486187] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:78:45:58:a8:d4:ef:86:dd
SRC=fe80:0000:0000:0000:7a45:58ff:fea8:d4ef
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=229 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=54268 DPT=10002 LEN=189
Jan 11 16:31:23 weewxadmin-MINI-S systemd[1]: Started Run anacron jobs.
Jan 11 16:31:23 weewxadmin-MINI-S anacron[8458]: Anacron 2.3 started on
2024-01-11
Jan 11 16:31:23 weewxadmin-MINI-S anacron[8458]: Normal exit (0 jobs run)
Jan 11 16:31:23 weewxadmin-MINI-S systemd[1]: anacron.service: Deactivated
successfully.
Jan 11 16:31:41 weewxadmin-MINI-S kernel: [105323.210744] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:70:a7:41:48:a1:8f:86:dd
SRC=fe80:0000:0000:0000:72a7:41ff:fe48:a18f
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=219 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=48803 DPT=10002 LEN=179
Jan 11 16:32:00 weewxadmin-MINI-S kernel: [105341.371898] [UFW BLOCK] IN=enp1s0
OUT= MAC=01:00:5e:00:00:fb:3e:b2:25:4f:c8:98:08:00 SRC=192.168.11.1
DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=58176 PROTO=2
Jan 11 16:32:05 weewxadmin-MINI-S kernel: [105346.997113] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:f4:e2:c6:30:ca:6e:86:dd
SRC=fe80:0000:0000:0000:f6e2:c6ff:fe30:ca6e
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=212 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=35516 DPT=10002 LEN=172
Jan 11 16:32:16 weewxadmin-MINI-S kernel: [105357.762397] [UFW BLOCK] IN=enp1s0
OUT= MAC=01:00:5e:00:00:fb:66:ed:ac:13:40:cf:08:00 SRC=192.168.11.77
DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=24359 PROTO=2
Jan 11 16:32:23 weewxadmin-MINI-S kernel: [105364.484064] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:78:45:58:a8:d4:ef:86:dd
SRC=fe80:0000:0000:0000:7a45:58ff:fea8:d4ef
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=229 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=45606 DPT=10002 LEN=189
Jan 11 16:32:41 weewxadmin-MINI-S kernel: [105383.209542] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:70:a7:41:48:a1:8f:86:dd
SRC=fe80:0000:0000:0000:72a7:41ff:fe48:a18f
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=219 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=50939 DPT=10002 LEN=179
Jan 11 16:33:05 weewxadmin-MINI-S kernel: [105407.002207] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:f4:e2:c6:30:ca:6e:86:dd
SRC=fe80:0000:0000:0000:f6e2:c6ff:fe30:ca6e
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=212 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=38897 DPT=10002 LEN=172
Jan 11 16:33:23 weewxadmin-MINI-S kernel: [105424.483499] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:78:45:58:a8:d4:ef:86:dd
SRC=fe80:0000:0000:0000:7a45:58ff:fea8:d4ef
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=229 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=59570 DPT=10002 LEN=189
Jan 11 16:33:41 weewxadmin-MINI-S kernel: [105443.211527] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:70:a7:41:48:a1:8f:86:dd
SRC=fe80:0000:0000:0000:72a7:41ff:fe48:a18f
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=219 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=44161 DPT=10002 LEN=179
Jan 11 16:34:01 weewxadmin-MINI-S kernel: [105463.168600] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=364 TOS=0x00 PREC=0x00 TTL=127 ID=15041 PROTO=UDP SPT=500
DPT=500 LE
N=344
Jan 11 16:34:01 weewxadmin-MINI-S kernel: [105463.169837] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=408 TOS=0x00 PREC=0x00 TTL=127 ID=15042 PROTO=UDP SPT=500
DPT=500 LE
N=388
Jan 11 16:34:02 weewxadmin-MINI-S kernel: [105464.166802] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=364 TOS=0x00 PREC=0x00 TTL=127 ID=15051 PROTO=UDP SPT=500
DPT=500 LE
N=344
Jan 11 16:34:02 weewxadmin-MINI-S kernel: [105464.187370] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=408 TOS=0x00 PREC=0x00 TTL=127 ID=15052 PROTO=UDP SPT=500
DPT=500 LE
N=388
Jan 11 16:34:03 weewxadmin-MINI-S kernel: [105465.169311] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=364 TOS=0x00 PREC=0x00 TTL=127 ID=15053 PROTO=UDP SPT=500
DPT=500 LE
N=344
Jan 11 16:34:03 weewxadmin-MINI-S kernel: [105465.190577] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=408 TOS=0x00 PREC=0x00 TTL=127 ID=15054 PROTO=UDP SPT=500
DPT=500 LE
N=388
Jan 11 16:34:04 weewxadmin-MINI-S kernel: [105465.390832] [UFW BLOCK] IN=enp1s0
OUT= MAC=01:00:5e:00:00:fb:3e:b2:25:4f:c8:98:08:00 SRC=192.168.11.1
DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=55111 PROTO=2
Jan 11 16:34:05 weewxadmin-MINI-S kernel: [105466.999460] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:f4:e2:c6:30:ca:6e:86:dd
SRC=fe80:0000:0000:0000:f6e2:c6ff:fe30:ca6e
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=212 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=36202 DPT=10002 LEN=172
Jan 11 16:34:23 weewxadmin-MINI-S kernel: [105484.394807] [UFW BLOCK] IN=enp1s0
OUT= MAC=01:00:5e:00:00:fb:3e:b2:25:4f:c8:98:08:00 SRC=192.168.11.1
DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=44441 PROTO=2
Jan 11 16:34:23 weewxadmin-MINI-S kernel: [105484.483471] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:78:45:58:a8:d4:ef:86:dd
SRC=fe80:0000:0000:0000:7a45:58ff:fea8:d4ef
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=229 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=37533 DPT=10002 LEN=189
Jan 11 16:34:41 weewxadmin-MINI-S kernel: [105503.210790] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:70:a7:41:48:a1:8f:86:dd
SRC=fe80:0000:0000:0000:72a7:41ff:fe48:a18f
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=219 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=33396 DPT=10002 LEN=179
Jan 11 16:35:05 weewxadmin-MINI-S kernel: [105526.998833] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:f4:e2:c6:30:ca:6e:86:dd
SRC=fe80:0000:0000:0000:f6e2:c6ff:fe30:ca6e
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=212 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=54946 DPT=10002 LEN=172
Jan 11 16:35:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
Getting archive packets since 2024-01-11 16:30:00 EST (1705008600)
Jan 11 16:35:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
Successfully woke up Vantage console
Jan 11 16:35:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
Retrieving 1 page(s); starting index= 1
Jan 11 16:35:16 weewxadmin-MINI-S weewx[8252] INFO weewx.manager: Added record
2024-01-11 16:35:00 EST (1705008900) to database 'weewx.sdb'
Jan 11 16:35:16 weewxadmin-MINI-S weewx[8252] INFO weewx.manager: Added record
2024-01-11 16:35:00 EST (1705008900) to daily summary in 'weewx.sdb'
Jan 11 16:35:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
DMPAFT complete: page timestamp 2024-01-02 19:20:00 EST (1704241200) less than
final timestamp 2024-01-11 16:35:00 EST (1705008900)
Jan 11 16:35:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
Catch up complete.
Jan 11 16:35:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Running
reports for latest time in the database.
Jan 11 16:35:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Running
report 'SeasonsReport'
Jan 11 16:35:16 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
Requesting 200 LOOP packets.
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.cheetahgenerator:
Using search list ['weewx.cheetahgenerator.Almanac',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions',
'weewx.cheetahgenerator.Extras',
'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers',
'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo',
'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitI
nfo']
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.manager: Daily
summary version is 4.0
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] INFO weewx.cheetahgenerator:
Generated 8 files for report SeasonsReport in 0.24 seconds
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.manager: Daily
summary version is 4.0
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] INFO weewx.restx:
Wunderground-PWS: Published record 2024-01-11 16:35:00 EST (1705008900)
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] INFO weewx.imagegenerator:
Generated 13 images for report SeasonsReport in 0.16 seconds
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Running
report 'SmartphoneReport'
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/Smartphone/skin.conf for report
'SmartphoneReport'
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.cheetahgenerator:
Using search list ['weewx.cheetahgenerator.Almanac',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions',
'weewx.cheetahgenerator.Extras',
'weewx.cheetahgenerator.Gettext', 'weewx.cheetahgenerator.JSONHelpers',
'weewx.cheetahgenerator.PlotInfo', 'weewx.cheetahgenerator.SkinInfo',
'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitI
nfo']
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.manager: Daily
summary version is 4.0
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] INFO weewx.cheetahgenerator:
Generated 6 files for report SmartphoneReport in 0.01 seconds
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.manager: Daily
summary version is 4.0
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] INFO weewx.imagegenerator:
Generated 6 images for report SmartphoneReport in 0.03 seconds
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] INFO weewx.reportengine: Copied 0
files to /var/www/html/weewx/smartphone
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Report
'MobileReport' not enabled. Skipping.
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Report
'StandardReport' not enabled. Skipping.
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Running
report 'FTP'
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Cannot
read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP':
Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: ****
Using defaults instead.
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload:
Attempting connection to skiholidaymtn.com
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weewx.drivers.vantage:
Successfully woke up Vantage console
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload:
Connected to skiholidaymtn.com
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 0
./dayvolt.png 4783dd2702d71f2ea6d977719c6869fb841c082c63c96a43f2c22b89ec4e74a7
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/dayvolt.png to //dayvolt.png
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 1
./daytempin.png 5854de39e13e1e8977cd3c9eb8727e5f00f593affd33ebd91cc0d9f15b62a0d1
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daytempin.png to //daytempin.png
Jan 11 16:35:17 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 2
./daywinddir.png
08fe4925fb6248d5819a17fd57b42bad14a8c8007127519fe1881a40af81ff5f
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daywinddir.png to //daywinddir.png
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 3
./dayrain.png 9ea4104a3777357fd2cde3a83011467624768f5b3f9cf77f79d06065789cb044
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/dayrain.png to //dayrain.png
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 4
./dayhumin.png d8393a799dededdc2ba05db579d949b85a5c8c99fd1cb92099380c3ff8ec2bea
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/dayhumin.png to //dayhumin.png
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 5
./daytempdew.png
554d928af69a0c39bcd81752ed9c04a058b0016187302d50ad88d25784ad39d5
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daytempdew.png to //daytempdew.png
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 6
./tabular.html 246d67462fd0af446cef1f8feb01483b78baf7559721aa5daadbc97cd09bf121
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/tabular.html to //tabular.html
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 7
./daywindvec.png
63ad8f3d792820faefdc6b7a2d6800872967994cdf84a6ddf22a492cbf725740
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daywindvec.png to //daywindvec.png
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 8
./dayrx.png 6e67fca52d48b3fd7092ec15a81d6b337c70e69d1f9e71529aae61a54e97f5cb
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/dayrx.png to //dayrx.png
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 9
./dayET.png 5f80c876498af8d986e102d5a0463f4fe6d54f1bf5de852e0fb8631fa9a1e501
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/dayET.png to //dayET.png
Jan 11 16:35:18 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 10
./index.html 0a7e10ec23b26a682730c72c56f2b17fbf4013d78c31f9d936f4e3dee4be42d7
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/index.html to //index.html
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 11
./rss.xml c7c74c7cef2a2aa8fa72f30b970b2a6c8c9ea7557106d8f433185d7891f9a3cc
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/rss.xml to //rss.xml
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 12
./celestial.html
e1f3bc2fb6fe5f2226a0266722c0fa5fd3ec124b06bdf24d1734bafdbd856ccf
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/celestial.html to //celestial.html
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 13
./statistics.html
3aa43b780d2001f7a259e6f0927cd052cbbce8995f33da9a6eba114e0aee2854
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/statistics.html to //statistics.html
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 14
./daytempfeel.png
fdd10590b7fb01bbbb0e7743ca001d0585b504702881309448c72ea214015ff7
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daytempfeel.png to //daytempfeel.png
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 15
./dayhum.png 38bfb36276fccfd20de19c3388fbf44a537bf5225b5f91f1fa69024b98cf0591
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/dayhum.png to //dayhum.png
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 16
./daywind.png 492a74341fc341ea0e710f1cf4aedad5a57480b6039fb5ebfc7ea837765339d0
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daywind.png to //daywind.png
Jan 11 16:35:19 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 17
./daybarometer.png
a72c7049b39d97b18df4af4a2a4d24d5736109e6de0e2684483151769bafcbbd
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/daybarometer.png to //daybarometer.png
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 18
./telemetry.html
2b8a37853e2306cdaa1c737bd6c7d6289654840515a98e46902e5f4fff6a7575
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/telemetry.html to //telemetry.html
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 19
./smartphone/daywinddir.png
9e7a6c817d8ed3c077bf7866f16f431654462292bb928491938d663f2ce18b91
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/daywinddir.png to
//smartphone/daywinddir.png
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 20
./smartphone/dayrain.png
8a6699f539c19a4383a21883b19298f6bd13c2e8fdd1f59781bd9d62e31049b9
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/dayrain.png to //smartphone/dayrain.png
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 21
./smartphone/daytempdew.png
f051e189f54ba02b7f9189ca9551d1b49304c236b570cc24d9122c9767122103
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/daytempdew.png to
//smartphone/daytempdew.png
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 22
./smartphone/dayhumidity.png
42450dc1823e9919f62fb05e29795db8ca6475d2dea6e2e154a000c8c1f2853c
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/dayhumidity.png to
//smartphone/dayhumidity.png
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 23
./smartphone/index.html
920fba5c31d46a8e0055137c86204deb566e74f0cb26d86f27128255c12981fe
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/index.html to //smartphone/index.html
Jan 11 16:35:20 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 24
./smartphone/daywind.png
cc8a0ae9123b9a994ad1133ad54ba4ecf43d55810df39683bd8b34dac9f7eadb
Jan 11 16:35:21 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/daywind.png to //smartphone/daywind.png
Jan 11 16:35:21 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: 25
./smartphone/daybarometer.png
e6506200fdfee2c4e45c3512daf62f750b3f8daca0edbd9a795486892597d189
Jan 11 16:35:21 weewxadmin-MINI-S weewx[8252] DEBUG weeutil.ftpupload: Uploaded
file /var/www/html/weewx/smartphone/daybarometer.png to
//smartphone/daybarometer.png
Jan 11 16:35:21 weewxadmin-MINI-S weewx[8252] INFO weewx.reportengine:
ftpgenerator: Ftp'd 26 files in 3.84 seconds
Jan 11 16:35:21 weewxadmin-MINI-S weewx[8252] DEBUG weewx.reportengine: Report
'RSYNC' not enabled. Skipping.
Jan 11 16:35:23 weewxadmin-MINI-S kernel: [105544.484244] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:78:45:58:a8:d4:ef:86:dd
SRC=fe80:0000:0000:0000:7a45:58ff:fea8:d4ef
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=229 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=54713 DPT=10002 LEN=189
Jan 11 16:35:41 weewxadmin-MINI-S kernel: [105563.214701] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:70:a7:41:48:a1:8f:86:dd
SRC=fe80:0000:0000:0000:72a7:41ff:fe48:a18f
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=219 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=50614 DPT=10002 LEN=179
Jan 11 16:35:46 weewxadmin-MINI-S kernel: [105567.547412] [UFW BLOCK] IN=enp1s0
OUT= MAC=01:00:5e:00:00:fb:3e:b2:25:4f:c8:98:08:00 SRC=192.168.11.1
DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=17660 PROTO=2
Jan 11 16:35:49 weewxadmin-MINI-S kernel: [105571.168529] [UFW BLOCK] IN=enp1s0
OUT= MAC=01:00:5e:00:00:fb:3e:b2:25:4f:c8:98:08:00 SRC=192.168.11.1
DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=63464 PROTO=2
Jan 11 16:35:56 weewxadmin-MINI-S kernel: [105578.257937] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=364 TOS=0x00 PREC=0x00 TTL=127 ID=15081 PROTO=UDP SPT=500
DPT=500 LE
N=344
Jan 11 16:35:56 weewxadmin-MINI-S kernel: [105578.259588] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=408 TOS=0x00 PREC=0x00 TTL=127 ID=15082 PROTO=UDP SPT=500
DPT=500 LE
N=388
Jan 11 16:36:01 weewxadmin-MINI-S kernel: [105583.264688] [UFW BLOCK] IN=enp1s0
OUT= MAC=7c:83:34:be:05:a5:ae:8b:a9:10:9d:52:08:00 SRC=192.168.3.2
DST=192.168.11.49 LEN=408 TOS=0x00 PREC=0x00 TTL=127 ID=15143 PROTO=UDP SPT=500
DPT=500 LE
N=388
Jan 11 16:36:05 weewxadmin-MINI-S kernel: [105587.001431] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:f4:e2:c6:30:ca:6e:86:dd
SRC=fe80:0000:0000:0000:f6e2:c6ff:fe30:ca6e
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=212 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=52905 DPT=10002 LEN=172
Jan 11 16:36:23 weewxadmin-MINI-S kernel: [105604.481976] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:78:45:58:a8:d4:ef:86:dd
SRC=fe80:0000:0000:0000:7a45:58ff:fea8:d4ef
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=229 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=51571 DPT=10002 LEN=189
Jan 11 16:36:41 weewxadmin-MINI-S kernel: [105623.214919] [UFW BLOCK] IN=enp1s0
OUT= MAC=33:33:00:00:00:01:70:a7:41:48:a1:8f:86:dd
SRC=fe80:0000:0000:0000:72a7:41ff:fe48:a18f
DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=219 TC=0 HOPLI
MIT=1 FLOWLBL=0 PROTO=UDP SPT=60181 DPT=10002 LEN=179
weewxadmin@weewxadmin-MINI-S:/var/log$