Hi,

I suspect that for some reason your station is not including the field 
rxCheckPercent in the archive records (well at least the archive record in 
the log extract). We can look into that further to see if that is the 
indeed the case. In the meantime you can turn off the lost contact check 
off by setting the ignore_lost_contact option. In weewx.conf locate the 
[RealtimeGaugeData] stanza and insert an entry ignore_lost_contact = True, 
it should look something like this:

[RealtimeGaugeData]
    ....
    ignore_lost_contact = True
    ....

Save weewx.conf then restart WeeWX or do a config reload. If your gauges do 
not update as expected we need to take a step back and confirm that 
gauge-data.txt is being generated and is being updated as it should. This 
needs to be done on your WeeWX machine. If gauge-data.txt is being 
regularly generated check that it is being uploaded/transferred to your web 
server. 

As for the possible rxCheckPercent issue, you are running the vantage 
driver in software record generation, whereas as most folks tend to use 
hardware record generation with the Davis stations. You also appear to be 
using the IP logger. neither of these should make any difference though.

Does the '*Could not determine sensor contact state'* message appear on 
every archive record (ie every 5 minutes in the log), or just now and then? 
Could you try running WeeWX directly, this will cause the loop packets 
(indicated by lines starting with LOOP:) and archive records (indicated by 
lines starting with REC:) to be displayed on screen. Is the field 
RxCheckPercent appearing in each archive record? Post a screen capture 
showing 2 or 3 REC: lines if you can.

Gary

On Monday, 25 March 2019 21:44:29 UTC+10, Andrea Cecilia wrote:
>
> Hi,
>
> I'm trying to install realtime_gauge-data 
> <https://github.com/gjr80/weewx-realtime_gauge-data>, without good 
> results. I followed the instruction reported in the linked page: as 
> prerequisite, I had installed steel series gauges, and I verifyed they were 
> working. Then, I installed weewx-realtime_gauge-data following the 
> instructions for automatic installation (with wee_extensions). Everything 
> good. But I don't see the gauges updating in real time! This is a log in 
> debug mode. I highlighted the line where I think there is the problem.
>
> Can you help me?
>
>
> Mar 25 12:39:27 raspberrypi-romaeur weewx[9561]: engine: Using 
> configuration file /home/weewx/weewx.conf
> Mar 25 12:39:27 raspberrypi-romaeur weewx[9561]: engine: Debug is 1
> Mar 25 12:39:27 raspberrypi-romaeur weewx[9561]: engine: Initializing 
> engine
> Mar 25 12:39:27 raspberrypi-romaeur weewx[9561]: engine: Loading station 
> type Vantage (weewx.drivers.vantage)
> Mar 25 12:39:27 raspberrypi-romaeur weewx[9546]: Starting weewx weather 
> system: weewx.
> Mar 25 12:39:27 raspberrypi-romaeur systemd[1]: Started LSB: weewx weather 
> system.
> Mar 25 12:39:27 raspberrypi-romaeur weewx[9561]: vantage: Driver version 
> is 3.1.1
> Mar 25 12:39:27 raspberrypi-romaeur weewx[9561]: vantage: Opened up 
> ethernet host 192.168.0.11 on port 22222. timeout=35.0, tcp_send_delay=0.5
> Mar 25 12:39:27 raspberrypi-romaeur weewx[9561]: vantage: Gentle wake up 
> of console successful
> Mar 25 12:39:28 raspberrypi-romaeur weewx[9561]: vantage: Hardware type is 
> 17
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: vantage: ISS ID is 1
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: vantage: Hardware name: 
> Vantage Vue
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.engine.StdTimeSynch
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.engine.StdTimeSynch
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.engine.StdConvert
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: StdConvert target 
> unit is 0x10
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.engine.StdConvert
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.engine.StdCalibrate
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.engine.StdCalibrate
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.engine.StdQC
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.engine.StdQC
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.wxservices.StdWXCalculate
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: wxcalculate: The 
> following values will be calculated: barometer=prefer_hardware, 
> windchill=prefer_hardware, dewpoint=prefer_hardware, 
> appTemp=prefer_hardware, rainRate=prefer_hardware, windrun=prefer_hardware, 
> heatindex=prefer_hardware, maxSolarRad=prefer_hardware, 
> humidex=prefer_hardware, pressure=prefer_hardware, 
> inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, 
> cloudbase=prefer_hardware
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: wxcalculate: The 
> following algorithms will be used for calculations: altimeter=aaNOAA, 
> maxSolarRad=RS
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.wxservices.StdWXCalculate
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.engine.StdArchive
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Archive will use 
> data binding wx_binding
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Record generation 
> will be attempted in 'software'
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Using archive 
> interval of 300 seconds (software record generation)
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Use LOOP data in 
> hi/low calculations: 1
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: manager: Daily summary 
> version is 2.0
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Using binding 
> 'wx_binding' to database 'weewx.sdb'
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: manager: Starting 
> backfill of daily summaries
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.engine.StdArchive
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.restx.StdStationRegistry
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: restx: StationRegistry: 
> Registration not requested.
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.restx.StdStationRegistry
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.restx.StdWunderground
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: restx: WU essentials: {}
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: restx: Wunderground-PWS: 
> Data for station ILAZIORO81 will be posted
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.restx.StdWunderground
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.restx.StdPWSweather
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: restx: PWSweather: 
> Posting not enabled.
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.restx.StdPWSweather
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.restx.StdCWOP
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: restx: CWOP: Posting not 
> enabled.
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.restx.StdCWOP
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.restx.StdWOW
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: restx: WOW: Posting not 
> enabled.
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.restx.StdWOW
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.restx.StdAWEKAS
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: restx: AWEKAS: Posting 
> not enabled.
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.restx.StdAWEKAS
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.engine.StdPrint
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.engine.StdPrint
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> weewx.engine.StdReport
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service weewx.engine.StdReport
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Loading service 
> user.rtgd.RealtimeGaugeData
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: manager: Daily summary 
> version is 2.0
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: manager: Daily summary 
> version is 2.0
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: rtgd: Unknown block 
> specified for scroller_text
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: rtgd: RealTimeGaugeData 
> will generate gauge-data.txt. min_interval is None
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Finished loading 
> service user.rtgd.RealtimeGaugeData
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: engine: Starting up weewx 
> version 3.9.1
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: manager: Daily summary 
> version is 2.0
> Mar 25 12:39:32 raspberrypi-romaeur weewx[9561]: manager: Daily summary 
> version is 2.0
> Mar 25 12:39:33 raspberrypi-romaeur weewx[9561]: vantage: Gentle wake up 
> of console successful
> Mar 25 12:39:33 raspberrypi-romaeur weewx[9561]: engine: Clock error is 
> 1.31 seconds (positive is fast)
> Mar 25 12:39:33 raspberrypi-romaeur weewx[9561]: vantage: Getting archive 
> packets since 2019-03-25 12:35:00 CET (1553513700)
> Mar 25 12:39:34 raspberrypi-romaeur weewx[9561]: vantage: Gentle wake up 
> of console successful
> Mar 25 12:39:35 raspberrypi-romaeur weewx[9561]: vantage: Retrieving 0 
> page(s); starting index= 0
> Mar 25 12:39:35 raspberrypi-romaeur weewx[9561]: engine: Starting main 
> packet loop.
> Mar 25 12:39:36 raspberrypi-romaeur weewx[9561]: vantage: Gentle wake up 
> of console successful
> Mar 25 12:39:36 raspberrypi-romaeur weewx[9561]: vantage: Requesting 200 
> LOOP packets.
> Mar 25 12:39:37 raspberrypi-romaeur weewx[9561]: vantage: Gentle wake up 
> of console successful
> Mar 25 12:40:14 raspberrypi-romaeur weewx[9561]: manager: Added record 
> 2019-03-25 12:40:00 CET (1553514000) to database 'weewx.sdb'
> Mar 25 12:40:14 raspberrypi-romaeur weewx[9561]: manager: Added record 
> 2019-03-25 12:40:00 CET (1553514000) to daily summary in 'weewx.sdb'
> *Mar 25 12:40:16 raspberrypi-romaeur weewx[9561]: rtgd: KeyError: Could 
> not determine sensor contact state*
> Mar 25 12:40:16 raspberrypi-romaeur weewx[9561]: vantage: Requesting 200 
> LOOP packets.
> Mar 25 12:40:16 raspberrypi-romaeur weewx[9561]: reportengine: Running 
> reports for latest time in the database.
> Mar 25 12:40:16 raspberrypi-romaeur weewx[9561]: reportengine: Running 
> report 'StandardReport'
> Mar 25 12:40:16 raspberrypi-romaeur weewx[9561]: reportengine: Found 
> configuration file /home/weewx/skins/Standard/skin.conf for report 
> 'StandardReport'
> Mar 25 12:40:16 raspberrypi-romaeur weewx[9561]: cheetahgenerator: using 
> search list ['weewx.cheetahgenerator.Almanac', 
> 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 
> 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 
> 'weewx.cheetahgenerator.Extras']
> Mar 25 12:40:16 raspberrypi-romaeur weewx[9561]: manager: Daily summary 
> version is 2.0
> Mar 25 12:40:16 raspberrypi-romaeur weewx[9561]: restx: Wunderground-PWS: 
> Published record 2019-03-25 12:40:00 CET (1553514000)
> Mar 25 12:40:16 raspberrypi-romaeur weewx[9561]: vantage: Gentle wake up 
> of console successful
> Mar 25 12:40:21 raspberrypi-romaeur weewx[9561]: cheetahgenerator: 
> Generated 15 files for report StandardReport in 5.42 seconds
> Mar 25 12:40:21 raspberrypi-romaeur weewx[9561]: manager: Daily summary 
> version is 2.0
> Mar 25 12:40:23 raspberrypi-romaeur weewx[9561]: imagegenerator: Generated 
> 13 images for StandardReport in 1.20 seconds
> Mar 25 12:40:23 raspberrypi-romaeur weewx[9561]: copygenerator: copied 14 
> files to /home/weewx/public_html
> Mar 25 12:40:23 raspberrypi-romaeur weewx[9561]: reportengine: Running 
> report 'FTP'
> Mar 25 12:40:23 raspberrypi-romaeur weewx[9561]: reportengine: Found 
> configuration file /home/weewx/skins/Ftp/skin.conf for report 'FTP'
> Mar 25 12:40:23 raspberrypi-romaeur weewx[9561]: ftpupload: Attempting 
> connection to ftp.romaeurmeteo.it
> Mar 25 12:40:23 raspberrypi-romaeur weewx[9561]: ftpupload: Connected to 
> ftp.romaeurmeteo.it
> Mar 25 12:40:23 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/daypond.png
> Mar 25 12:40:23 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/favicon.ico
> Mar 25 12:40:23 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/dayradiation.png
> Mar 25 12:40:23 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/index.html
> Mar 25 12:40:23 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/mobile.css
> Mar 25 12:40:24 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/dayrain.png
> Mar 25 12:40:24 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/gauge-data.txt
> Mar 25 12:40:24 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/daywinddir.png
> Mar 25 12:40:24 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/daywindvec.png
> Mar 25 12:40:24 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/raspberry.xml
> Mar 25 12:40:24 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/daywind.png
> Mar 25 12:40:24 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/daytempdew.png
> Mar 25 12:40:25 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/dayinside.png
> Mar 25 12:40:25 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/dayuv.png
> Mar 25 12:40:25 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/mobile.html
> Mar 25 12:40:25 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/week.html
> Mar 25 12:40:25 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/daybarometer.png
> Mar 25 12:40:25 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/month.html
> Mar 25 12:40:25 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/daytempchill.png
> Mar 25 12:40:26 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/dayrx.png
> Mar 25 12:40:26 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/dayhumidity.png
> Mar 25 12:40:26 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/year.html
> Mar 25 12:40:26 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/weewx.css
> Mar 25 12:40:26 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/smartphone/wind.html
> Mar 25 12:40:26 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/smartphone/index.html
> Mar 25 12:40:26 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/smartphone/custom.js
> Mar 25 12:40:27 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/smartphone/radar.html
> Mar 25 12:40:27 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/smartphone/rain.html
> Mar 25 12:40:27 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/smartphone/barometer.html
> Mar 25 12:40:27 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/smartphone/temp_outside.html
> Mar 25 12:40:27 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/smartphone/icons/icon_ipad_x2.png
> Mar 25 12:40:27 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/smartphone/icons/icon_ipad_x1.png
> Mar 25 12:40:27 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/smartphone/icons/icon_iphone_x2.png
> Mar 25 12:40:28 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/smartphone/icons/icon_iphone_x1.png
> Mar 25 12:40:28 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/NOAA/NOAA-2019.txt
> Mar 25 12:40:28 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/NOAA/NOAA-2019-03.txt
> Mar 25 12:40:28 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/backgrounds/flower.jpg
> Mar 25 12:40:28 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/backgrounds/butterfly.jpg
> Mar 25 12:40:28 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/backgrounds/leaf.jpg
> Mar 25 12:40:28 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/backgrounds/drops.gif
> Mar 25 12:40:29 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/backgrounds/night.gif
> Mar 25 12:40:29 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/backgrounds/band.gif
> Mar 25 12:40:29 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/RSS/weewx_rss.xml
> Mar 25 12:40:29 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/dayradiation.png
> Mar 25 12:40:29 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/dayrainrate.png
> Mar 25 12:40:29 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/index.html
> Mar 25 12:40:29 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/dayrain.png
> Mar 25 12:40:30 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/gauge-data.txt
> Mar 25 12:40:30 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/dayinouthum.png
> Mar 25 12:40:30 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/daywinddir.png
> Mar 25 12:40:30 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/daywindvec.png
> Mar 25 12:40:30 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/daywind.png
> Mar 25 12:40:30 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/dayuv.png
> Mar 25 12:40:30 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/dayouttemphum.png
> Mar 25 12:40:31 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/daybarometer.png
> Mar 25 12:40:31 raspberrypi-romaeur weewx[9561]: ftpupload: Uploaded file /
> romaeurmeteo.it/weewx/ss/dayinouttemp.png
> Mar 25 12:40:31 raspberrypi-romaeur weewx[9561]: ftpgenerator: ftp'd 56 
> files in 8.15 seconds
> Mar 25 12:40:31 raspberrypi-romaeur weewx[9561]: reportengine: Running 
> report 'RSYNC'
> Mar 25 12:40:31 raspberrypi-romaeur weewx[9561]: reportengine: Found 
> configuration file /home/weewx/skins/Rsync/skin.conf for report 'RSYNC'
> Mar 25 12:40:31 raspberrypi-romaeur weewx[9561]: rsyncgenerator: rsync 
> upload not requested. Skipped.
> Mar 25 12:40:31 raspberrypi-romaeur weewx[9561]: reportengine: Running 
> report 'SteelSeries'
> Mar 25 12:40:31 raspberrypi-romaeur weewx[9561]: reportengine: Found 
> configuration file /home/weewx/skins/ss/skin.conf for report 'SteelSeries'
> Mar 25 12:40:31 raspberrypi-romaeur weewx[9561]: copygenerator: copied 6 
> files to /home/weewx/public_html/ss
> Mar 25 12:40:31 raspberrypi-romaeur weewx[9561]: cheetahgenerator: using 
> search list ['weewx.cheetahgenerator.Almanac', 
> 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 
> 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 
> 'weewx.cheetahgenerator.Extras']
> Mar 25 12:40:31 raspberrypi-romaeur weewx[9561]: manager: Daily summary 
> version is 2.0
> Mar 25 12:40:32 raspberrypi-romaeur weewx[9561]: cheetahgenerator: 
> Generated 2 files for report SteelSeries in 0.92 seconds
> Mar 25 12:40:32 raspberrypi-romaeur weewx[9561]: manager: Daily summary 
> version is 2.0
> Mar 25 12:40:33 raspberrypi-romaeur weewx[9561]: imagegenerator: Generated 
> 11 images for SteelSeries in 0.99 seconds
>
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to