[weewx-user] Re: Receiving Davis Vantage weather data with a RTL-SDR dongle Update

2019-04-20 Thread rich T
Luc

Not saying there is an issue, but just check it at your end.  It could be 
where I have my SDR/PI and the console set up. During that timeframe we did 
have very heavy rainfall. Other than that, if you use a BMP280 or BME280 
with an offset , the driver tracks with the console.

Rich

On Saturday, April 20, 2019 at 8:53:30 PM UTC-4, Luc Heijst wrote:

> On Saturday, 20 April 2019 00:32:42 UTC-3, rich T wrote:
>>
>> Did you observed any differences with the rain total?
>>
>> I will have a look the coming days.. Until a week ago we had the longest 
> period without rain here and recently I reorganized all my pi-systems and 
> got no reliable data.
> Also I have two Vantage Pro 2 systems. I will check the results of the 
> meteostick with the rtldavis.driver which will both read the data of three 
> Davis stations (ISS, wind and leaf-soil).
>
> Luc
>

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


[weewx-user] Including the record highs/lows on web site

2019-04-20 Thread peterquinn925
Hi,

I'd like to include the record high temp, low temp, and rainfall on my web 
page. I was looking at what's in the forecast.py code to see if it can pull 
NWS record high and it's not obvious. Can it get record temps? It doesn't 
look like it.

Is there a better data source? I'm sure someone has tried this previously. 

I'm going to also try to put my own high/low/rain records from my own data, 
but I only have 2+ years worth.

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


Re: [weewx-user] Re: Error in startup

2019-04-20 Thread Leon Shaner
Hi, Asgeir,

You could make a backup of your weewx.conf and run wee_config.  It may be 
confused by your current conf file, just as weewxd appears to be.
If all else fails, remove your conf file, run wee_config, and use diff against 
the backup to see what else you need to add back, but with care to only put the 
important parameters and to not reintroduce corruption.

Regards,
Leon
--
Leon Shaner :: Dearborn, Michigan (iPad Pro)

> On Apr 20, 2019, at 6:16 AM, AsgeirK  wrote:
> 
> I have of course tried to reverse the changes, but missing something (I 
> haven't kept a copy of the previous version (my bad!)).  Anyone who can point 
> me in a direction where to look?  The error message says stationtype, but it 
> can't be that.
> 
>> On Tuesday, April 16, 2019 at 12:36:20 AM UTC+2, Greg from Oz wrote:
>> Probably look at the change you made.
>> Remove the change and see if it works. 
>> 
>>> On Tuesday, 16 April 2019 05:55:45 UTC+10, AsgeirK wrote:
>>> I'm getting this error when I start my weewx.  It was working, I did a 
>>> small change in weewx.conf and now getting this error.  Where should I look?
>>> 
>>> 
>>> Apr 15 21:49:10 PI-W4 systemd[1]: Starting LSB: weewx weather system...
>>> Apr 15 21:49:11 PI-W4 weewx[11680]: engine: Initializing weewx version 3.9.1
>>> Apr 15 21:49:11 PI-W4 weewx[11680]: engine: Using Python 2.7.13 (default, 
>>> Sep 26 2018, 18:42:22) #012[GCC 6.3.0 20170516]
>>> Apr 15 21:49:11 PI-W4 weewx[11680]: engine: Platform 
>>> Linux-4.14.98-v7+-armv7l-with-debian-9.8
>>> Apr 15 21:49:11 PI-W4 weewx[11680]: engine: Locale is 'nb_NO.UTF-8'
>>> Apr 15 21:49:11 PI-W4 weewx[11680]: engine: pid file is /var/run/weewx.pid
>>> Apr 15 21:49:11 PI-W4 weewx[11669]: Starting weewx weather system: weewx.
>>> Apr 15 21:49:11 PI-W4 systemd[1]: Started LSB: weewx weather system.
>>> Apr 15 21:49:11 PI-W4 weewx[11684]: engine: Using configuration file 
>>> /etc/weewx/weewx.conf
>>> Apr 15 21:49:11 PI-W4 weewx[11684]: engine: Caught unrecoverable exception 
>>> in engine:
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   'wmr200'
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   Traceback (most recent call 
>>> last):
>>> Apr 15 21:49:11 PI-W4 weewx[11684]: File 
>>> "/usr/share/weewx/weewx/engine.py", line 884, in main
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   engine = 
>>> engine_class(config_dict)
>>> Apr 15 21:49:11 PI-W4 weewx[11684]: File 
>>> "/usr/share/weewx/weewx/engine.py", line 72, in __init__
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   
>>> self.setupStation(config_dict)
>>> Apr 15 21:49:11 PI-W4 weewx[11684]: File 
>>> "/usr/share/weewx/weewx/engine.py", line 90, in setupStation
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   driver = 
>>> config_dict[stationType]['driver']
>>> Apr 15 21:49:11 PI-W4 weewx[11684]: File 
>>> "/usr/lib/python2.7/dist-packages/configobj.py", line 554, in __getitem__
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   val = 
>>> dict.__getitem__(self, key)
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   KeyError: 'wmr200'
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   Exiting.
>>> 
>>> 
> 
> -- 
> 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.

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


[weewx-user] Re: Error in startup

2019-04-20 Thread gjr80
Hi,

It would seem like you are missing a [WMR200] heading in weewx.conf (are 
you using a WMR-200 ?). But exactly what is wrong is difficult to say 
without seeing weewx.conf. If you can't work it out I suggest you post the 
contents of weewx.conf making sure any sensitive info such as user names, 
passwords, API keys etc are removed.

Gary

On Saturday, 20 April 2019 20:16:05 UTC+10, AsgeirK wrote:
>
> I have of course tried to reverse the changes, but missing something (I 
> haven't kept a copy of the previous version (my bad!)).  Anyone who can 
> point me in a direction where to look?  The error message says stationtype, 
> but it can't be that.
>
> On Tuesday, April 16, 2019 at 12:36:20 AM UTC+2, Greg from Oz wrote:
>>
>> Probably look at the change you made.
>> Remove the change and see if it works. 
>>
>> On Tuesday, 16 April 2019 05:55:45 UTC+10, AsgeirK wrote:
>>>
>>> I'm getting this error when I start my weewx.  It was working, I did a 
>>> small change in weewx.conf and now getting this error.  Where should I look?
>>>
>>>
>>> Apr 15 21:49:10 PI-W4 systemd[1]: Starting LSB: weewx weather system...
>>> Apr 15 21:49:11 PI-W4 weewx[11680]: engine: Initializing weewx version 
>>> 3.9.1
>>> Apr 15 21:49:11 PI-W4 weewx[11680]: engine: Using Python 2.7.13 
>>> (default, Sep 26 2018, 18:42:22) #012[GCC 6.3.0 20170516]
>>> Apr 15 21:49:11 PI-W4 weewx[11680]: engine: Platform 
>>> Linux-4.14.98-v7+-armv7l-with-debian-9.8
>>> Apr 15 21:49:11 PI-W4 weewx[11680]: engine: Locale is 'nb_NO.UTF-8'
>>> Apr 15 21:49:11 PI-W4 weewx[11680]: engine: pid file is 
>>> /var/run/weewx.pid
>>> Apr 15 21:49:11 PI-W4 weewx[11669]: Starting weewx weather system: weewx.
>>> Apr 15 21:49:11 PI-W4 systemd[1]: Started LSB: weewx weather system.
>>> Apr 15 21:49:11 PI-W4 weewx[11684]: engine: Using configuration file 
>>> /etc/weewx/weewx.conf
>>> Apr 15 21:49:11 PI-W4 weewx[11684]: engine: Caught unrecoverable 
>>> exception in engine:
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   'wmr200'
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   Traceback (most recent 
>>> call last):
>>> Apr 15 21:49:11 PI-W4 weewx[11684]: File 
>>> "/usr/share/weewx/weewx/engine.py", line 884, in main
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   engine = 
>>> engine_class(config_dict)
>>> Apr 15 21:49:11 PI-W4 weewx[11684]: File 
>>> "/usr/share/weewx/weewx/engine.py", line 72, in __init__
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   
>>> self.setupStation(config_dict)
>>> Apr 15 21:49:11 PI-W4 weewx[11684]: File 
>>> "/usr/share/weewx/weewx/engine.py", line 90, in setupStation
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   driver = 
>>> config_dict[stationType]['driver']
>>> Apr 15 21:49:11 PI-W4 weewx[11684]: File 
>>> "/usr/lib/python2.7/dist-packages/configobj.py", line 554, in __getitem__
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   val = 
>>> dict.__getitem__(self, key)
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   KeyError: 'wmr200'
>>> Apr 15 21:49:11 PI-W4 weewx[11684]:   Exiting.
>>>
>>>
>>>

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