[weewx-user] aqi_backfill gives error

2020-07-01 Thread Rahul Bedi
Hi, I tried running the "aqi_backfill" script which is part of the aqi extension on a weewx 4.1.1 install and get the following error. Looks like way to pull the config seems to have changes since the time this script was written. Any ideas? - Rahul pi@PrideWeatherStation:/usr/share/weewx

Re: [weewx-user] Re: Sunrise/Sunset times off on Vantage Pro 2

2020-07-01 Thread Constantine Samaklis
Thanks Gary. I have an application that reads the console values which are pushed to a Mosquitto MQTT server in real time so this will address the issue until the update is out. On Wed, Jul 1, 2020 at 01:20 gjr80 wrote: > Just to close this off I installed the updated vantage driver on my

[weewx-user] Weewx 4.1 or later mqtt client

2020-07-01 Thread gjr80
Hi, The mqtt uploader on the wiki home page (https://github.com/weewx/weewx/wiki) has a green tick next to it indicating it will work under WeeWX v4 and python 3 (and I believe python 2). Gary -- You received this message because you are subscribed to the Google Groups "weewx-user" group.

[weewx-user] Re: Sunrise/Sunset times off on Vantage Pro 2

2020-07-01 Thread Constantine Samaklis
Thanks for taking the time and putting in the effort to troubleshoot. On Tuesday, June 30, 2020 at 8:47:25 AM UTC-4, Jacques Terrettaz wrote: > > HI, > > I checked with my Davis station and I am observing exactly the same kind > of differences. I think the problem is coming from the vantage

Re: [weewx-user] Decimal comma in xml files bug?

2020-07-01 Thread Tom Keffer
WeeWX formats numbers using Python's locale.format() facility, which typically uses your "default" locale. In your case, that locale must use commas as the decimal separator. To change, either change your locale with environment variable LANG

Re: [weewx-user] Decimal comma in xml files bug?

2020-07-01 Thread Michael Meyer
Got it thanks. tke...@gmail.com schrieb am Mittwoch, 1. Juli 2020 um 14:15:28 UTC+2: > WeeWX formats numbers using Python's locale.format() facility, which > typically uses your "default" locale. In your case, that locale must use > commas as the decimal separator. > > To change, either

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-01 Thread Geni 0815
@John: This is the error message, where do I have to search? reported errors: [sender] io timeout after 1 seconds -- exiting. rsync > error: timeout in data send/receive (code 30) at io.c(204) [sender=3.1.3] > complete line: Jul 1 18:47:12 Wetter-Raspi weewx[22015] ERROR weeutil.rsyncupload:

[weewx-user] Re: Wmr200: read_device() USB Error Reason:[Errno 110] Operation timed out

2020-07-01 Thread Jason Ingraham
Heres my log : Jul 1 11:19:37 WxPI weewx[1949] DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS Jul 1 11:19:37 WxPI weewx[1949] DEBUG weewx.engine: Loading service weewx.engine.StdPrint Jul 1 11:19:37 WxPI weewx[1949] DEBUG weewx.engine: Finished loading service

[weewx-user] Re: Wmr200: read_device() USB Error Reason:[Errno 110] Operation timed out

2020-07-01 Thread Jason Ingraham
I'm getting the same error here as well with my WMR200 and Rpi On Saturday, 20 June 2020 08:06:10 UTC-3, Alessandro wrote: > > Hello all, > firstly thanks so much for your work! > > As newbie, I'm having a problem running Weewx on Raspi 4 and Wmr200 as > weather station. > > I installed weewx 3

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-01 Thread John Kline
I added this section to the README: Rsync "errors" in the log: If one is using rsync, especially if the loop interval is short (e.g., 2s), it is expected that there will be log entries for connection timeouts, data timeouts and skipped packets. By default only one second is allowed to

Re: [weewx-user] Update interval less than 300 seconds?

2020-07-01 Thread John Kline
It is normal to have some timeouts as the timeout is set to 1s. For example, today so far I’ve had 5 connection timeouts on loop-data. I’ve also had 3 gauge-data timeouts (I contributed the rsync code for rtgd). rsync: gauge-data: connection timeouts 3 rsync: loop-data:

[weewx-user] Re: Wmr200: read_device() USB Error Reason:[Errno 110] Operation timed out

2020-07-01 Thread Alessandro
Hi Jason, we are discussing this issue here: https://github.com/weewx/weewx/issues/578 and your experience can be important in order to fix this problem. Thanks, Alessandro -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from

[weewx-user] Switching from Acu-Rite to Vantage Pro 2

2020-07-01 Thread Kevin Davis
I've been running on a Acu-Rite 5-in-1 for a couple years. A few months ago, I bought a Vantage Pro 2 and now I'm ready to switch my weewx install over to pull data from it instead of the Acu-Rite. Beyond backing up my config file and database, which happens every night anyway, just looking for

[weewx-user] Re: Interceptor setup

2020-07-01 Thread Scott Grayban
I corrected that typo. Sorry about the trouble. On Tuesday, June 30, 2020 at 12:51:01 AM UTC-7, Zsolt Máté wrote: > > There was a typo in the wiki, edited it. > Instead of domain_name_servers there was domain_name_server. > > > > On Tuesday, June 30, 2020 at 7:39:11 PM UTC+12, Zsolt Máté wrote:

[weewx-user] Re: Import of driver failed [Interceptor]

2020-07-01 Thread Zsolt Máté
Solved by uninstalling python3 and installing 2.7. On Wednesday, July 1, 2020 at 12:06:44 PM UTC+12, Zsolt Máté wrote: > > Did anyone find a fix for this? > I'm in the same boat. Fresh raspberry pi image, clean install. > > sudo PYTHONPATH=/usr/share/weewx python >

[weewx-user] Weewx 4.1 or later mqtt client

2020-07-01 Thread 'ml' via weewx-user
Hello, is it possible to publish the weather data via MQTT also with weewx4.x ? Thanks -- 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] Re: sftp upload not working

2020-07-01 Thread Fam de Munck
It seems you are confusing sftp and ftps. Please have a look at: https://github.com/weewx/weewx/wiki http://www.weewx.com/docs/usersguide.htm#config_FTP Op dinsdag 30 juni 2020 17:21:05 UTC+2 schreef Andre: > > I have problems to upload with sftp from my RPi to my new vServer. > > Jun 30

[weewx-user] Multi-year Graphs

2020-07-01 Thread Richard G
I would really like to have some charts of multiyear weather day so you can compare, for example, the rain this month compared to last year or the all time average. Looking through the posts here I notice a few people have asked similar questions but one from Alan Major from Birdham in the UK