weewx hangs after update from 3.8 to 3.9.1

215 views
Skip to first unread message

Michael Aschauer

unread,
Jun 20, 2019, 3:04:10 AM6/20/19
to weewx-user
hi folks,

never change an running system they said, i did and having troubles now.
problem: after updating, weewx runs for about 3 days and hangs up. tried to restart, stop/start. this is the debug output:

Jun 20 08:32:57 wetterraspi systemd[1]: Starting LSB: weewx weather system...
Jun 20 08:32:58 wetterraspi weewx[17050]: engine: Initializing weewx version 3.9.1
Jun 20 08:32:58 wetterraspi weewx[17050]: engine: Using Python 2.7.9 (default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Jun 20 08:32:58 wetterraspi weewx[17050]: engine: Platform Linux-4.9.35-v7+-armv7l-with-debian-8.0
Jun 20 08:32:58 wetterraspi weewx[17050]: engine: Locale is 'de_AT.UTF-8'
Jun 20 08:32:58 wetterraspi weewx[17050]: engine: pid file is /var/run/weewx.pid
Jun 20 08:32:58 wetterraspi weewx[17040]: Starting weewx weather system: weewx.
Jun 20 08:32:58 wetterraspi systemd[1]: Started LSB: weewx weather system.
Jun 20 08:32:58 wetterraspi weewx[17054]: engine: Using configuration file /etc/weewx/weewx.conf
Jun 20 08:32:58 wetterraspi weewx[17054]: engine: Loading station type Vantage (weewx.drivers.vantage)
Jun 20 08:33:02 wetterraspi weewx[17054]: engine: Caught unrecoverable exception in engine:
Jun 20 08:33:02 wetterraspi weewx[17054]:     ****  Empty module name
Jun 20 08:33:02 wetterraspi weewx[17054]:     ****  Traceback (most recent call last):
Jun 20 08:33:02 wetterraspi weewx[17054]:     ****    File "/usr/share/weewx/weewx/engine.py", line 884, in main
Jun 20 08:33:02 wetterraspi weewx[17054]:     ****      engine = engine_class(config_dict)
Jun 20 08:33:02 wetterraspi weewx[17054]:     ****    File "/usr/share/weewx/weewx/engine.py", line 78, in __init__
Jun 20 08:33:02 wetterraspi weewx[17054]:     ****      self.loadServices(config_dict)
Jun 20 08:33:02 wetterraspi weewx[17054]:     ****    File "/usr/share/weewx/weewx/engine.py", line 142, in loadServices
Jun 20 08:33:02 wetterraspi weewx[17054]:     ****      self.service_obj.append(weeutil.weeutil._get_object(svc)(self, config_dict))
Jun 20 08:33:02 wetterraspi weewx[17054]:     ****    File "/usr/share/weewx/weeutil/weeutil.py", line 1130, in _get_object
Jun 20 08:33:02 wetterraspi weewx[17054]:     ****      mod = __import__(module)
Jun 20 08:33:02 wetterraspi weewx[17054]:     ****  ValueError: Empty module name
Jun 20 08:33:02 wetterraspi weewx[17054]:     ****  Exiting.


And CONFIG FILE:
# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2019 Tom Keffer
# 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 = 0

# 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 = "Leobendorf"
    
    # Latitude and longitude in decimal degrees
    latitude = 48.xxx
    longitude = 16.xxx
    
    # Altitude of the station, with unit it is in. This is downloaded from
    # from the station if the hardware supports it.
    altitude = 190 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 = Vantage
    
    # If you have a website, you may specify an URL
    station_url = xxx.xxx.xxx
    
    # The start of the rain year (1=January; 10=October, etc.). This is
    # downloaded from the station if the hardware supports it.
    rain_year_start = 1
    
    # Start of week (0=Monday, 6=Sunday)
    week_start = 0

##############################################################################

[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/ttyS0
    
    # 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 id of your ISS station (usually 1). If you use a wind meter connected
    # to a anemometer transmitter kit, use its id
    iss_id = 3
    
    # 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

##############################################################################

if have anonymized  lat/long and station url. so normally instead of xxx there are numbes and characters.
i really have no clue, why weewx stops.
any help is highly appreciated.

greetings from austria,
michael

Thomas Keffer

unread,
Jun 20, 2019, 9:53:00 AM6/20/19
to weewx-user
That section of the weewx.conf file looks OK, but I suspect there is a problem in the [[Services]] section. Take a look there, and if you're still stumped, post the section.

-tk

--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/374cabcf-1597-4bd4-9e80-8bcb743d2934%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Michael Aschauer

unread,
Jun 20, 2019, 10:31:45 AM6/20/19
to weewx-user


hi tom,
i didn´t change anything in this part of the conf, but here it is:
##############################################################################

#   This section configures the internal weewx engine.

[Engine]
    
    [[Services]]
        # This section specifies the services that should be run. They are
        # grouped by type, and the order of services within each group
        # determines the order in which the services will be run.
        prep_services = weewx.engine.StdTimeSynch
        data_services = ,
        process_services = weewx.engine.StdConvert, weewx.engine.StdCalibrate, weewx.engine.StdQC, weewx.wxservices.StdWXCalculate
        archive_services = weewx.engine.StdArchive
        restful_services = weewx.restx.StdStationRegistry, weewx.restx.StdWunderground, weewx.restx.StdPWSweather, weewx.restx.StdCWOP, weewx.restx.StdWOW, weewx.restx.StdAWEKAS
        report_services = weewx.engine.StdPrint, weewx.engine.StdReport

really interesting, that version 3.8 run for serveral month without a problem and after upgrading to 3.9.1  the issue arrived. i´m really perplexed. thank you for your support!
michael

Leon Shaner

unread,
Jun 20, 2019, 11:44:15 AM6/20/19
to weewx...@googlegroups.com
Just a hunch,

But this line looks suspect.
Perhaps just comment it out?

data_services = ,

Regards,
\Leon
--
Leon Shaner :: Dearborn, Michigan (iPhone)

> On Jun 20, 2019, at 10:31 AM, Michael Aschauer <aschaue...@gmail.com> wrote:
>
> data_services = ,

gjr80

unread,
Jun 20, 2019, 11:59:29 AM6/20/19
to weewx-user
That's a standard line in 99.9% of WeeWX installs, it's fine.

Gary

On Friday, 21 June 2019 01:44:15 UTC+10, Leon Shaner wrote:
Just a hunch,

But this line looks suspect.
Perhaps just comment it out?

        data_services = ,

Regards,
\Leon
--
Leon Shaner :: Dearborn, Michigan (iPhone)

> On Jun 20, 2019, at 10:31 AM, Michael Aschauer <aschau...@gmail.com> wrote:
>
>         data_services = ,

Michael Aschauer

unread,
Jun 20, 2019, 1:20:36 PM6/20/19
to weewx-user


thx for the hint leon, i did so, but still the same after start 

sudo /etc/init.d/weewx start

Jun 20 19:12:14 wetterraspi weewx[21730]: engine: Initializing weewx version 3.9.1
Jun 20 19:12:14 wetterraspi weewx[21730]: engine: Using Python 2.7.9 (default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Jun 20 19:12:14 wetterraspi weewx[21730]: engine: Platform Linux-4.9.35-v7+-armv7l-with-debian-8.0
Jun 20 19:12:14 wetterraspi weewx[21730]: engine: Locale is 'de_AT.UTF-8'
Jun 20 19:12:14 wetterraspi weewx[21730]: engine: pid file is /var/run/weewx.pid
Jun 20 19:12:14 wetterraspi weewx[21720]: Starting weewx weather system: weewx.
Jun 20 19:12:14 wetterraspi systemd[1]: Started LSB: weewx weather system.
Jun 20 19:12:14 wetterraspi weewx[21734]: engine: Using configuration file /etc/weewx/weewx.conf
Jun 20 19:12:14 wetterraspi weewx[21734]: engine: Loading station type Vantage (weewx.drivers.vantage)
Jun 20 19:12:18 wetterraspi weewx[21734]: engine: Caught unrecoverable exception in engine:
Jun 20 19:12:18 wetterraspi weewx[21734]:     ****  Empty module name
Jun 20 19:12:18 wetterraspi weewx[21734]:     ****  Traceback (most recent call last):
Jun 20 19:12:18 wetterraspi weewx[21734]:     ****    File "/usr/share/weewx/weewx/engine.py", line 884, in main
Jun 20 19:12:18 wetterraspi weewx[21734]:     ****      engine = engine_class(config_dict)
Jun 20 19:12:18 wetterraspi weewx[21734]:     ****    File "/usr/share/weewx/weewx/engine.py", line 78, in __init__
Jun 20 19:12:18 wetterraspi weewx[21734]:     ****      self.loadServices(config_dict)
Jun 20 19:12:18 wetterraspi weewx[21734]:     ****    File "/usr/share/weewx/weewx/engine.py", line 142, in loadServices
Jun 20 19:12:18 wetterraspi weewx[21734]:     ****      self.service_obj.append(weeutil.weeutil._get_object(svc)(self, config_dict))
Jun 20 19:12:18 wetterraspi weewx[21734]:     ****    File "/usr/share/weewx/weeutil/weeutil.py", line 1130, in _get_object
Jun 20 19:12:18 wetterraspi weewx[21734]:     ****      mod = __import__(module)
Jun 20 19:12:18 wetterraspi weewx[21734]:     ****  ValueError: Empty module name
Jun 20 19:12:18 wetterraspi weewx[21734]:     ****  Exiting.
Jun 20 19:14:23 wetterraspi wpa_supplicant[565]: wlan0: WPA: Group rekeying completed with d4:ca:6d:4c:46:55 [GTK=CCMP]
Jun 20 19:16:59 wetterraspi systemd[1]: Stopping LSB: weewx weather system...
Jun 20 19:16:59 wetterraspi weewx[21814]: Stopping weewx weather system: weewx not running....

Thomas Keffer

unread,
Jun 21, 2019, 7:01:05 PM6/21/19
to weewx-user
Sorry for going dark on you, Michael. I was away from my computer for a few days.

Try running with debug=1. It will show you which module it is attempting to import.

--
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 weewx-user+...@googlegroups.com.

Michael Aschauer

unread,
Jun 22, 2019, 1:37:32 AM6/22/19
to weewx-user


no problem thomas, thank you for coming back.
here is the debug output:

Jun 22 07:30:02 wetterraspi systemd[1]: Starting LSB: weewx weather system...
Jun 22 07:30:02 wetterraspi weewx[4147]: engine: Initializing weewx version 3.9.1
Jun 22 07:30:02 wetterraspi weewx[4147]: engine: Using Python 2.7.9 (default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Jun 22 07:30:02 wetterraspi weewx[4147]: engine: Platform Linux-4.9.35-v7+-armv7l-with-debian-8.0
Jun 22 07:30:02 wetterraspi weewx[4147]: engine: Locale is 'de_AT.UTF-8'
Jun 22 07:30:02 wetterraspi weewx[4147]: engine: pid file is /var/run/weewx.pid
Jun 22 07:30:02 wetterraspi weewx[4137]: Starting weewx weather system: weewx.
Jun 22 07:30:02 wetterraspi systemd[1]: Started LSB: weewx weather system.
Jun 22 07:30:02 wetterraspi weewx[4151]: engine: Using configuration file /etc/weewx/weewx.conf
Jun 22 07:30:02 wetterraspi weewx[4151]: engine: Debug is 1
Jun 22 07:30:02 wetterraspi weewx[4151]: engine: Initializing engine
Jun 22 07:30:02 wetterraspi weewx[4151]: engine: Loading station type Vantage (weewx.drivers.vantage)
Jun 22 07:30:02 wetterraspi weewx[4151]: vantage: Driver version is 3.1.1
Jun 22 07:30:02 wetterraspi weewx[4151]: vantage: Opened up serial port /dev/ttyS0; baud 19200; timeout 4.00
Jun 22 07:30:06 wetterraspi weewx[4151]: vantage: Retry  #0 failed
Jun 22 07:30:06 wetterraspi weewx[4151]: vantage: Gentle wake up of console successful
Jun 22 07:30:06 wetterraspi weewx[4151]: vantage: Hardware type is 16
Jun 22 07:30:06 wetterraspi weewx[4151]: vantage: ISS ID is 3
Jun 22 07:30:06 wetterraspi weewx[4151]: vantage: Hardware name: Vantage Pro2
Jun 22 07:30:06 wetterraspi weewx[4151]: engine: Loading service w
Jun 22 07:30:06 wetterraspi weewx[4151]: engine: Caught unrecoverable exception in engine:
Jun 22 07:30:06 wetterraspi weewx[4151]:     ****  Empty module name
Jun 22 07:30:06 wetterraspi weewx[4151]:     ****  Traceback (most recent call last):
Jun 22 07:30:06 wetterraspi weewx[4151]:     ****    File "/usr/share/weewx/weewx/engine.py", line 884, in main
Jun 22 07:30:06 wetterraspi weewx[4151]:     ****      engine = engine_class(config_dict)
Jun 22 07:30:06 wetterraspi weewx[4151]:     ****    File "/usr/share/weewx/weewx/engine.py", line 78, in __init__
Jun 22 07:30:06 wetterraspi weewx[4151]:     ****      self.loadServices(config_dict)
Jun 22 07:30:06 wetterraspi weewx[4151]:     ****    File "/usr/share/weewx/weewx/engine.py", line 142, in loadServices
Jun 22 07:30:06 wetterraspi weewx[4151]:     ****      self.service_obj.append(weeutil.weeutil._get_object(svc)(self, config_dict))
Jun 22 07:30:06 wetterraspi weewx[4151]:     ****    File "/usr/share/weewx/weeutil/weeutil.py", line 1130, in _get_object
Jun 22 07:30:06 wetterraspi weewx[4151]:     ****      mod = __import__(module)
Jun 22 07:30:06 wetterraspi weewx[4151]:     ****  ValueError: Empty module name
Jun 22 07:30:06 wetterraspi weewx[4151]:     ****  Exiting.

Thomas Keffer

unread,
Jun 22, 2019, 7:49:46 AM6/22/19
to weewx-user
The log shows that WeeWX is trying to load a service named "w", which is not listed under [[Services]]. 

I think what's happening is that the service list "prep_services" contains only one item, weewx.engine.StdTimeSync, which is then being treated as an iterable. The first letter is 'w', which WeeWX tries to import. I recall something like this happening when porting WeeWX to Python V3. However, you are not running Python V3, so I'm at a loss why this is happening.

Let's try this: replace your copy of weeutil.py (you'll find it at /usr/share/weewx/weeutil/weeutil.py) with the attached. Let us know what happens.

-tk

--
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 weewx-user+...@googlegroups.com.
weeutil.py

Michael Aschauer

unread,
Jun 22, 2019, 1:50:27 PM6/22/19
to weewx-user

thx thomas, this is the syslog output:

sudo /etc/init.d/weewx start
[....] Starting weewx (via systemctl): weewx.serviceJob for weewx.service failed. See 'systemctl status weewx.service' and 'journalctl -xn' for details.
 failed!

Jun 22 18:03:50 wetterraspi weewx[1673]: Starting weewx weather system: weewxTraceback (most recent call last):
Jun 22 18:03:50 wetterraspi weewx[1673]: File "/usr/bin/weewxd", line 14, in <module>
Jun 22 18:03:50 wetterraspi weewx[1673]: import weewx.engine
Jun 22 18:03:50 wetterraspi weewx[1673]: File "/usr/share/weewx/weewx/engine.py", line 30, in <module>
Jun 22 18:03:50 wetterraspi weewx[1673]: import weewx.manager
Jun 22 18:03:50 wetterraspi weewx[1673]: File "/usr/share/weewx/weewx/manager.py", line 16, in <module>
Jun 22 18:03:50 wetterraspi weewx[1673]: from weewx.units import ValueTuple
Jun 22 18:03:50 wetterraspi weewx[1673]: File "/usr/share/weewx/weewx/units.py", line 15, in <module>
Jun 22 18:03:50 wetterraspi weewx[1673]: import weeutil.weeutil
Jun 22 18:03:50 wetterraspi weewx[1673]: File "/usr/share/weewx/weeutil/weeutil.py", line 37, in <module>
Jun 22 18:03:50 wetterraspi weewx[1673]: conditional_merge= config.conditional_merge
Jun 22 18:03:50 wetterraspi weewx[1673]: AttributeError: 'module' object has no attribute 'conditional_merge'
Jun 22 18:03:50 wetterraspi weewx[1673]: failed!
Jun 22 18:03:50 wetterraspi systemd[1]: weewx.service: control process exited, code=exited status=1
Jun 22 18:03:50 wetterraspi systemd[1]: Failed to start LSB: weewx weather system.
Jun 22 18:03:50 wetterraspi systemd[1]: Unit weewx.service entered failed state.

Thomas Keffer

unread,
Jun 22, 2019, 3:30:17 PM6/22/19
to weewx-user
Sorry. Messed that up. Try this version.

-tk

--
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 weewx-user+...@googlegroups.com.
weeutil.py

Michael Aschauer

unread,
Jun 23, 2019, 3:16:06 AM6/23/19
to weewx-user
good morning and thx thomas, copied and replaced file. seems better, charts are updating, but data on the left side seem static (current conditions etc.)
i´ve exposed the main html site to DMZ, so you can take a look http://www.dott.at/weewx

here the result from debug:

Jun 23 07:05:51 wetterraspi PackageKit: daemon start
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Debug is 1
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Initializing engine
Jun 23 08:18:08 wetterraspi weewx[7707]: vantage: Driver version is 3.1.1
Jun 23 08:18:08 wetterraspi weewx[7707]: vantage: Opened up serial port /dev/ttyS0; baud 19200; timeout 4.00
Jun 23 08:18:08 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:18:08 wetterraspi weewx[7707]: vantage: Hardware type is 16
Jun 23 08:18:08 wetterraspi weewx[7707]: vantage: ISS ID is 3
Jun 23 08:18:08 wetterraspi weewx[7707]: vantage: Hardware name: Vantage Pro2
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdTimeSynch
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdTimeSynch
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdConvert
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdConvert
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdCalibrate
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdCalibrate
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdQC
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdQC
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.wxservices.StdWXCalculate
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.wxservices.StdWXCalculate
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdArchive
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Use LOOP data in hi/low calculations: 1
Jun 23 08:18:08 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdArchive
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.restx.StdStationRegistry
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.restx.StdStationRegistry
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.restx.StdWunderground
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.restx.StdWunderground
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.restx.StdPWSweather
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.restx.StdPWSweather
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.restx.StdCWOP
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.restx.StdCWOP
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.restx.StdWOW
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.restx.StdWOW
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.restx.StdAWEKAS
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.restx.StdAWEKAS
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdPrint
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdPrint
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdReport
Jun 23 08:18:08 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdReport
Jun 23 08:18:08 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:18:08 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:18:08 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-18 11:20:00 CEST (1560849600)
Jun 23 08:18:10 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:18:11 wetterraspi weewx[7707]: vantage: Retrieving 255 page(s); starting index= 0
Jun 23 08:20:08 wetterraspi weewx[7707]: vantage: Empty record page 254; index 1
Jun 23 08:20:08 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:20:08 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 08:20:08 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:20:12 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 08:20:13 wetterraspi weewx[7707]: vantage: Retry  #0 failed
Jun 23 08:20:13 wetterraspi weewx[7707]: vantage: Rude wake up of console successful
Jun 23 08:20:20 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 08:20:21 wetterraspi weewx[7707]: vantage: Retry  #0 failed
Jun 23 08:20:21 wetterraspi weewx[7707]: vantage: Rude wake up of console successful
Jun 23 08:20:38 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 08:20:39 wetterraspi weewx[7707]: vantage: Retry  #0 failed
Jun 23 08:20:39 wetterraspi weewx[7707]: vantage: Rude wake up of console successful
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Debug is 1
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Initializing engine
Jun 23 08:22:31 wetterraspi weewx[7707]: vantage: Driver version is 3.1.1
Jun 23 08:22:31 wetterraspi weewx[7707]: vantage: Opened up serial port /dev/ttyS0; baud 19200; timeout 4.00
Jun 23 08:22:31 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:22:31 wetterraspi weewx[7707]: vantage: Hardware type is 16
Jun 23 08:22:31 wetterraspi weewx[7707]: vantage: ISS ID is 3
Jun 23 08:22:31 wetterraspi weewx[7707]: vantage: Hardware name: Vantage Pro2
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdTimeSynch
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdTimeSynch
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdConvert
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdConvert
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdCalibrate
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdCalibrate
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdQC
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdQC
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.wxservices.StdWXCalculate
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.wxservices.StdWXCalculate
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdArchive
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Use LOOP data in hi/low calculations: 1
Jun 23 08:22:31 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdArchive
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.restx.StdStationRegistry
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.restx.StdStationRegistry
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.restx.StdWunderground
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.restx.StdWunderground
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.restx.StdPWSweather
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.restx.StdPWSweather
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.restx.StdCWOP
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.restx.StdCWOP
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.restx.StdWOW
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.restx.StdWOW
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.restx.StdAWEKAS
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.restx.StdAWEKAS
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdPrint
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdPrint
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Loading service weewx.engine.StdReport
Jun 23 08:22:31 wetterraspi weewx[7707]: engine: Finished loading service weewx.engine.StdReport
Jun 23 08:22:31 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:22:31 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-23 08:15:00 CEST (1561270500)
Jun 23 08:22:31 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:22:31 wetterraspi weewx[7707]: vantage: Retrieving 1 page(s); starting index= 1
Jun 23 08:22:32 wetterraspi weewx[7707]: vantage: Empty record page 0; index 2
Jun 23 08:22:32 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:22:32 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 08:22:32 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:25:14 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-23 08:20:00 CEST (1561270800)
Jun 23 08:25:14 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:25:14 wetterraspi weewx[7707]: vantage: Retrieving 1 page(s); starting index= 2
Jun 23 08:25:15 wetterraspi weewx[7707]: vantage: Empty record page 0; index 3
Jun 23 08:25:15 wetterraspi weewx[7707]: reportengine: Running reports for latest time in the database.
Jun 23 08:25:15 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 08:25:15 wetterraspi weewx[7707]: reportengine: Running report 'SeasonsReport'
Jun 23 08:25:15 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:25:15 wetterraspi weewx[7707]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 08:25:15 wetterraspi weewx[7707]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 08:25:15 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:25:19 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:26:23 wetterraspi weewx[7707]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 08:26:23 wetterraspi weewx[7707]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 08:26:23 wetterraspi weewx[7707]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 08:26:23 wetterraspi weewx[7707]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 08:26:23 wetterraspi weewx[7707]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 08:30:14 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-23 08:25:00 CEST (1561271100)
Jun 23 08:30:17 wetterraspi weewx[7707]: vantage: Retry  #0 failed
Jun 23 08:30:17 wetterraspi weewx[7707]: vantage: Rude wake up of console successful
Jun 23 08:30:17 wetterraspi weewx[7707]: vantage: Retrieving 1 page(s); starting index= 3
Jun 23 08:30:18 wetterraspi weewx[7707]: vantage: Empty record page 0; index 4
Jun 23 08:30:18 wetterraspi weewx[7707]: reportengine: Running reports for latest time in the database.
Jun 23 08:30:18 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 08:30:18 wetterraspi weewx[7707]: reportengine: Running report 'SeasonsReport'
Jun 23 08:30:18 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:30:18 wetterraspi weewx[7707]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 08:30:18 wetterraspi weewx[7707]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 08:30:18 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:30:20 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:30:21 wetterraspi weewx[7707]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 08:30:21 wetterraspi weewx[7707]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 08:30:21 wetterraspi weewx[7707]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 08:30:21 wetterraspi weewx[7707]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 08:30:21 wetterraspi weewx[7707]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 08:35:14 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-23 08:30:00 CEST (1561271400)
Jun 23 08:35:17 wetterraspi weewx[7707]: vantage: Retry  #0 failed
Jun 23 08:35:17 wetterraspi weewx[7707]: vantage: Rude wake up of console successful
Jun 23 08:35:17 wetterraspi weewx[7707]: vantage: Retrieving 1 page(s); starting index= 4
Jun 23 08:35:18 wetterraspi weewx[7707]: reportengine: Running reports for latest time in the database.
Jun 23 08:35:18 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 08:35:18 wetterraspi weewx[7707]: reportengine: Running report 'SeasonsReport'
Jun 23 08:35:18 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:35:18 wetterraspi weewx[7707]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 08:35:18 wetterraspi weewx[7707]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 08:35:18 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:35:20 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:35:21 wetterraspi weewx[7707]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 08:35:21 wetterraspi weewx[7707]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 08:35:21 wetterraspi weewx[7707]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 08:35:21 wetterraspi weewx[7707]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 08:35:21 wetterraspi weewx[7707]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 08:40:14 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-23 08:35:00 CEST (1561271700)
Jun 23 08:40:14 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:40:14 wetterraspi weewx[7707]: vantage: Retrieving 1 page(s); starting index= 0
Jun 23 08:40:15 wetterraspi weewx[7707]: vantage: Empty record page 0; index 1
Jun 23 08:40:15 wetterraspi weewx[7707]: reportengine: Running reports for latest time in the database.
Jun 23 08:40:15 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 08:40:15 wetterraspi weewx[7707]: reportengine: Running report 'SeasonsReport'
Jun 23 08:40:15 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:40:15 wetterraspi weewx[7707]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 08:40:15 wetterraspi weewx[7707]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 08:40:15 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:40:17 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:40:18 wetterraspi weewx[7707]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 08:40:18 wetterraspi weewx[7707]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 08:40:18 wetterraspi weewx[7707]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 08:40:18 wetterraspi weewx[7707]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 08:40:18 wetterraspi weewx[7707]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 08:45:14 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-23 08:40:00 CEST (1561272000)
Jun 23 08:45:17 wetterraspi weewx[7707]: vantage: Retry  #0 failed
Jun 23 08:45:17 wetterraspi weewx[7707]: vantage: Rude wake up of console successful
Jun 23 08:45:17 wetterraspi weewx[7707]: vantage: Retrieving 1 page(s); starting index= 1
Jun 23 08:45:18 wetterraspi weewx[7707]: vantage: Empty record page 0; index 2
Jun 23 08:45:18 wetterraspi weewx[7707]: reportengine: Running reports for latest time in the database.
Jun 23 08:45:18 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 08:45:18 wetterraspi weewx[7707]: reportengine: Running report 'SeasonsReport'
Jun 23 08:45:18 wetterraspi weewx[7707]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 08:45:18 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:45:18 wetterraspi weewx[7707]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 08:45:18 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:45:20 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:45:21 wetterraspi weewx[7707]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 08:45:21 wetterraspi weewx[7707]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 08:45:21 wetterraspi weewx[7707]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 08:45:21 wetterraspi weewx[7707]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 08:45:21 wetterraspi weewx[7707]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 08:50:14 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-23 08:45:00 CEST (1561272300)
Jun 23 08:50:17 wetterraspi weewx[7707]: vantage: Retry  #0 failed
Jun 23 08:50:17 wetterraspi weewx[7707]: vantage: Rude wake up of console successful
Jun 23 08:50:17 wetterraspi weewx[7707]: vantage: Retrieving 1 page(s); starting index= 2
Jun 23 08:50:18 wetterraspi weewx[7707]: vantage: Empty record page 0; index 3
Jun 23 08:50:18 wetterraspi weewx[7707]: reportengine: Running reports for latest time in the database.
Jun 23 08:50:18 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 08:50:18 wetterraspi weewx[7707]: reportengine: Running report 'SeasonsReport'
Jun 23 08:50:18 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:50:18 wetterraspi weewx[7707]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 08:50:18 wetterraspi weewx[7707]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 08:50:18 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:50:20 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:50:21 wetterraspi weewx[7707]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 08:50:21 wetterraspi weewx[7707]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 08:50:21 wetterraspi weewx[7707]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 08:50:21 wetterraspi weewx[7707]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 08:50:21 wetterraspi weewx[7707]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 08:55:14 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-23 08:50:00 CEST (1561272600)
Jun 23 08:55:17 wetterraspi weewx[7707]: vantage: Retry  #0 failed
Jun 23 08:55:17 wetterraspi weewx[7707]: vantage: Rude wake up of console successful
Jun 23 08:55:17 wetterraspi weewx[7707]: vantage: Retrieving 1 page(s); starting index= 3
Jun 23 08:55:18 wetterraspi weewx[7707]: vantage: Empty record page 0; index 4
Jun 23 08:55:18 wetterraspi weewx[7707]: reportengine: Running reports for latest time in the database.
Jun 23 08:55:18 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 08:55:18 wetterraspi weewx[7707]: reportengine: Running report 'SeasonsReport'
Jun 23 08:55:18 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 08:55:18 wetterraspi weewx[7707]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 08:55:18 wetterraspi weewx[7707]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 08:55:18 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:55:20 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 08:55:21 wetterraspi weewx[7707]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 08:55:21 wetterraspi weewx[7707]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 08:55:21 wetterraspi weewx[7707]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 08:55:21 wetterraspi weewx[7707]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 08:55:21 wetterraspi weewx[7707]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 09:00:14 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-23 08:55:00 CEST (1561272900)
Jun 23 09:00:17 wetterraspi weewx[7707]: vantage: Retry  #0 failed
Jun 23 09:00:17 wetterraspi weewx[7707]: vantage: Rude wake up of console successful
Jun 23 09:00:17 wetterraspi weewx[7707]: vantage: Retrieving 1 page(s); starting index= 4
Jun 23 09:00:18 wetterraspi weewx[7707]: reportengine: Running reports for latest time in the database.
Jun 23 09:00:18 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 09:00:18 wetterraspi weewx[7707]: reportengine: Running report 'SeasonsReport'
Jun 23 09:00:18 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 09:00:18 wetterraspi weewx[7707]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 09:00:18 wetterraspi weewx[7707]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 09:00:18 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 09:00:20 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 09:00:28 wetterraspi weewx[7707]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 09:00:28 wetterraspi weewx[7707]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 09:00:28 wetterraspi weewx[7707]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 09:00:28 wetterraspi weewx[7707]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 09:00:28 wetterraspi weewx[7707]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 09:05:14 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-23 09:00:00 CEST (1561273200)
Jun 23 09:05:17 wetterraspi weewx[7707]: vantage: Retry  #0 failed
Jun 23 09:05:17 wetterraspi weewx[7707]: vantage: Rude wake up of console successful
Jun 23 09:05:17 wetterraspi weewx[7707]: vantage: Retrieving 1 page(s); starting index= 0
Jun 23 09:05:18 wetterraspi weewx[7707]: vantage: Empty record page 0; index 1
Jun 23 09:05:18 wetterraspi weewx[7707]: reportengine: Running reports for latest time in the database.
Jun 23 09:05:18 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 09:05:18 wetterraspi weewx[7707]: reportengine: Running report 'SeasonsReport'
Jun 23 09:05:18 wetterraspi weewx[7707]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 09:05:18 wetterraspi weewx[7707]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 09:05:18 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 09:05:18 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 09:05:20 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 09:05:21 wetterraspi weewx[7707]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 09:05:21 wetterraspi weewx[7707]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 09:05:21 wetterraspi weewx[7707]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 09:05:21 wetterraspi weewx[7707]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 09:05:21 wetterraspi weewx[7707]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 09:10:14 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-23 09:05:00 CEST (1561273500)
Jun 23 09:10:17 wetterraspi weewx[7707]: vantage: Retry  #0 failed
Jun 23 09:10:17 wetterraspi weewx[7707]: vantage: Rude wake up of console successful
Jun 23 09:10:17 wetterraspi weewx[7707]: vantage: Retrieving 1 page(s); starting index= 1
Jun 23 09:10:18 wetterraspi weewx[7707]: vantage: Empty record page 0; index 2
Jun 23 09:10:18 wetterraspi weewx[7707]: reportengine: Running reports for latest time in the database.
Jun 23 09:10:18 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 09:10:18 wetterraspi weewx[7707]: reportengine: Running report 'SeasonsReport'
Jun 23 09:10:18 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 09:10:18 wetterraspi weewx[7707]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 09:10:18 wetterraspi weewx[7707]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 09:10:18 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 09:10:20 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 09:10:21 wetterraspi weewx[7707]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 09:10:21 wetterraspi weewx[7707]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 09:10:21 wetterraspi weewx[7707]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 09:10:21 wetterraspi weewx[7707]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 09:10:21 wetterraspi weewx[7707]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 09:15:14 wetterraspi weewx[7707]: vantage: Getting archive packets since 2019-06-23 09:10:00 CEST (1561273800)
Jun 23 09:15:14 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 09:15:14 wetterraspi weewx[7707]: vantage: Retrieving 1 page(s); starting index= 2
Jun 23 09:15:15 wetterraspi weewx[7707]: vantage: Empty record page 0; index 3
Jun 23 09:15:15 wetterraspi weewx[7707]: reportengine: Running reports for latest time in the database.
Jun 23 09:15:15 wetterraspi weewx[7707]: vantage: Requesting 200 LOOP packets.
Jun 23 09:15:15 wetterraspi weewx[7707]: reportengine: Running report 'SeasonsReport'
Jun 23 09:15:15 wetterraspi weewx[7707]: vantage: Gentle wake up of console successful
Jun 23 09:15:15 wetterraspi weewx[7707]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 09:15:15 wetterraspi weewx[7707]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 09:15:15 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 09:15:17 wetterraspi weewx[7707]: manager: Daily summary version is 2.0
Jun 23 09:15:18 wetterraspi weewx[7707]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 09:15:18 wetterraspi weewx[7707]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 09:15:18 wetterraspi weewx[7707]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 09:15:18 wetterraspi weewx[7707]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 09:15:18 wetterraspi weewx[7707]: reportengine: Report 'RSYNC' not enabled. Skipping.

Thomas Keffer

unread,
Jun 23, 2019, 7:14:18 AM6/23/19
to weewx-user
Two things:

1. As luck would have it, you also seem to have a problem with corrupt memory in your logger. See the section WeeWX generates HTML pages, but it does not update them for how to fix.

2. I'm still mystified why your Python 2 installation is treating strings like a Python 3 installation. One possibility is that somewhere along the way, your weewx.conf picked up a BOM --- a Byte Order Marker. Could you please test by doing the following:

od -c /etc/weewx/weewx.conf | head

Thanks

-tk

--
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 weewx-user+...@googlegroups.com.

Michael Aschauer

unread,
Jun 23, 2019, 9:46:16 AM6/23/19
to weewx...@googlegroups.com
thank you thomas. 
ad 1) in the section there are two ways to fix the problem. first i did a reset of the vantage pro2, but nothing changed. then i sent wee_device --clear-memory
and same here, it seems that there´s no change. charts are updated, but left side is not.
weewx feeds a website with meteotemplate, that is running under http://wetter.papaerde.at 

 ad 2) did the command, here´s the output.
image.png

just a few infos for you. i run 3.8 for 1.5 years and had no probs at all. upgrade to 3.9.1 was done by apg-get and i did no other modifications than described. if you need more information, or access via ssh, pls let me know.

Thomas Keffer

unread,
Jun 23, 2019, 10:09:44 AM6/23/19
to weewx-user
1. Could you please post the log (with debug=1) after clearing the memory?

2. Just as I suspected: your copy of weewx.conf includes a BOM at the beginning of the file (the octal magic numbers 357, 273, 277). When WeeWX read the file, it converted it to Unicode, which WeeWX version 3.9 is not prepared to accept. Most likely the BOM was created by a text editor --- nothing to do with your upgrade from V3.8.

-tk

--
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 weewx-user+...@googlegroups.com.

Michael Aschauer

unread,
Jun 23, 2019, 1:15:37 PM6/23/19
to weewx-user
ad 1)
after stopping service and a reboot

pi@wetterraspi:~ $ wee_device --clear-memory
Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.1.1 (weewx.drivers.vantage)
Traceback (most recent call last):
  File "/usr/bin/wee_device", line 66, in <module>
    main()
  File "/usr/bin/wee_device", line 62, in main
    device.configure(config_dict)
  File "/usr/share/weewx/weewx/drivers/__init__.py", line 69, in configure
    self.do_options(options, parser, config_dict, prompt)
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1972, in do_options
    station = Vantage(**config_dict[DRIVER_NAME])
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 488, in __init__
    self._setup()
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1284, in _setup
    self.hardware_type = self._determine_hardware()
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1265, in _determine_hardware
    self.port.send_data(b"WRD\x12\x4d\n")
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 108, in send_data
    _resp = self.read()
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 256, in read
    _buffer = self.serial_port.read(chars)
  File "/usr/lib/python2.7/dist-packages/serial/serialposix.py", line 453, in read
    buf = os.read(self.fd, size-len(read))
OSError: [Errno 11] Resource temporarily unavailable

ok, so a second try

pi@wetterraspi:~ $ wee_device --clear-memory
Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.1.1 (weewx.drivers.vantage)
Unable to wake up console... sleeping
Unable to wake up console... retrying
Traceback (most recent call last):
  File "/usr/bin/wee_device", line 66, in <module>
    main()
  File "/usr/bin/wee_device", line 62, in main
    device.configure(config_dict)
  File "/usr/share/weewx/weewx/drivers/__init__.py", line 69, in configure
    self.do_options(options, parser, config_dict, prompt)
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1972, in do_options
    station = Vantage(**config_dict[DRIVER_NAME])
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 488, in __init__
    self._setup()
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1284, in _setup
    self.hardware_type = self._determine_hardware()
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1265, in _determine_hardware
    self.port.send_data(b"WRD\x12\x4d\n")
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 108, in send_data
    _resp = self.read()
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 256, in read
    _buffer = self.serial_port.read(chars)
  File "/usr/lib/python2.7/dist-packages/serial/serialposix.py", line 453, in read
    buf = os.read(self.fd, size-len(read))
OSError: [Errno 11] Resource temporarily unavailable

i have no clue, why this happens...
here´s the log after clearing memory

Jun 23 19:01:28 wetterraspi weewx[871]: vantage: Requesting 200 LOOP packets.
Jun 23 19:01:32 wetterraspi weewx[871]: vantage: Retry  #0 failed
Jun 23 19:01:32 wetterraspi weewx[871]: vantage: Gentle wake up of console successful
Jun 23 19:05:15 wetterraspi weewx[871]: vantage: Getting archive packets since 2019-06-23 18:45:00 CEST (1561308300)
Jun 23 19:05:15 wetterraspi weewx[871]: vantage: Gentle wake up of console successful
Jun 23 19:05:15 wetterraspi weewx[871]: vantage: Retrieving 1 page(s); starting index= 0
Jun 23 19:05:15 wetterraspi weewx[871]: vantage: Empty record page 0; index 3
Jun 23 19:05:15 wetterraspi weewx[871]: reportengine: Running reports for latest time in the database.
Jun 23 19:05:15 wetterraspi weewx[871]: vantage: Requesting 200 LOOP packets.
Jun 23 19:05:15 wetterraspi weewx[871]: reportengine: Running report 'SeasonsReport'
Jun 23 19:05:15 wetterraspi weewx[871]: vantage: Gentle wake up of console successful
Jun 23 19:05:15 wetterraspi weewx[871]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 19:05:15 wetterraspi weewx[871]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 19:05:15 wetterraspi weewx[871]: manager: Daily summary version is 2.0
Jun 23 19:05:17 wetterraspi weewx[871]: manager: Daily summary version is 2.0
Jun 23 19:05:19 wetterraspi weewx[871]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 19:05:19 wetterraspi weewx[871]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 19:05:19 wetterraspi weewx[871]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 19:05:19 wetterraspi weewx[871]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 19:05:19 wetterraspi weewx[871]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 19:10:15 wetterraspi weewx[871]: vantage: Getting archive packets since 2019-06-23 18:45:00 CEST (1561308300)
Jun 23 19:10:15 wetterraspi weewx[871]: vantage: Gentle wake up of console successful
Jun 23 19:10:15 wetterraspi weewx[871]: vantage: Retrieving 1 page(s); starting index= 0
Jun 23 19:10:15 wetterraspi weewx[871]: vantage: Empty record page 0; index 4
Jun 23 19:10:15 wetterraspi weewx[871]: reportengine: Running reports for latest time in the database.
Jun 23 19:10:15 wetterraspi weewx[871]: vantage: Requesting 200 LOOP packets.
Jun 23 19:10:15 wetterraspi weewx[871]: reportengine: Running report 'SeasonsReport'
Jun 23 19:10:15 wetterraspi weewx[871]: vantage: Gentle wake up of console successful
Jun 23 19:10:15 wetterraspi weewx[871]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 19:10:15 wetterraspi weewx[871]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 19:10:15 wetterraspi weewx[871]: manager: Daily summary version is 2.0
Jun 23 19:10:18 wetterraspi weewx[871]: manager: Daily summary version is 2.0
Jun 23 19:10:19 wetterraspi weewx[871]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 19:10:19 wetterraspi weewx[871]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 19:10:19 wetterraspi weewx[871]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 19:10:19 wetterraspi weewx[871]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 19:10:19 wetterraspi weewx[871]: reportengine: Report 'RSYNC' not enabled. Skipping.

ad 2) i´ve no clue why this has become an issue. as mentioned @ 3.8 there where no issues. i always edited the .conf with an text editor. because i´m not a natural born linux-man my experienice is limited ;-) should i edit in another way?

thx thomas!

Thomas Keffer

unread,
Jun 23, 2019, 1:41:11 PM6/23/19
to weewx-user
1. Most likely the reason the error "Resource temporarily unavailable" happened is because weewx was running and competing for the console's attention. Stop weewx, then retry clearing the memory.

2. A text editor is what you want, but some of them add a BOM. You want a "coding" oriented editor such as nano, vi, vim, emacs, etc. NotePad and TextEdit can be problematic unless they are set up properly. What editor are you using?


--
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 weewx-user+...@googlegroups.com.

Michael Aschauer

unread,
Jun 23, 2019, 4:33:20 PM6/23/19
to weewx-user
ad 1) did the clean memory again, now it worked. here´s the debug report

Jun 23 21:55:16 wetterraspi weewx[2988]: vantage: Getting archive packets since 2019-06-23 21:50:00 CEST (1561319400)
Jun 23 21:55:19 wetterraspi weewx[2988]: vantage: Retry  #0 failed
Jun 23 21:55:19 wetterraspi weewx[2988]: vantage: Rude wake up of console successful
Jun 23 21:55:19 wetterraspi weewx[2988]: vantage: Retrieving 1 page(s); starting index= 0
Jun 23 21:55:19 wetterraspi weewx[2988]: vantage: Empty record page 0; index 1
Jun 23 21:55:19 wetterraspi weewx[2988]: reportengine: Running reports for latest time in the database.
Jun 23 21:55:19 wetterraspi weewx[2988]: vantage: Requesting 200 LOOP packets.
Jun 23 21:55:19 wetterraspi weewx[2988]: reportengine: Running report 'SeasonsReport'
Jun 23 21:55:19 wetterraspi weewx[2988]: vantage: Gentle wake up of console successful
Jun 23 21:55:19 wetterraspi weewx[2988]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 21:55:19 wetterraspi weewx[2988]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 21:55:19 wetterraspi weewx[2988]: manager: Daily summary version is 2.0
Jun 23 21:55:21 wetterraspi weewx[2988]: manager: Daily summary version is 2.0
Jun 23 21:55:23 wetterraspi weewx[2988]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 21:55:23 wetterraspi weewx[2988]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 21:55:23 wetterraspi weewx[2988]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 21:55:23 wetterraspi weewx[2988]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 21:55:23 wetterraspi weewx[2988]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 22:00:16 wetterraspi weewx[2988]: vantage: Getting archive packets since 2019-06-23 21:55:00 CEST (1561319700)
Jun 23 22:00:16 wetterraspi weewx[2988]: vantage: Gentle wake up of console successful
Jun 23 22:00:16 wetterraspi weewx[2988]: vantage: Retrieving 1 page(s); starting index= 1
Jun 23 22:00:16 wetterraspi weewx[2988]: vantage: Empty record page 0; index 2
Jun 23 22:00:16 wetterraspi weewx[2988]: reportengine: Running reports for latest time in the database.
Jun 23 22:00:16 wetterraspi weewx[2988]: vantage: Requesting 200 LOOP packets.
Jun 23 22:00:16 wetterraspi weewx[2988]: reportengine: Running report 'SeasonsReport'
Jun 23 22:00:16 wetterraspi weewx[2988]: vantage: Gentle wake up of console successful
Jun 23 22:00:16 wetterraspi weewx[2988]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 22:00:16 wetterraspi weewx[2988]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 22:00:17 wetterraspi weewx[2988]: manager: Daily summary version is 2.0
Jun 23 22:00:19 wetterraspi weewx[2988]: manager: Daily summary version is 2.0
Jun 23 22:00:22 wetterraspi weewx[2988]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 22:00:22 wetterraspi weewx[2988]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 22:00:22 wetterraspi weewx[2988]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 22:00:22 wetterraspi weewx[2988]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 22:00:22 wetterraspi weewx[2988]: reportengine: Report 'RSYNC' not enabled. Skipping.
Jun 23 22:02:51 wetterraspi weewx[2988]: engine: Received signal TERM (15).
Jun 23 22:02:51 wetterraspi weewx[2988]: engine: StdReport thread has been terminated
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****  Traceback (most recent call last):
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****    File "/usr/share/weewx/weewx/engine.py", line 890, in main
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****      engine.run()
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****    File "/usr/share/weewx/weewx/engine.py", line 188, in run
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****      for packet in self.console.genLoopPackets():
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****    File "/usr/share/weewx/weewx/drivers/vantage.py", line 508, in genLoopPackets
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****      for _loop_packet in self.genDavisLoopPackets(200):
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****    File "/usr/share/weewx/weewx/drivers/vantage.py", line 535, in genDavisLoopPackets
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****      _buffer = self.port.read(99)
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****    File "/usr/share/weewx/weewx/drivers/vantage.py", line 256, in read
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****      _buffer = self.serial_port.read(chars)
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****    File "/usr/lib/python2.7/dist-packages/serial/serialposix.py", line 446, in read
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****      ready,_,_ = select.select([self.fd],[],[], self._timeout)
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****    File "/usr/share/weewx/weewx/engine.py", line 808, in sigTERMhandler
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****      raise Terminate
Jun 23 22:02:51 wetterraspi weewx[2988]:     ****  Terminate
Jun 23 22:15:29 wetterraspi weewx[3671]: engine: Debug is 1
Jun 23 22:15:29 wetterraspi weewx[3671]: engine: Initializing engine
Jun 23 22:15:29 wetterraspi weewx[3671]: vantage: Driver version is 3.1.1
Jun 23 22:15:29 wetterraspi weewx[3671]: vantage: Opened up serial port /dev/ttyS0; baud 19200; timeout 4.00
Jun 23 22:15:33 wetterraspi weewx[3671]: vantage: Retry  #0 failed
Jun 23 22:15:33 wetterraspi weewx[3671]: vantage: Gentle wake up of console successful
Jun 23 22:15:33 wetterraspi weewx[3671]: vantage: Hardware type is 16
Jun 23 22:15:33 wetterraspi weewx[3671]: vantage: ISS ID is 3
Jun 23 22:15:33 wetterraspi weewx[3671]: vantage: Hardware name: Vantage Pro2
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.engine.StdTimeSynch
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.engine.StdTimeSynch
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.engine.StdConvert
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.engine.StdConvert
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.engine.StdCalibrate
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.engine.StdCalibrate
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.engine.StdQC
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.engine.StdQC
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.wxservices.StdWXCalculate
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.wxservices.StdWXCalculate
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.engine.StdArchive
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Use LOOP data in hi/low calculations: 1
Jun 23 22:15:33 wetterraspi weewx[3671]: manager: Daily summary version is 2.0
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.engine.StdArchive
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.restx.StdStationRegistry
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.restx.StdStationRegistry
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.restx.StdWunderground
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.restx.StdWunderground
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.restx.StdPWSweather
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.restx.StdPWSweather
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.restx.StdCWOP
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.restx.StdCWOP
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.restx.StdWOW
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.restx.StdWOW
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.restx.StdAWEKAS
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.restx.StdAWEKAS
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.engine.StdPrint
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.engine.StdPrint
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Loading service weewx.engine.StdReport
Jun 23 22:15:33 wetterraspi weewx[3671]: engine: Finished loading service weewx.engine.StdReport
Jun 23 22:15:33 wetterraspi weewx[3671]: vantage: Gentle wake up of console successful
Jun 23 22:15:33 wetterraspi weewx[3671]: vantage: Getting archive packets since 2019-06-23 22:00:00 CEST (1561320000)
Jun 23 22:15:33 wetterraspi weewx[3671]: vantage: Gentle wake up of console successful
Jun 23 22:15:33 wetterraspi weewx[3671]: vantage: Retrieving 1 page(s); starting index= 2
Jun 23 22:15:34 wetterraspi weewx[3671]: vantage: Gentle wake up of console successful
Jun 23 22:15:34 wetterraspi weewx[3671]: vantage: Requesting 200 LOOP packets.
Jun 23 22:15:34 wetterraspi weewx[3671]: vantage: Gentle wake up of console successful
Jun 23 22:20:16 wetterraspi weewx[3671]: vantage: Getting archive packets since 2019-06-23 22:15:00 CEST (1561320900)
Jun 23 22:20:19 wetterraspi weewx[3671]: vantage: Retry  #0 failed
Jun 23 22:20:19 wetterraspi weewx[3671]: vantage: Rude wake up of console successful
Jun 23 22:20:19 wetterraspi weewx[3671]: vantage: Retrieving 1 page(s); starting index= 0
Jun 23 22:20:19 wetterraspi weewx[3671]: vantage: Empty record page 0; index 1
Jun 23 22:20:19 wetterraspi weewx[3671]: reportengine: Running reports for latest time in the database.
Jun 23 22:20:19 wetterraspi weewx[3671]: vantage: Requesting 200 LOOP packets.
Jun 23 22:20:19 wetterraspi weewx[3671]: reportengine: Running report 'SeasonsReport'
Jun 23 22:20:19 wetterraspi weewx[3671]: vantage: Gentle wake up of console successful
Jun 23 22:20:19 wetterraspi weewx[3671]: reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'
Jun 23 22:20:19 wetterraspi weewx[3671]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Jun 23 22:20:19 wetterraspi weewx[3671]: manager: Daily summary version is 2.0
Jun 23 22:20:23 wetterraspi weewx[3671]: manager: Daily summary version is 2.0
Jun 23 22:20:25 wetterraspi weewx[3671]: reportengine: Report 'SmartphoneReport' not enabled. Skipping.
Jun 23 22:20:25 wetterraspi weewx[3671]: reportengine: Report 'MobileReport' not enabled. Skipping.
Jun 23 22:20:25 wetterraspi weewx[3671]: reportengine: Report 'StandardReport' not enabled. Skipping.
Jun 23 22:20:25 wetterraspi weewx[3671]: reportengine: Report 'FTP' not enabled. Skipping.
Jun 23 22:20:25 wetterraspi weewx[3671]: reportengine: Report 'RSYNC' not enabled. Skipping.


ad 2) i´m not a cli junkie, so i use
sudo pcmanfm and open the .conf via gui. did so every time and had no issues. pls don´t judge me, this is my way, i´m 52 and no scipt kiddy, so every improvement is welcome!
thx and greetings!

Thomas Keffer

unread,
Jun 23, 2019, 5:00:36 PM6/23/19
to weewx-user
sudo pcmanfm and open the .conf via gui. did so every time and had no issues. pls don´t judge me, this is my way, i´m 52 and no scipt kiddy, so every improvement is welcome!

That would do it. Try using a true text editor, or search the pcmanfm manual for how to prevent it from inserting a BOM at the beginning of the file.

BTW, I'm 67.  :-)

-tk

Andrew Milner

unread,
Jun 23, 2019, 9:50:18 PM6/23/19
to weewx-user
52 is a mere babe ......

Michael Aschauer

unread,
Jun 23, 2019, 11:41:45 PM6/23/19
to weewx...@googlegroups.com
well, now i´m feeling too young for this stuff ;-)


--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/F1kqbMEzoXw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/56a56821-3a6a-427d-a692-3ccbd8578b05%40googlegroups.com.

Michael Aschauer

unread,
Jun 24, 2019, 6:43:46 AM6/24/19
to weewx-user


btw did edit the .conf with geany and really, there was a BOM. did save it without a BOM, weewx runs like a charme. thank you for your support, i really appreciate it. :-)
Reply all
Reply to author
Forward
0 new messages