Re: [weewx-user] Re: Davis Vantage Vue - probably shouldn't have cleared memory

2019-08-18 Thread Thomas Keffer
"Hardware is a necessary evil to run software"?

On Sun, Aug 18, 2019 at 5:36 PM WindnFog  wrote:

> That fixed it!  Thanks, Tom.  I still have a math error in my customized
> "index.html.tmpl", and I'll fix that tomorrow.  The main thing is that my
> data is now being logged from the Console correctly and uploaded to the wen
> stie(s.).  I have no clue how the date got advanced, but that was the
> problem.
>
> Didn't you say something like "I consider hardware to be a nuisance that
> gets in the way of good software development" or the like at one point?  I
> was starting to think that's what it was. :-)
>
> - Paul VE1DX
>
> On Sunday, August 18, 2019 at 8:57:53 PM UTC-3, Thomas Keffer wrote:
>>
>> Good news. The problem is that the last timestamp in your database is 
>> 2019-08-26
>> 19:12:00, which is far in the future. So, WeeWX thinks you have no "new"
>> data.
>>
>> The fix is to delete all data in the future. Outlined here
>> .
>>
>> Don't know how that happened. May have been a glitch in your onboard
>> clock.
>>
>> -tk
>>
>> On Sun, Aug 18, 2019 at 4:43 PM WindnFog  wrote:
>>
>>> Aug 18 20:27:52 norge systemd[1]: Starting SYSV: start and stop the
>>> weewx weather system...
>>> Aug 18 20:27:52 norge weewx[15908]: engine: Initializing weewx version
>>> 3.9.2
>>> Aug 18 20:27:52 norge weewx[15908]: engine: Using Python 2.7.5 (default,
>>> Jun 20 2019, 20:27:34)
>>> [GCC 4.8.5 20150623 (Red Hat
>>> 4.8.5-36)]
>>> Aug 18 20:27:52 norge weewx[15908]: engine: Platform
>>> Linux-3.10.0-957.21.3.el7.x86_64-x86_64-with-centos-7.6.1810-Core
>>> Aug 18 20:27:52 norge weewx[15908]: engine: Locale is 'en_CA.UTF-8'
>>> Aug 18 20:27:52 norge weewx[15908]: engine: pid file is
>>> /var/run/weewx.pid
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Using configuration file
>>> /etc/weewx/weewx.conf
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Debug is 1
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Initializing engine
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading station type Vantage
>>> (weewx.drivers.vantage)
>>> Aug 18 20:27:52 norge weewx[15916]: vantage: Driver version is 3.1.1
>>> Aug 18 20:27:52 norge weewx[15900]: Starting weewx: [  OK  ]
>>> Aug 18 20:27:52 norge systemd[1]: Started SYSV: start and stop the weewx
>>> weather system.
>>> Aug 18 20:27:52 norge polkitd[3433]: Unregistered Authentication Agent
>>> for unix-process:15894:634733 (system bus name :1.242, object path
>>> /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_CA.UTF-8)
>>> (disconnected from bus)
>>> Aug 18 20:27:52 norge sudo[15887]: pam_unix(sudo:session): session
>>> closed for user root
>>> Aug 18 20:27:52 norge weewx[15916]: vantage: Opened up serial port
>>> /dev/ttyUSB0; baud 19200; timeout 5.00
>>> Aug 18 20:27:52 norge weewx[15916]: vantage: Gentle wake up of console
>>> successful
>>> Aug 18 20:27:52 norge weewx[15916]: vantage: Hardware type is 17
>>> Aug 18 20:27:52 norge weewx[15916]: vantage: ISS ID is 1
>>> Aug 18 20:27:52 norge weewx[15916]: vantage: Hardware name: Vantage Vue
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
>>> weewx.engine.StdTimeSynch
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service
>>> weewx.engine.StdTimeSynch
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
>>> weewx.engine.StdConvert
>>> Aug 18 20:27:52 norge weewx[15916]: engine: StdConvert target unit is
>>> 0x10
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service
>>> weewx.engine.StdConvert
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
>>> weewx.engine.StdCalibrate
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service
>>> weewx.engine.StdCalibrate
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
>>> weewx.engine.StdQC
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service
>>> weewx.engine.StdQC
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
>>> weewx.wxservices.StdWXCalculate
>>> Aug 18 20:27:52 norge weewx[15916]: wxcalculate: The following values
>>> will be calculated: barometer=prefer_hardware, windchill=software,
>>> dewpoint=prefer_hardware, appTemp=prefer_hardware,
>>> rainRate=prefer_hardware, windrun=prefer_hardware,
>>> heatindex=prefer_hardware, maxSolarRad=prefer_hardware,
>>> humidex=prefer_hardware, pressure=prefer_hardware,
>>> inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware,
>>> cloudbase=prefer_hardware
>>> Aug 18 20:27:52 norge weewx[15916]: wxcalculate: The following
>>> algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service
>>> weewx.wxservices.StdWXCalculate
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
>>> weewx.engine.StdArchive
>>> Aug 18 20:27:52 norge weewx[15916]: engine: Archive will use data
>>> b

Re: [weewx-user] Re: Davis Vantage Vue - probably shouldn't have cleared memory

2019-08-18 Thread WindnFog
That fixed it!  Thanks, Tom.  I still have a math error in my customized 
"index.html.tmpl", and I'll fix that tomorrow.  The main thing is that my 
data is now being logged from the Console correctly and uploaded to the wen 
stie(s.).  I have no clue how the date got advanced, but that was the 
problem.

Didn't you say something like "I consider hardware to be a nuisance that 
gets in the way of good software development" or the like at one point?  I 
was starting to think that's what it was. :-)

- Paul VE1DX

On Sunday, August 18, 2019 at 8:57:53 PM UTC-3, Thomas Keffer wrote:
>
> Good news. The problem is that the last timestamp in your database is 
> 2019-08-26 
> 19:12:00, which is far in the future. So, WeeWX thinks you have no "new" 
> data.
>
> The fix is to delete all data in the future. Outlined here 
> .
>
> Don't know how that happened. May have been a glitch in your onboard clock.
>  
> -tk
>
> On Sun, Aug 18, 2019 at 4:43 PM WindnFog > 
> wrote:
>
>> Aug 18 20:27:52 norge systemd[1]: Starting SYSV: start and stop the weewx 
>> weather system...
>> Aug 18 20:27:52 norge weewx[15908]: engine: Initializing weewx version 
>> 3.9.2
>> Aug 18 20:27:52 norge weewx[15908]: engine: Using Python 2.7.5 (default, 
>> Jun 20 2019, 20:27:34) 
>> [GCC 4.8.5 20150623 (Red Hat 
>> 4.8.5-36)]
>> Aug 18 20:27:52 norge weewx[15908]: engine: Platform 
>> Linux-3.10.0-957.21.3.el7.x86_64-x86_64-with-centos-7.6.1810-Core
>> Aug 18 20:27:52 norge weewx[15908]: engine: Locale is 'en_CA.UTF-8'
>> Aug 18 20:27:52 norge weewx[15908]: engine: pid file is /var/run/weewx.pid
>> Aug 18 20:27:52 norge weewx[15916]: engine: Using configuration file 
>> /etc/weewx/weewx.conf
>> Aug 18 20:27:52 norge weewx[15916]: engine: Debug is 1
>> Aug 18 20:27:52 norge weewx[15916]: engine: Initializing engine
>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading station type Vantage 
>> (weewx.drivers.vantage)
>> Aug 18 20:27:52 norge weewx[15916]: vantage: Driver version is 3.1.1
>> Aug 18 20:27:52 norge weewx[15900]: Starting weewx: [  OK  ]
>> Aug 18 20:27:52 norge systemd[1]: Started SYSV: start and stop the weewx 
>> weather system.
>> Aug 18 20:27:52 norge polkitd[3433]: Unregistered Authentication Agent 
>> for unix-process:15894:634733 (system bus name :1.242, object path 
>> /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_CA.UTF-8) 
>> (disconnected from bus)
>> Aug 18 20:27:52 norge sudo[15887]: pam_unix(sudo:session): session closed 
>> for user root
>> Aug 18 20:27:52 norge weewx[15916]: vantage: Opened up serial port 
>> /dev/ttyUSB0; baud 19200; timeout 5.00
>> Aug 18 20:27:52 norge weewx[15916]: vantage: Gentle wake up of console 
>> successful
>> Aug 18 20:27:52 norge weewx[15916]: vantage: Hardware type is 17
>> Aug 18 20:27:52 norge weewx[15916]: vantage: ISS ID is 1
>> Aug 18 20:27:52 norge weewx[15916]: vantage: Hardware name: Vantage Vue
>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
>> weewx.engine.StdTimeSynch
>> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
>> weewx.engine.StdTimeSynch
>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
>> weewx.engine.StdConvert
>> Aug 18 20:27:52 norge weewx[15916]: engine: StdConvert target unit is 0x10
>> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
>> weewx.engine.StdConvert
>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
>> weewx.engine.StdCalibrate
>> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
>> weewx.engine.StdCalibrate
>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
>> weewx.engine.StdQC
>> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
>> weewx.engine.StdQC
>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
>> weewx.wxservices.StdWXCalculate
>> Aug 18 20:27:52 norge weewx[15916]: wxcalculate: The following values 
>> will be calculated: barometer=prefer_hardware, windchill=software, 
>> dewpoint=prefer_hardware, appTemp=prefer_hardware, 
>> rainRate=prefer_hardware, windrun=prefer_hardware, 
>> heatindex=prefer_hardware, maxSolarRad=prefer_hardware, 
>> humidex=prefer_hardware, pressure=prefer_hardware, 
>> inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, 
>> cloudbase=prefer_hardware
>> Aug 18 20:27:52 norge weewx[15916]: wxcalculate: The following algorithms 
>> will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
>> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
>> weewx.wxservices.StdWXCalculate
>> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
>> weewx.engine.StdArchive
>> Aug 18 20:27:52 norge weewx[15916]: engine: Archive will use data binding 
>> wx_binding
>> Aug 18 20:27:52 norge weewx[15916]: engine: Record generation will be 
>> attempted in 'hardware'
>> Aug 18 20:27:52 norge weewx[15916]: engine: Us

Re: [weewx-user] Re: Davis Vantage Vue - probably shouldn't have cleared memory

2019-08-18 Thread Thomas Keffer
Good news. The problem is that the last timestamp in your database is
2019-08-26
19:12:00, which is far in the future. So, WeeWX thinks you have no "new"
data.

The fix is to delete all data in the future. Outlined here
.

Don't know how that happened. May have been a glitch in your onboard clock.

-tk

On Sun, Aug 18, 2019 at 4:43 PM WindnFog  wrote:

> Aug 18 20:27:52 norge systemd[1]: Starting SYSV: start and stop the weewx
> weather system...
> Aug 18 20:27:52 norge weewx[15908]: engine: Initializing weewx version
> 3.9.2
> Aug 18 20:27:52 norge weewx[15908]: engine: Using Python 2.7.5 (default,
> Jun 20 2019, 20:27:34)
> [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
> Aug 18 20:27:52 norge weewx[15908]: engine: Platform
> Linux-3.10.0-957.21.3.el7.x86_64-x86_64-with-centos-7.6.1810-Core
> Aug 18 20:27:52 norge weewx[15908]: engine: Locale is 'en_CA.UTF-8'
> Aug 18 20:27:52 norge weewx[15908]: engine: pid file is /var/run/weewx.pid
> Aug 18 20:27:52 norge weewx[15916]: engine: Using configuration file
> /etc/weewx/weewx.conf
> Aug 18 20:27:52 norge weewx[15916]: engine: Debug is 1
> Aug 18 20:27:52 norge weewx[15916]: engine: Initializing engine
> Aug 18 20:27:52 norge weewx[15916]: engine: Loading station type Vantage
> (weewx.drivers.vantage)
> Aug 18 20:27:52 norge weewx[15916]: vantage: Driver version is 3.1.1
> Aug 18 20:27:52 norge weewx[15900]: Starting weewx: [  OK  ]
> Aug 18 20:27:52 norge systemd[1]: Started SYSV: start and stop the weewx
> weather system.
> Aug 18 20:27:52 norge polkitd[3433]: Unregistered Authentication Agent for
> unix-process:15894:634733 (system bus name :1.242, object path
> /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_CA.UTF-8)
> (disconnected from bus)
> Aug 18 20:27:52 norge sudo[15887]: pam_unix(sudo:session): session closed
> for user root
> Aug 18 20:27:52 norge weewx[15916]: vantage: Opened up serial port
> /dev/ttyUSB0; baud 19200; timeout 5.00
> Aug 18 20:27:52 norge weewx[15916]: vantage: Gentle wake up of console
> successful
> Aug 18 20:27:52 norge weewx[15916]: vantage: Hardware type is 17
> Aug 18 20:27:52 norge weewx[15916]: vantage: ISS ID is 1
> Aug 18 20:27:52 norge weewx[15916]: vantage: Hardware name: Vantage Vue
> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
> weewx.engine.StdTimeSynch
> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service
> weewx.engine.StdTimeSynch
> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
> weewx.engine.StdConvert
> Aug 18 20:27:52 norge weewx[15916]: engine: StdConvert target unit is 0x10
> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service
> weewx.engine.StdConvert
> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
> weewx.engine.StdCalibrate
> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service
> weewx.engine.StdCalibrate
> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
> weewx.engine.StdQC
> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service
> weewx.engine.StdQC
> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
> weewx.wxservices.StdWXCalculate
> Aug 18 20:27:52 norge weewx[15916]: wxcalculate: The following values will
> be calculated: barometer=prefer_hardware, windchill=software,
> dewpoint=prefer_hardware, appTemp=prefer_hardware,
> rainRate=prefer_hardware, windrun=prefer_hardware,
> heatindex=prefer_hardware, maxSolarRad=prefer_hardware,
> humidex=prefer_hardware, pressure=prefer_hardware,
> inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware,
> cloudbase=prefer_hardware
> Aug 18 20:27:52 norge weewx[15916]: wxcalculate: The following algorithms
> will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service
> weewx.wxservices.StdWXCalculate
> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
> weewx.engine.StdArchive
> Aug 18 20:27:52 norge weewx[15916]: engine: Archive will use data binding
> wx_binding
> Aug 18 20:27:52 norge weewx[15916]: engine: Record generation will be
> attempted in 'hardware'
> Aug 18 20:27:52 norge weewx[15916]: engine: Using archive interval of 300
> seconds (specified by hardware)
> Aug 18 20:27:52 norge weewx[15916]: engine: Use LOOP data in hi/low
> calculations: 1
> Aug 18 20:27:52 norge weewx[15916]: manager: Daily summary version is 2.0
> Aug 18 20:27:52 norge weewx[15916]: engine: Using binding 'wx_binding' to
> database 'weewx.sdb'
> Aug 18 20:27:52 norge weewx[15916]: manager: Starting backfill of daily
> summaries
> Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service
> weewx.engine.StdArchive
> Aug 18 20:27:52 norge weewx[15916]: engine: Loading service
> weewx.restx.StdStationRegistry
> Aug 18 20:27:52 norge weewx[15916]: restx: StationRegistry: Station will
> be registered.
> Aug 18 20:27:52 norge weewx[15916]: 

Re: [weewx-user] Re: Davis Vantage Vue - probably shouldn't have cleared memory

2019-08-18 Thread WindnFog
Aug 18 20:27:52 norge systemd[1]: Starting SYSV: start and stop the weewx 
weather system...
Aug 18 20:27:52 norge weewx[15908]: engine: Initializing weewx version 3.9.2
Aug 18 20:27:52 norge weewx[15908]: engine: Using Python 2.7.5 (default, 
Jun 20 2019, 20:27:34) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
Aug 18 20:27:52 norge weewx[15908]: engine: Platform 
Linux-3.10.0-957.21.3.el7.x86_64-x86_64-with-centos-7.6.1810-Core
Aug 18 20:27:52 norge weewx[15908]: engine: Locale is 'en_CA.UTF-8'
Aug 18 20:27:52 norge weewx[15908]: engine: pid file is /var/run/weewx.pid
Aug 18 20:27:52 norge weewx[15916]: engine: Using configuration file 
/etc/weewx/weewx.conf
Aug 18 20:27:52 norge weewx[15916]: engine: Debug is 1
Aug 18 20:27:52 norge weewx[15916]: engine: Initializing engine
Aug 18 20:27:52 norge weewx[15916]: engine: Loading station type Vantage 
(weewx.drivers.vantage)
Aug 18 20:27:52 norge weewx[15916]: vantage: Driver version is 3.1.1
Aug 18 20:27:52 norge weewx[15900]: Starting weewx: [  OK  ]
Aug 18 20:27:52 norge systemd[1]: Started SYSV: start and stop the weewx 
weather system.
Aug 18 20:27:52 norge polkitd[3433]: Unregistered Authentication Agent for 
unix-process:15894:634733 (system bus name :1.242, object path 
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_CA.UTF-8) 
(disconnected from bus)
Aug 18 20:27:52 norge sudo[15887]: pam_unix(sudo:session): session closed 
for user root
Aug 18 20:27:52 norge weewx[15916]: vantage: Opened up serial port 
/dev/ttyUSB0; baud 19200; timeout 5.00
Aug 18 20:27:52 norge weewx[15916]: vantage: Gentle wake up of console 
successful
Aug 18 20:27:52 norge weewx[15916]: vantage: Hardware type is 17
Aug 18 20:27:52 norge weewx[15916]: vantage: ISS ID is 1
Aug 18 20:27:52 norge weewx[15916]: vantage: Hardware name: Vantage Vue
Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
weewx.engine.StdTimeSynch
Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
weewx.engine.StdTimeSynch
Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
weewx.engine.StdConvert
Aug 18 20:27:52 norge weewx[15916]: engine: StdConvert target unit is 0x10
Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
weewx.engine.StdConvert
Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
weewx.engine.StdCalibrate
Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
weewx.engine.StdCalibrate
Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
weewx.engine.StdQC
Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
weewx.engine.StdQC
Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
weewx.wxservices.StdWXCalculate
Aug 18 20:27:52 norge weewx[15916]: wxcalculate: The following values will 
be calculated: barometer=prefer_hardware, windchill=software, 
dewpoint=prefer_hardware, appTemp=prefer_hardware, 
rainRate=prefer_hardware, windrun=prefer_hardware, 
heatindex=prefer_hardware, maxSolarRad=prefer_hardware, 
humidex=prefer_hardware, pressure=prefer_hardware, 
inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, 
cloudbase=prefer_hardware
Aug 18 20:27:52 norge weewx[15916]: wxcalculate: The following algorithms 
will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
weewx.wxservices.StdWXCalculate
Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
weewx.engine.StdArchive
Aug 18 20:27:52 norge weewx[15916]: engine: Archive will use data binding 
wx_binding
Aug 18 20:27:52 norge weewx[15916]: engine: Record generation will be 
attempted in 'hardware'
Aug 18 20:27:52 norge weewx[15916]: engine: Using archive interval of 300 
seconds (specified by hardware)
Aug 18 20:27:52 norge weewx[15916]: engine: Use LOOP data in hi/low 
calculations: 1
Aug 18 20:27:52 norge weewx[15916]: manager: Daily summary version is 2.0
Aug 18 20:27:52 norge weewx[15916]: engine: Using binding 'wx_binding' to 
database 'weewx.sdb'
Aug 18 20:27:52 norge weewx[15916]: manager: Starting backfill of daily 
summaries
Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
weewx.engine.StdArchive
Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
weewx.restx.StdStationRegistry
Aug 18 20:27:52 norge weewx[15916]: restx: StationRegistry: Station will be 
registered.
Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
weewx.restx.StdStationRegistry
Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
weewx.restx.StdWunderground
Aug 18 20:27:52 norge weewx[15916]: restx: Wunderground: No config info. 
Skipped.
Aug 18 20:27:52 norge weewx[15916]: engine: Finished loading service 
weewx.restx.StdWunderground
Aug 18 20:27:52 norge weewx[15916]: engine: Loading service 
weewx.restx.StdPWSweather
Aug 18 20:27:52 norge weewx[15916]: restx: PWSWeather: Data for station 
LakeEcho01 will be posted
Aug 18 20:27:52 norge weewx[15916]: 

Re: [weewx-user] Re: Davis Vantage Vue - probably shouldn't have cleared memory

2019-08-18 Thread Thomas Keffer
Paul, can you run with debug=1? It will give details in the log about
attempts to contact the logger.

-tk

On Sun, Aug 18, 2019 at 4:18 PM WindnFog  wrote:

> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 18:45:00 ADT (1566164700) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 18:45:00 ADT (1566164700) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 18:50:00 ADT (1566165000) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 18:50:00 ADT (1566165000) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 18:55:00 ADT (1566165300) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 18:55:00 ADT (1566165300) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:00:00 ADT (1566165600) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:00:00 ADT (1566165600) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:05:00 ADT (1566165900) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:05:00 ADT (1566165900) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:10:00 ADT (1566166200) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:10:00 ADT (1566166200) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:15:00 ADT (1566166500) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:15:00 ADT (1566166500) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:20:00 ADT (1566166800) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:20:00 ADT (1566166800) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:25:00 ADT (1566167100) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:25:00 ADT (1566167100) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:30:00 ADT (1566167400) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:30:00 ADT (1566167400) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:35:00 ADT (1566167700) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:35:00 ADT (1566167700) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:40:00 ADT (1566168000) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:40:00 ADT (1566168000) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:45:00 ADT (1566168300) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:45:00 ADT (1566168300) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:50:00 ADT (1566168600) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:50:00 ADT (1566168600) to daily summary in 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:55:00 ADT (1566168900) to database 'weewx.sdb'
> Aug 18 19:56:19 norge wee_device[12532]: manager: Added record 2019-08-18
> 19:55:00 ADT (1566168900) to daily summary in 'weewx.sdb'
> Aug 18 19:57:55 norge wee_device[12612]: vantage: Archive memory cleared.
> Aug 18 19:58:00 norge sudo[12620]: root : TTY=pts/2 ; PWD=/root ;
> USER=root ; COMMAND=/etc/init.d/weewx start
> Aug 18 19:58:00 norge polkitd[3433]: Registered Authentication Agent for
> unix-process:12627:455583 (system bus name :1.207 [/usr/bin/pkttyagent
> --notify-fd 5 --fallback], object path
> /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_CA.UTF-8)
> Aug 18 19:58:00 norge systemd[1]: Starting SYSV: start and stop the weewx
> weather system...
> Aug 18 19:58:00 norge weewx[12641]: engine: Initializing weewx version
> 3.9.2
> Aug 18 19:58:00 norge weewx[12641]: engine: Using Python 2.7.5 (default,
> Jun 20 2019, 20:27:34)
> [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
> Aug 18 19:58:00 norge weewx[12641]: engine: Platform
> Linux-3.10.0-95