I notice an error in the archival interval - see below. Is this important?

Jan  8 11:07:08 Weatherpi weewx[750]: engine: Archive will use data binding 
wx_binding
Jan  8 11:07:08 Weatherpi weewx[750]: engine: Record generation will be 
attempted in 'hardware'
Jan  8 11:07:08 Weatherpi weewx[750]: engine: The archive interval in the 
configuration file (300) does not match the station hardware interval (600).
Jan  8 11:07:08 Weatherpi weewx[750]: engine: Using archive interval of 600 
seconds (specified by hardware)
Jan  8 11:07:08 Weatherpi weewx[750]: engine: Using binding 'wx_binding' to 
database 'weewx.sdb'
Jan  8 11:07:08 Weatherpi weewx[750]: manager: Starting backfill of daily 
summaries
Jan  8 11:07:08 Weatherpi weewx[750]: restx: StationRegistry: Station will 
not be registered: no station_url specified.
Jan  8 11:07:08 Weatherpi weewx[750]: restx: Wunderground-PWS: Data for 
station IOTAGOQU2 will be posted
Jan  8 11:07:08 Weatherpi weewx[750]: restx: PWSweather: Posting not 
enabled.
Jan  8 11:07:08 Weatherpi weewx[750]: restx: CWOP: Posting not enabled.
Jan  8 11:07:08 Weatherpi weewx[750]: restx: WOW: Posting not enabled.
Jan  8 11:07:08 Weatherpi weewx[750]: restx: AWEKAS: Posting not enabled.
Jan  8 11:07:08 Weatherpi weewx[750]: engine: Starting up weewx version 
3.8.2
Jan  8 11:07:08 Weatherpi weewx[750]: engine: Clock error is -7.50 seconds 
(positive is fast)
Jan  8 11:07:08 Weatherpi weewx[750]: vantage: Clock set to 2019-01-08 
11:07:09 NZDT (1546898829)
Jan  8 11:07:09 Weatherpi weewx[750]: engine: Starting main packet loop.
Jan  8 11:07:14 Weatherpi weewx[750]: vantage: LOOP try #1; error: Expected 
to read 99 chars; got 0 instead
Jan  8 11:07:19 Weatherpi weewx[750]: vantage: LOOP try #2; error: Expected 
to read 99 chars; got 0 instead
Jan  8 11:07:28 Weatherpi weewx[750]: vantage: LOOP try #3; error: Expected 
to read 99 chars; got 0 instead
Jan  8 11:07:33 Weatherpi weewx[750]: vantage: LOOP try #4; error: Expected 
to read 99 chars; got 0 instead
Jan  8 11:07:33 Weatherpi weewx[750]: vantage: LOOP max tries (4) exceeded.
Jan  8 11:07:33 Weatherpi weewx[750]: engine: Caught WeeWxIOError: Max 
tries exceeded while getting LOOP data.
Jan  8 11:07:33 Weatherpi weewx[750]:     ****  Waiting 60 seconds then 
retrying...


On Sunday, 6 January 2019 14:37:27 UTC+13, monmul wrote:
>
> I am new to weewx and am trying to set it up on my Rpi 3. I have a Davis 
> Vantage weather station. I have a serial Envoy data logger attaced to my 
> Rpi with a serial/usb converter. In following the set up instructions, I 
> get these errors!
>
> sudo weewxd weewx.conf
> Traceback (most recent call last):
>   File "/usr/bin/weewxd", line 64, in <module>
>     weewx.engine.main(options, args)
>   File "/usr/share/weewx/weewx/engine.py", line 835, in main
>     sane = os.stat(config_path).st_ctime
> OSError: [Errno 2] No such file or directory: '/home/pi/weewx.conf'
> pi@Weatherpi:~ $ tail -f /var/log/syslog
> Jan  6 13:37:43 Weatherpi bluetoothd[843]: Endpoint unregistered: 
> sender=:1.16 path=/MediaEndpoint/A2DPSink
> Jan  6 13:37:47 Weatherpi dhcpcd[498]: wlan0: no IPv6 Routers available
> Jan  6 13:37:48 Weatherpi dhcpcd[498]: eth0: no IPv6 Routers available
> Jan  6 13:37:57 Weatherpi systemd[852]: Time has been changed
> Jan  6 13:37:57 Weatherpi systemd[1]: Time has been changed
> Jan  6 13:41:05 Weatherpi rsyslogd-2007: action 'action 17' suspended, 
> next retry is Sun Jan  6 13:41:35 2019 [try http://www.rsyslog.com/e/2007
>  ]
> Jan  6 13:41:06 Weatherpi weewx[1515]: engine: Initializing weewx version 
> 3.8.2
> Jan  6 13:41:06 Weatherpi weewx[1515]: engine: Using Python 2.7.9 
> (default, Sep 26 2018, 05:58:52) #012[GCC 4.9.2]
> Jan  6 13:41:06 Weatherpi weewx[1515]: engine: Platform 
> Linux-4.9.35-v7+-armv7l-with-debian-8.0
> Jan  6 13:41:06 Weatherpi weewx[1515]: engine: Locale is 'en_GB.UTF-8'
> Jan  6 13:52:34 Weatherpi systemd[1]: Starting Cleanup of Temporary 
> Directories...
> Jan  6 13:52:34 Weatherpi rsyslogd-2007: action 'action 17' suspended, 
> next retry is Sun Jan  6 13:53:04 2019 [try http://www.rsyslog.com/e/2007
>  ]
> Jan  6 13:52:35 Weatherpi systemd[1]: Started Cleanup of Temporary 
> Directories.
> Jan  6 13:55:28 Weatherpi wpa_supplicant[590]: wlan0: WPA: Group rekeying 
> completed with 30:5a:3a:cd:e7:f0 [GTK=CCMP]
> Jan  6 13:55:28 Weatherpi rsyslogd-2007: action 'action 17' suspended, 
> next retry is Sun Jan  6 13:55:58 2019 [try http://www.rsyslog.com/e/2007
>  ]
> Jan  6 13:55:28 Weatherpi wpa_supplicant[590]: wlan0: WPA: Group rekeying 
> completed with 30:5a:3a:cd:e7:f0 [GTK=CCMP]
>
> Please where have I gone wrong?
>
>
> .....................................................................................................................................................
>
> Hi,
>
> It appears that you are in the /home/pi directory and hence weewxd is 
> looking for weewx.conf in /home/pi. Use the full path for weewx.conf ie:
>
> $ sudo weewxd /etc/weewx/weewx.conf
>
> Gary
>
>

-- 
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