wlink 0.9 - install fails with 3.5.0

80 views
Skip to first unread message

fraban

unread,
Sep 27, 2016, 10:37:59 AM9/27/16
to weewx-user
Hi all

I tried wlink 0.9 and installed it as described here : https://github.com/weewx/weewx/wiki/wlink
changed the weewx.conf and restarted the system. 
I got the following syslog / errormessages when starting

--- 

sudo /etc/init.d/weewx restart;tail -f /var/log/syslog
[....] Restarting weewx (via systemctl): weewx.service.
Sep 27 16:27:30 raspberrypi weewx[959]: Stopping weewx weather system: weewx not running....
Sep 27 16:27:30 raspberrypi systemd[1]: Starting LSB: weewx weather system...
Sep 27 16:27:30 raspberrypi weewx[1001]: engine: Initializing weewx version 3.5.0
Sep 27 16:27:30 raspberrypi weewx[1001]: engine: Using Python 2.7.9 (default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Sep 27 16:27:30 raspberrypi weewx[1001]: engine: Platform Linux-4.4.17-v7+-armv7l-with-debian-8.0
Sep 27 16:27:30 raspberrypi weewx[1001]: engine: pid file is /var/run/weewx.pid
Sep 27 16:27:30 raspberrypi weewx[1013]: engine: Using configuration file /etc/weewx/weewx.conf
Sep 27 16:27:30 raspberrypi weewx[1013]: engine: Loading station type WeatherLink (user.wlink)
Sep 27 16:27:30 raspberrypi weewx[985]: Starting weewx weather system: weewx.
Sep 27 16:27:30 raspberrypi systemd[1]: Started LSB: weewx weather system.
Sep 27 16:27:31 raspberrypi weewx[1013]: wlink: version is 0.9
Sep 27 16:27:31 raspberrypi weewx[1013]: wlink: expecting HTML format 'B'
Sep 27 16:27:31 raspberrypi weewx[1013]: wlink: polling interval is 60.0
Sep 27 16:27:31 raspberrypi weewx[1013]: engine: StdConvert target unit is 0x1
Sep 27 16:27:31 raspberrypi weewx[1013]: 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
Sep 27 16:27:31 raspberrypi weewx[1013]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA,maxSolarRad=RS
Sep 27 16:27:31 raspberrypi weewx[1013]: engine: Archive will use data binding wx_binding
Sep 27 16:27:31 raspberrypi weewx[1013]: engine: Record generation will be attempted in 'hardware'
Sep 27 16:27:31 raspberrypi weewx[1013]: engine: Caught unrecoverable exception in engine:
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****  unsupported operand type(s) for *: 'NoneType' and 'int'
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****  Traceback (most recent call last):
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****    File "/usr/share/weewx/weewx/engine.py", line 853, in main
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****      engine = EngineClass(config_dict)
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****    File "/usr/share/weewx/weewx/engine.py", line 75, in __init__
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****      self.loadServices(config_dict)
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****    File "/usr/share/weewx/weewx/engine.py", line 136, in loadServices
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****      self.service_obj.append(weeutil.weeutil._get_object(svc)(self, config_dict))
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****    File "/usr/share/weewx/weewx/engine.py", line 484, in __init__
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****      if software_interval != self.engine.console.archive_interval:
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****    File "/usr/share/weewx/user/wlink.py", line 117, in archive_interval
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****      self._archive_interval = self.download_archive_interval() * 60
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****  TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
Sep 27 16:27:31 raspberrypi weewx[1013]:     ****  Exiting. 

-----

Any hints what happens here ? 

Thx and regards
Frank

mwall

unread,
Sep 27, 2016, 11:17:30 AM9/27/16
to weewx-user
On Tuesday, September 27, 2016 at 10:37:59 AM UTC-4, fraban wrote:
Any hints what happens here ? 

the driver tried to figure out the archive interval by downloading data from weatherlink.  that failed.  there *should* have been messages in the log that explain why the download failed, but for some reason the posting you made does not have those messages.

please try the attached v0.11rc1

it should provide more detail about why the download fails

m


wlink-0.11rc1.py

fraban

unread,
Sep 27, 2016, 11:38:22 AM9/27/16
to weewx-user
Hi Matthew

thanks - it works and I know the error...  
A little bit tricky ...

Problem was the password at weatherlink.  It was a password with a  #  at the end.  And as we all know # is interpreted as a comment in weewx.conf. 
Thats why it did not work.
I installed - 0.11rx1.py -- looks working. 

I´ll keep you updated if I found some other things

thx - frank

fraban

unread,
Sep 27, 2016, 11:57:03 AM9/27/16
to weewx-user
Matthew

still no more errors when starting weewx - but still no data is coming in.  Nothing received in the last 15 minutes. 

sudo /etc/init.d/weewx restart;tail -f /var/log/syslog
[....] Restarting weewx (via systemctl): weewx.service.
Sep 27 17:47:51 raspberrypi weewx[2347]: Stopping weewx weather system: weewx.
Sep 27 17:47:51 raspberrypi systemd[1]: Starting LSB: weewx weather system...
Sep 27 17:47:51 raspberrypi weewx[2381]: engine: Initializing weewx version 3.5.0
Sep 27 17:47:51 raspberrypi weewx[2381]: engine: Using Python 2.7.9 (default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Sep 27 17:47:51 raspberrypi weewx[2381]: engine: Platform Linux-4.4.17-v7+-armv7l-with-debian-8.0
Sep 27 17:47:51 raspberrypi weewx[2381]: engine: pid file is /var/run/weewx.pid
Sep 27 17:47:51 raspberrypi weewx[2385]: engine: Using configuration file /etc/weewx/weewx.conf
Sep 27 17:47:51 raspberrypi weewx[2385]: engine: Loading station type WeatherLink (user.wlink)
Sep 27 17:47:52 raspberrypi weewx[2370]: Starting weewx weather system: weewx.
Sep 27 17:47:52 raspberrypi systemd[1]: Started LSB: weewx weather system.
Sep 27 17:47:52 raspberrypi weewx[2385]: wlink: version is 0.9
Sep 27 17:47:52 raspberrypi weewx[2385]: wlink: expecting HTML format 'B'
Sep 27 17:47:52 raspberrypi weewx[2385]: wlink: polling interval is 60.0
Sep 27 17:47:52 raspberrypi weewx[2385]: engine: StdConvert target unit is 0x1
Sep 27 17:47:52 raspberrypi weewx[2385]: 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
Sep 27 17:47:52 raspberrypi weewx[2385]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA,maxSolarRad=RS
Sep 27 17:47:52 raspberrypi weewx[2385]: engine: Archive will use data binding wx_binding
Sep 27 17:47:52 raspberrypi weewx[2385]: engine: Record generation will be attempted in 'hardware'
Sep 27 17:47:52 raspberrypi weewx[2385]: engine: Using archive interval of 300 seconds
Sep 27 17:47:52 raspberrypi weewx[2385]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Sep 27 17:47:52 raspberrypi weewx[2385]: manager: Starting backfill of daily summaries
Sep 27 17:47:52 raspberrypi weewx[2385]: manager: Daily summaries up to date
Sep 27 17:47:52 raspberrypi weewx[2385]: restx: Weather365: service version is 1.0.2
Sep 27 17:47:52 raspberrypi weewx[2385]: restx: Weather365: Data will be uploaded for station id L25CDPSV95
Sep 27 17:47:52 raspberrypi weewx[2385]: engine: Starting up weewx version 3.5.0
Sep 27 17:47:52 raspberrypi weewx[2385]: engine: Starting main packet loop.
Sep 27 17:48:19 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 17:48:34 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 17:48:39 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 17:49:16 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 17:49:16 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 17:50:46 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 17:51:02 raspberrypi weewx[2385]: cheetahgenerator: Generated 14 files for report StandardReport in 7.24 seconds
Sep 27 17:51:02 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 17:52:32 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 17:51:04 raspberrypi weewx[2385]: genimages: Generated 12 images for StandardReport in 1.39 seconds
Sep 27 17:51:04 raspberrypi weewx[2385]: reportengine: copied 9 files to /var/www/weewx
Sep 27 17:51:13 raspberrypi weewx[2385]: cheetahgenerator: Generated 8 files for report exfoliation in 8.88 seconds
Sep 27 17:51:17 raspberrypi weewx[2385]: genimages: Generated 20 images for exfoliation in 3.91 seconds
Sep 27 17:51:17 raspberrypi weewx[2385]: reportengine: copied 66 files to /var/www/weewx/exfoliation
-----

The files build are all from 17:30 with  other driver / meteostick direct reading. 

-frank

fraban

unread,
Sep 27, 2016, 12:15:59 PM9/27/16
to weewx-user
Ok once more 

installed wlink 0.11rx1.py ...

now I got 

sudo /etc/init.d/weewx restart;tail -f /var/log/syslog
[....] Restarting weewx (via systemctl): weewx.service.
Sep 27 18:10:02 raspberrypi weewx[2798]: Stopping weewx weather system: weewx not running....
Sep 27 18:10:02 raspberrypi systemd[1]: Starting LSB: weewx weather system...
Sep 27 18:10:02 raspberrypi weewx[2822]: engine: Initializing weewx version 3.5.0
Sep 27 18:10:02 raspberrypi weewx[2822]: engine: Using Python 2.7.9 (default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Sep 27 18:10:02 raspberrypi weewx[2822]: engine: Platform Linux-4.4.17-v7+-armv7l-with-debian-8.0
Sep 27 18:10:02 raspberrypi weewx[2822]: engine: pid file is /var/run/weewx.pid
Sep 27 18:10:02 raspberrypi weewx[2826]: engine: Using configuration file /etc/weewx/weewx.conf
Sep 27 18:10:02 raspberrypi weewx[2826]: engine: Loading station type WeatherLink (user.wlink)
Sep 27 18:10:02 raspberrypi weewx[2811]: Starting weewx weather system: weewx.
Sep 27 18:10:03 raspberrypi systemd[1]: Started LSB: weewx weather system.
Sep 27 18:10:03 raspberrypi weewx[2826]: wlink: version is 0.11rc1
Sep 27 18:10:03 raspberrypi weewx[2826]: wlink: expecting HTML format 'B'
Sep 27 18:10:03 raspberrypi weewx[2826]: wlink: polling interval is 60.0
Sep 27 18:10:03 raspberrypi weewx[2826]: engine: StdConvert target unit is 0x1
Sep 27 18:10:03 raspberrypi weewx[2826]: 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
Sep 27 18:10:03 raspberrypi weewx[2826]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA,maxSolarRad=RS
Sep 27 18:10:03 raspberrypi weewx[2826]: engine: Archive will use data binding wx_binding
Sep 27 18:10:03 raspberrypi weewx[2826]: engine: Record generation will be attempted in 'hardware'
Sep 27 18:10:03 raspberrypi weewx[2826]: engine: Using archive interval of 300 seconds
Sep 27 18:10:03 raspberrypi weewx[2826]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Sep 27 18:10:03 raspberrypi weewx[2826]: manager: Starting backfill of daily summaries
Sep 27 18:10:03 raspberrypi weewx[2826]: manager: Daily summaries up to date
Sep 27 18:10:03 raspberrypi weewx[2826]: restx: Weather365: service version is 1.0.2
Sep 27 18:10:03 raspberrypi weewx[2826]: restx: Weather365: Data will be uploaded for station id L25CDPSV95
Sep 27 18:10:03 raspberrypi weewx[2826]: engine: Starting up weewx version 3.5.0
Sep 27 18:10:03 raspberrypi weewx[2826]: engine: Caught unrecoverable exception in engine:
Sep 27 18:10:03 raspberrypi weewx[2826]:     ****  'int' object is not callable
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****  Traceback (most recent call last):
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****    File "/usr/share/weewx/weewx/engine.py", line 859, in main
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****      engine.run()
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****    File "/usr/share/weewx/weewx/engine.py", line 154, in run
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****      self.dispatchEvent(weewx.Event(weewx.STARTUP))
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****    File "/usr/share/weewx/weewx/engine.py", line 218, in dispatchEvent
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****      callback(event)
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****    File "/usr/share/weewx/weewx/engine.py", line 519, in startup
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****      self._catchup(self.engine.console.genStartupRecords)
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****    File "/usr/share/weewx/weewx/engine.py", line 621, in _catchup
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****      for record in generator(lastgood_ts):
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****    File "/usr/share/weewx/user/wlink.py", line 148, in genArchiveRecords
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****      record = self.unpack_archive_packet(data[sidx:sidx + 52])
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****    File "/usr/share/weewx/user/wlink.py", line 219, in unpack_archive_packet
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****      packet['interval'] = self.archive_interval() / 60
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****  TypeError: 'int' object is not callable
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****  Exiting.


mwall

unread,
Sep 27, 2016, 12:19:58 PM9/27/16
to weewx-user


On Tuesday, September 27, 2016 at 12:15:59 PM UTC-4, fraban wrote:

Sep 27 18:10:04 raspberrypi weewx[2826]:     ****    File "/usr/share/weewx/user/wlink.py", line 219, in unpack_archive_packet
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****      packet['interval'] = self.archive_interval() / 60
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****  TypeError: 'int' object is not callable
Sep 27 18:10:04 raspberrypi weewx[2826]:     ****  Exiting.



frank,

on line 219 of wlink.py, change this:


  packet['interval'] = self.archive_interval() / 60

to this:

  packet['interval'] = self.archive_interval / 60

m

Frank Bandle

unread,
Sep 27, 2016, 12:24:47 PM9/27/16
to mwall, weewx...@googlegroups.com
Matthew  

yes - thats the trick. 

 sudo /etc/init.d/weewx restart;tail -f /var/log/syslog
[....] Restarting weewx (via systemctl): weewx.service.
Sep 27 18:23:08 raspberrypi weewx[3018]: Stopping weewx weather system: weewx not running....
Sep 27 18:23:08 raspberrypi systemd[1]: Starting LSB: weewx weather system...
Sep 27 18:23:08 raspberrypi weewx[3043]: engine: Initializing weewx version 3.5.0
Sep 27 18:23:08 raspberrypi weewx[3043]: engine: Using Python 2.7.9 (default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Sep 27 18:23:08 raspberrypi weewx[3043]: engine: Platform Linux-4.4.17-v7+-armv7l-with-debian-8.0
Sep 27 18:23:08 raspberrypi weewx[3043]: engine: pid file is /var/run/weewx.pid
Sep 27 18:23:08 raspberrypi weewx[3047]: engine: Using configuration file /etc/weewx/weewx.conf
Sep 27 18:23:08 raspberrypi weewx[3047]: engine: Loading station type WeatherLink (user.wlink)
Sep 27 18:23:08 raspberrypi weewx[3032]: Starting weewx weather system: weewx.
Sep 27 18:23:08 raspberrypi systemd[1]: Started LSB: weewx weather system.
Sep 27 18:23:09 raspberrypi weewx[3047]: wlink: version is 0.11rc1
Sep 27 18:23:09 raspberrypi weewx[3047]: wlink: expecting HTML format 'B'
Sep 27 18:23:09 raspberrypi weewx[3047]: wlink: polling interval is 60.0
Sep 27 18:23:09 raspberrypi weewx[3047]: engine: StdConvert target unit is 0x1
Sep 27 18:23:09 raspberrypi weewx[3047]: 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
Sep 27 18:23:09 raspberrypi weewx[3047]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA,maxSolarRad=RS
Sep 27 18:23:09 raspberrypi weewx[3047]: engine: Archive will use data binding wx_binding
Sep 27 18:23:09 raspberrypi weewx[3047]: engine: Record generation will be attempted in 'hardware'
Sep 27 18:23:09 raspberrypi weewx[3047]: engine: Using archive interval of 300 seconds
Sep 27 18:23:09 raspberrypi weewx[3047]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Sep 27 18:23:09 raspberrypi weewx[3047]: manager: Starting backfill of daily summaries
Sep 27 18:23:09 raspberrypi weewx[3047]: manager: Daily summaries up to date
Sep 27 18:23:09 raspberrypi weewx[3047]: restx: Weather365: service version is 1.0.2
Sep 27 18:23:09 raspberrypi weewx[3047]: restx: Weather365: Data will be uploaded for station id L25CDPSV95
Sep 27 18:23:09 raspberrypi weewx[3047]: engine: Starting up weewx version 3.5.0
Sep 27 18:23:09 raspberrypi weewx[3047]: manager: added record 2016-09-27 17:35:00 CEST (1474990500) to database 'weewx.sdb'
Sep 27 18:23:09 raspberrypi weewx[3047]: manager: added record 2016-09-27 17:35:00 CEST (1474990500) to daily summary in 'weewx.sdb'
Sep 27 18:23:09 raspberrypi weewx[3047]: manager: added record 2016-09-27 17:40:00 CEST (1474990800) to database 'weewx.sdb'
Sep 27 18:23:09 raspberrypi weewx[3047]: manager: added record 2016-09-27 17:40:00 CEST (1474990800) to daily summary in 'weewx.sdb'
Sep 27 18:23:10 raspberrypi weewx[3047]: manager: added record 2016-09-27 17:45:00 CEST (1474991100) to database 'weewx.sdb'
Sep 27 18:23:10 raspberrypi weewx[3047]: manager: added record 2016-09-27 17:45:00 CEST (1474991100) to daily summary in 'weewx.sdb'
Sep 27 18:23:10 raspberrypi weewx[3047]: manager: added record 2016-09-27 17:50:00 CEST (1474991400) to database 'weewx.sdb'
Sep 27 18:23:10 raspberrypi weewx[3047]: manager: added record 2016-09-27 17:50:00 CEST (1474991400) to daily summary in 'weewx.sdb'
Sep 27 18:23:10 raspberrypi weewx[3047]: manager: added record 2016-09-27 17:55:00 CEST (1474991700) to database 'weewx.sdb'
Sep 27 18:23:10 raspberrypi weewx[3047]: manager: added record 2016-09-27 17:55:00 CEST (1474991700) to daily summary in 'weewx.sdb'
Sep 27 18:23:10 raspberrypi weewx[3047]: engine: Starting main packet loop.
Sep 27 18:23:12 raspberrypi weewx[3047]: restx: Weather365: Published record 2016-09-27 17:35:00 CEST (1474990500)
Sep 27 18:23:13 raspberrypi weewx[3047]: restx: Weather365: Published record 2016-09-27 17:40:00 CEST (1474990800)
Sep 27 18:23:13 raspberrypi weewx[3047]: restx: Weather365: Published record 2016-09-27 17:45:00 CEST (1474991100)
Sep 27 18:23:13 raspberrypi weewx[3047]: restx: Weather365: Published record 2016-09-27 17:50:00 CEST (1474991400)
Sep 27 18:23:13 raspberrypi weewx[3047]: restx: Weather365: Published record 2016-09-27 17:55:00 CEST (1474991700)


-frank

-- 
Frank Bandle
Sent with Airmail
--
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/kUkCXqfA6r4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Frank Bandle

unread,
Sep 27, 2016, 12:37:43 PM9/27/16
to mwall, weewx...@googlegroups.com
Matthew

hm —  still one issue
there is a delay of 30 minutes… or nothing happens since the last readings  record 17:55:00 —  now at 18:30 no more records 

Sep 27 18:23:10 raspberrypi weewx[3047]: manager: added record 2016-09-27 17:55:00 CEST (1474991700) to database 'weewx.sdb'
Sep 27 18:23:10 raspberrypi weewx[3047]: manager: added record 2016-09-27 17:55:00 CEST (1474991700) to daily summary in 'weewx.sdb'
Sep 27 18:23:10 raspberrypi weewx[3047]: engine: Starting main packet loop.
Sep 27 18:23:12 raspberrypi weewx[3047]: restx: Weather365: Published record 2016-09-27 17:35:00 CEST (1474990500)
Sep 27 18:23:13 raspberrypi weewx[3047]: restx: Weather365: Published record 2016-09-27 17:40:00 CEST (1474990800)
Sep 27 18:23:13 raspberrypi weewx[3047]: restx: Weather365: Published record 2016-09-27 17:45:00 CEST (1474991100)
Sep 27 18:23:13 raspberrypi weewx[3047]: restx: Weather365: Published record 2016-09-27 17:50:00 CEST (1474991400)
Sep 27 18:23:13 raspberrypi weewx[3047]: restx: Weather365: Published record 2016-09-27 17:55:00 CEST (1474991700)
Sep 27 18:26:19 raspberrypi weewx[3047]: cheetahgenerator: Generated 14 files for report StandardReport in 7.09 seconds
Sep 27 18:26:19 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 18:27:49 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 18:26:21 raspberrypi weewx[3047]: genimages: Generated 12 images for StandardReport in 1.49 seconds
Sep 27 18:26:21 raspberrypi weewx[3047]: reportengine: copied 9 files to /var/www/weewx
Sep 27 18:26:30 raspberrypi weewx[3047]: cheetahgenerator: Generated 8 files for report exfoliation in 9.00 seconds
Sep 27 18:26:34 raspberrypi weewx[3047]: genimages: Generated 18 images for exfoliation in 3.58 seconds
Sep 27 18:26:34 raspberrypi weewx[3047]: reportengine: copied 66 files to /var/www/weewx/exfoliation
Sep 27 18:27:25 raspberrypi wpa_supplicant[442]: wlan0: WPA: Group rekeying completed with 34:81:c4:d7:e2:b0 [GTK=CCMP]
Sep 27 18:30:18 raspberrypi weewx[3047]: cheetahgenerator: Generated 14 files for report StandardReport in 2.40 seconds
Sep 27 18:30:18 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 18:31:48 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 18:30:19 raspberrypi weewx[3047]: genimages: Generated 12 images for StandardReport in 1.41 seconds
Sep 27 18:30:19 raspberrypi weewx[3047]: reportengine: copied 0 files to /var/www/weewx
Sep 27 18:30:22 raspberrypi weewx[3047]: cheetahgenerator: Generated 8 files for report exfoliation in 2.74 seconds
Sep 27 18:30:25 raspberrypi weewx[3047]: genimages: Generated 18 images for exfoliation in 3.44 seconds
Sep 27 18:30:25 raspberrypi weewx[3047]: reportengine: copied 0 files to /var/www/weewx/exfoliation

no more recordings in the last 10 minutes …

restarting -  

 sudo /etc/init.d/weewx restart;tail -f /var/log/syslog
[....] Restarting weewx (via systemctl): weewx.service.
Sep 27 18:30:52 raspberrypi weewx[3107]: Stopping weewx weather system: weewx..
Sep 27 18:30:52 raspberrypi systemd[1]: Starting LSB: weewx weather system...
Sep 27 18:30:52 raspberrypi weewx[3149]: engine: Initializing weewx version 3.5.0
Sep 27 18:30:52 raspberrypi weewx[3149]: engine: Using Python 2.7.9 (default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Sep 27 18:30:52 raspberrypi weewx[3149]: engine: Platform Linux-4.4.17-v7+-armv7l-with-debian-8.0
Sep 27 18:30:52 raspberrypi weewx[3149]: engine: pid file is /var/run/weewx.pid
Sep 27 18:30:53 raspberrypi weewx[3153]: engine: Using configuration file /etc/weewx/weewx.conf
Sep 27 18:30:53 raspberrypi weewx[3153]: engine: Loading station type WeatherLink (user.wlink)
Sep 27 18:30:53 raspberrypi weewx[3136]: Starting weewx weather system: weewx.
Sep 27 18:30:53 raspberrypi systemd[1]: Started LSB: weewx weather system.
Sep 27 18:30:53 raspberrypi weewx[3153]: wlink: version is 0.11rc1
Sep 27 18:30:53 raspberrypi weewx[3153]: wlink: expecting HTML format 'B'
Sep 27 18:30:53 raspberrypi weewx[3153]: wlink: polling interval is 60.0
Sep 27 18:30:53 raspberrypi weewx[3153]: engine: StdConvert target unit is 0x1
Sep 27 18:30:53 raspberrypi weewx[3153]: 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
Sep 27 18:30:53 raspberrypi weewx[3153]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA,maxSolarRad=RS
Sep 27 18:30:53 raspberrypi weewx[3153]: engine: Archive will use data binding wx_binding
Sep 27 18:30:53 raspberrypi weewx[3153]: engine: Record generation will be attempted in 'hardware'
Sep 27 18:30:53 raspberrypi weewx[3153]: engine: Using archive interval of 300 seconds
Sep 27 18:30:53 raspberrypi weewx[3153]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Sep 27 18:30:53 raspberrypi weewx[3153]: manager: Starting backfill of daily summaries
Sep 27 18:30:53 raspberrypi weewx[3153]: manager: Daily summaries up to date
Sep 27 18:30:53 raspberrypi weewx[3153]: restx: Weather365: service version is 1.0.2
Sep 27 18:30:53 raspberrypi weewx[3153]: restx: Weather365: Data will be uploaded for station id L25CDPSV95
Sep 27 18:30:53 raspberrypi weewx[3153]: engine: Starting up weewx version 3.5.0
Sep 27 18:30:53 raspberrypi weewx[3153]: engine: Starting main packet loop.
Sep 27 18:32:00 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 18:32:00 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 18:33:30 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 18:33:54 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 18:33:54 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 18:35:24 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 18:33:58 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 18:34:17 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 18:36:06 raspberrypi weewx[3153]: cheetahgenerator: Generated 14 files for report StandardReport in 7.07 seconds
Sep 27 18:36:06 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 18:37:36 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 18:36:08 raspberrypi weewx[3153]: genimages: Generated 12 images for StandardReport in 1.47 seconds
Sep 27 18:36:08 raspberrypi weewx[3153]: reportengine: copied 9 files to /var/www/weewx

no new recordings from weatherlink 

Is there a limitation ? 

Frank Bandle

unread,
Sep 27, 2016, 2:13:53 PM9/27/16
to mwall, weewx...@googlegroups.com
Matthew

look at the syslog - very funny ….   looks like “bulk” updates.
19:30 starts with updating data all at once from 18 til 19:25 
then it stops and waits again.

I guess thats a weatherlink issue …  

….
Sep 27 19:29:01 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 19:30:31 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 19:31:06 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:00:00 CEST (1474992000) to database 'weewx.sdb'
Sep 27 19:31:06 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 19:32:36 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 19:31:06 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:00:00 CEST (1474992000) to daily summary in 'weewx.sdb'
Sep 27 19:31:06 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:05:00 CEST (1474992300) to database 'weewx.sdb'
Sep 27 19:31:06 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:05:00 CEST (1474992300) to daily summary in 'weewx.sdb'
Sep 27 19:31:06 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:10:00 CEST (1474992600) to database 'weewx.sdb'
Sep 27 19:31:06 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:10:00 CEST (1474992600) to daily summary in 'weewx.sdb'
Sep 27 19:31:06 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:15:00 CEST (1474992900) to database 'weewx.sdb'
Sep 27 19:31:06 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:15:00 CEST (1474992900) to daily summary in 'weewx.sdb'
Sep 27 19:31:06 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 18:00:00 CEST (1474992000)
Sep 27 19:31:06 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:20:00 CEST (1474993200) to database 'weewx.sdb'
Sep 27 19:31:06 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:20:00 CEST (1474993200) to daily summary in 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:25:00 CEST (1474993500) to database 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:25:00 CEST (1474993500) to daily summary in 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:30:00 CEST (1474993800) to database 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:30:00 CEST (1474993800) to daily summary in 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 18:05:00 CEST (1474992300)
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:35:00 CEST (1474994100) to database 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:35:00 CEST (1474994100) to daily summary in 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:40:00 CEST (1474994400) to database 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:40:00 CEST (1474994400) to daily summary in 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:45:00 CEST (1474994700) to database 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:45:00 CEST (1474994700) to daily summary in 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 18:10:00 CEST (1474992600)
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:50:00 CEST (1474995000) to database 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:50:00 CEST (1474995000) to daily summary in 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:55:00 CEST (1474995300) to database 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 18:55:00 CEST (1474995300) to daily summary in 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 19:00:00 CEST (1474995600) to database 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 19:00:00 CEST (1474995600) to daily summary in 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 18:15:00 CEST (1474992900)
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 19:05:00 CEST (1474995900) to database 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 19:05:00 CEST (1474995900) to daily summary in 'weewx.sdb'
Sep 27 19:31:07 raspberrypi weewx[3542]: manager: added record 2016-09-27 19:10:00 CEST (1474996200) to database 'weewx.sdb'
Sep 27 19:31:08 raspberrypi weewx[3542]: manager: added record 2016-09-27 19:10:00 CEST (1474996200) to daily summary in 'weewx.sdb'
Sep 27 19:31:08 raspberrypi weewx[3542]: manager: added record 2016-09-27 19:15:00 CEST (1474996500) to database 'weewx.sdb'
Sep 27 19:31:08 raspberrypi weewx[3542]: manager: added record 2016-09-27 19:15:00 CEST (1474996500) to daily summary in 'weewx.sdb'
Sep 27 19:31:08 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 18:20:00 CEST (1474993200)
Sep 27 19:31:08 raspberrypi weewx[3542]: manager: added record 2016-09-27 19:20:00 CEST (1474996800) to database 'weewx.sdb'
Sep 27 19:31:08 raspberrypi weewx[3542]: manager: added record 2016-09-27 19:20:00 CEST (1474996800) to daily summary in 'weewx.sdb'
Sep 27 19:31:08 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 18:25:00 CEST (1474993500)
Sep 27 19:31:08 raspberrypi weewx[3542]: manager: added record 2016-09-27 19:25:00 CEST (1474997100) to database 'weewx.sdb'
Sep 27 19:31:08 raspberrypi weewx[3542]: manager: added record 2016-09-27 19:25:00 CEST (1474997100) to daily summary in 'weewx.sdb'
Sep 27 19:31:08 raspberrypi weewx[3542]: wlink: cannot make timestamp: ds=65535 ts=65535
Sep 27 19:31:08 raspberrypi weewx[3542]: wlink: cannot make timestamp: ds=65535 ts=65535
Sep 27 19:31:08 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 18:30:00 CEST (1474993800)
Sep 27 19:31:09 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 18:35:00 CEST (1474994100)
Sep 27 19:31:09 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 18:40:00 CEST (1474994400)
Sep 27 19:31:09 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 18:45:00 CEST (1474994700)
Sep 27 19:31:10 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 18:50:00 CEST (1474995000)
Sep 27 19:31:10 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 18:55:00 CEST (1474995300)
Sep 27 19:31:10 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 19:00:00 CEST (1474995600)
Sep 27 19:31:10 raspberrypi weewx[3542]: cheetahgenerator: Generated 14 files for report StandardReport in 2.05 seconds
Sep 27 19:31:10 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 19:05:00 CEST (1474995900)
Sep 27 19:31:11 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 19:10:00 CEST (1474996200)
Sep 27 19:31:11 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 19:15:00 CEST (1474996500)
Sep 27 19:31:11 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 19:20:00 CEST (1474996800)
Sep 27 19:31:12 raspberrypi weewx[3542]: restx: Weather365: Published record 2016-09-27 19:25:00 CEST (1474997100)
Sep 27 19:31:15 raspberrypi weewx[3542]: genimages: Generated 36 images for StandardReport in 5.03 seconds
Sep 27 19:31:15 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx
Sep 27 19:31:17 raspberrypi weewx[3542]: cheetahgenerator: Generated 8 files for report exfoliation in 1.36 seconds
Sep 27 19:31:24 raspberrypi weewx[3542]: genimages: Generated 52 images for exfoliation in 6.96 seconds
Sep 27 19:31:24 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx/exfoliation
Sep 27 19:36:13 raspberrypi weewx[3542]: cheetahgenerator: Generated 14 files for report StandardReport in 1.31 seconds
Sep 27 19:36:13 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 19:37:43 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 19:36:14 raspberrypi weewx[3542]: genimages: Generated 12 images for StandardReport in 0.77 seconds
Sep 27 19:36:14 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx
Sep 27 19:36:15 raspberrypi weewx[3542]: cheetahgenerator: Generated 8 files for report exfoliation in 1.39 seconds
Sep 27 19:36:17 raspberrypi weewx[3542]: genimages: Generated 18 images for exfoliation in 1.83 seconds
Sep 27 19:36:17 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx/exfoliation
Sep 27 19:37:25 raspberrypi wpa_supplicant[442]: wlan0: WPA: Group rekeying completed with 34:81:c4:d7:e2:b0 [GTK=CCMP]
Sep 27 19:38:46 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 19:38:46 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 19:40:16 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 19:41:16 raspberrypi weewx[3542]: cheetahgenerator: Generated 14 files for report StandardReport in 1.33 seconds
Sep 27 19:41:16 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 19:42:46 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 19:41:17 raspberrypi weewx[3542]: genimages: Generated 12 images for StandardReport in 0.77 seconds
Sep 27 19:41:17 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx
Sep 27 19:41:18 raspberrypi weewx[3542]: cheetahgenerator: Generated 8 files for report exfoliation in 1.38 seconds
Sep 27 19:41:20 raspberrypi weewx[3542]: genimages: Generated 18 images for exfoliation in 1.82 seconds
Sep 27 19:41:20 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx/exfoliation
Sep 27 19:41:46 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 19:45:19 raspberrypi weewx[3542]: cheetahgenerator: Generated 14 files for report StandardReport in 1.40 seconds
Sep 27 19:45:19 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 19:46:49 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 19:45:19 raspberrypi weewx[3542]: genimages: Generated 12 images for StandardReport in 0.77 seconds
Sep 27 19:45:19 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx
Sep 27 19:45:21 raspberrypi weewx[3542]: cheetahgenerator: Generated 8 files for report exfoliation in 1.40 seconds
Sep 27 19:45:23 raspberrypi weewx[3542]: genimages: Generated 18 images for exfoliation in 1.83 seconds
Sep 27 19:45:23 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx/exfoliation
Sep 27 19:47:25 raspberrypi wpa_supplicant[442]: wlan0: WPA: Group rekeying completed with 34:81:c4:d7:e2:b0 [GTK=CCMP]
Sep 27 19:47:25 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 19:48:55 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 19:50:22 raspberrypi weewx[3542]: cheetahgenerator: Generated 14 files for report StandardReport in 1.31 seconds
Sep 27 19:50:22 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 19:51:52 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 19:50:23 raspberrypi weewx[3542]: genimages: Generated 12 images for StandardReport in 0.77 seconds
Sep 27 19:50:23 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx
Sep 27 19:50:25 raspberrypi weewx[3542]: cheetahgenerator: Generated 9 files for report exfoliation in 1.95 seconds
Sep 27 19:50:26 raspberrypi weewx[3542]: genimages: Generated 18 images for exfoliation in 1.83 seconds
Sep 27 19:50:26 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx/exfoliation
Sep 27 19:51:00 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 19:55:25 raspberrypi weewx[3542]: cheetahgenerator: Generated 14 files for report StandardReport in 1.30 seconds
Sep 27 19:55:25 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 19:56:55 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 19:55:26 raspberrypi weewx[3542]: genimages: Generated 12 images for StandardReport in 0.77 seconds
Sep 27 19:55:26 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx
Sep 27 19:55:27 raspberrypi weewx[3542]: cheetahgenerator: Generated 8 files for report exfoliation in 1.40 seconds
Sep 27 19:55:29 raspberrypi weewx[3542]: genimages: Generated 18 images for exfoliation in 1.83 seconds
Sep 27 19:55:29 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx/exfoliation
Sep 27 19:57:25 raspberrypi wpa_supplicant[442]: wlan0: WPA: Group rekeying completed with 34:81:c4:d7:e2:b0 [GTK=CCMP]
Sep 27 19:57:25 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 19:58:55 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 19:59:52 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 19:59:52 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 20:01:22 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 20:00:28 raspberrypi weewx[3542]: cheetahgenerator: Generated 14 files for report StandardReport in 1.31 seconds
Sep 27 20:00:29 raspberrypi weewx[3542]: genimages: Generated 12 images for StandardReport in 0.77 seconds
Sep 27 20:00:29 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx
Sep 27 20:00:30 raspberrypi weewx[3542]: cheetahgenerator: Generated 8 files for report exfoliation in 1.40 seconds
Sep 27 20:00:32 raspberrypi weewx[3542]: genimages: Generated 18 images for exfoliation in 1.84 seconds
Sep 27 20:00:32 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx/exfoliation
Sep 27 20:03:48 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 20:03:48 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 20:05:18 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 20:04:17 raspberrypi dhcpcd[484]: wlan0: Router Advertisement from fe80::3681:c4ff:fed7:e2ae
Sep 27 20:05:31 raspberrypi weewx[3542]: cheetahgenerator: Generated 14 files for report StandardReport in 1.41 seconds
Sep 27 20:05:31 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 20:07:01 2016 [try http://www.rsyslog.com/e/2007 ]
Sep 27 20:05:32 raspberrypi weewx[3542]: genimages: Generated 12 images for StandardReport in 0.77 seconds
Sep 27 20:05:32 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx
Sep 27 20:05:33 raspberrypi weewx[3542]: cheetahgenerator: Generated 8 files for report exfoliation in 1.39 seconds
Sep 27 20:05:35 raspberrypi weewx[3542]: genimages: Generated 18 images for exfoliation in 1.82 seconds
Sep 27 20:05:35 raspberrypi weewx[3542]: reportengine: copied 0 files to /var/www/weewx/exfoliation
Sep 27 20:07:25 raspberrypi wpa_supplicant[442]: wlan0: WPA: Group rekeying completed with 34:81:c4:d7:e2:b0 [GTK=CCMP]
Sep 27 20:07:25 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Tue Sep 27 20:08:55 2016 [try http://www.rsyslog.com/e/2007 ]

Frank Bandle

unread,
Sep 28, 2016, 6:20:26 AM9/28/16
to mwall, weewx...@googlegroups.com
Matthew

so wlink is working now. I observed that records come in hourly and not in a 5min intervall. 
Still one hour is coming completely at once at  xx:30. Then we have to wait again one hour then the next records (last hour) are coming in.
This issue is described in the WEATHERLINK IP product description from DAVIS 

Specifications: 

Data Transfer/Upload

  • Data logger automatically sends data to WeatherLink.com without connection to a computer.
  • Current conditions are uploaded every 60 seconds.
  • Archive records are uploaded every 60 minutes.


Its an archive function - so display with weewx is still waiting one hour for new input data, its not coming in continiously.

-frank


-- 
Frank Bandle
Sent with Airmail

Reply all
Reply to author
Forward
0 new messages