[weewx-development] Re: weewxWD and LOOP Davis

2019-04-03 Thread Hartmut Schweidler
Hallo Gary, ich habe eine Version für weewxwd3.py um die LOOP Daten der Davis auszulesen. Den Block WU forecast habe ich ersetzt. Zum einen habe ich den Berich #t = wdSuppThread(self.wdSupp_main, event) #t.setName('wdSuppThread') #t.start() #def

[weewx-development] Re: weather365 and wcloud for Python3

2019-04-03 Thread Hartmut Schweidler
Good Morning Luc from Germany in the weather365.py Apr 4 05:56:44 wetter OWFS[26201]: engine: Loading service user.wcloud. WeatherCloud Apr 4 05:56:44 wetter OWFS[26201]: restx: WeatherCloud: service version is 0.12 Apr 4 05:56:44 wetter OWFS[26201]: restx: WeatherCloud: Data will be

[weewx-development] Re: Receiving Davis Vantage data with RTL-SDR dongle and program rtldavis

2019-04-03 Thread ljm . heijst
On Wednesday, 3 April 2019 22:49:10 UTC-3, Paul Anderson wrote: > > rtldavis.py > Line 735 > change this > self.rain_per_tip = 0.0254 if bucket_type == 0 else 0.2 # mm > > to > self.rain_per_tip = 0.254 if bucket_type == 0 else 0.2 # mm > Paul, Good catch, thanks! I don't know how it got there;

[weewx-development] Re: Receiving Davis Vantage data with RTL-SDR dongle and program rtldavis

2019-04-03 Thread Paul Anderson
We had some rain today and noticed that rtl-davis was reporting very low amount. After checking Bucket size was set correctly for my US bucked looked at databases vales for both my normal production and the development machine. Bucket tips should record 0.01 however they were 0.001 Development

Re: [weewx-development] Re: Python 3 version available for limited testing

2019-04-03 Thread Thomas Keffer
Thanks, Luc Make sure you forward them on to the respective authors. On Wed, Apr 3, 2019 at 6:04 PM wrote: > Tom, > > Improved versions for meteotemplate.py, wcloud.py and weather365.py. > The should run on both Python 2 and Python 3. > > Luc >

[weewx-development] Re: Receiving Davis Vantage data with RTL-SDR dongle and program rtldavis

2019-04-03 Thread Paul Anderson
That sounds OK. Slightly nervous about running a modified weewx-vantage driver on my production machine, but I guess I will get over my fears:) BTW both machines run ntp to the same server list , so times are always close to identical. Also please be aware that on both machines WeeWx logs to

Re: [weewx-development] Re: Python 3 version available for limited testing

2019-04-03 Thread ljm . heijst
Tom, Improved versions for meteotemplate.py, wcloud.py and weather365.py. The should run on both Python 2 and Python 3. Luc #!/usr/bin/env python # Copyright 2016-2017 Matthew Wall # Licensed under the terms of the GPLv3 """ Meteotemplate is a weather website system written in PHP by Jachym.

[weewx-development] Re: Receiving Davis Vantage data with RTL-SDR dongle and program rtldavis

2019-04-03 Thread ljm . heijst
On Wednesday, 3 April 2019 10:27:22 UTC-3, kobuki wrote: > > Alright. The leaf wetness sensor is a completely different animal, I think > it can be ignored. If anything, in air, the temps are inversely > proportional WRT humidity because of natural reasons, not because they are > mathematically

[weewx-development] Re: Receiving Davis Vantage data with RTL-SDR dongle and program rtldavis

2019-04-03 Thread ljm . heijst
On Wednesday, 3 April 2019 09:37:32 UTC-3, kobuki wrote: > > *Temperature and humidity are independent values.* *There is no direct > relation between the two*. > Kobuki, I know, you mentioned that before. :-) I work with the following data: 1. Raw humidity values as received in the

[weewx-development] Re: Receiving Davis Vantage data with RTL-SDR dongle and program rtldavis

2019-04-03 Thread kobuki
Luc, Sorry, but I have to bark in again. *Temperature and humidity are independent values.* *There is no direct relation between the two*. It's a normal, natural occurrence to see them move with different sign day by day. You can measure humidity by itself - hygrometers are stand-alone

[weewx-development] Re: Receiving Davis Vantage data with RTL-SDR dongle and program rtldavis

2019-04-03 Thread ljm . heijst
Paul, For the parsing of your analog humidity sensor we need probably a look up table, as we have used similar for the soul moisture and leaf-wetness sensor data. There is a positive relation between the raw humidity value and the temperature as you can see in the attached table. Each set

[weewx-development] forecast 3.4.0.rc1 in Python3.7.3

2019-04-03 Thread Hartmut Schweidler
Hallo i have test forecast 3.4.0rc1 in python3.7.3 1. for Daky sky i have import "from io import BytesIO" 2. if i set in weewx.conf [Forecast] data_binding = forecast_binding [[OWM]] api_key = key single_thread = True in the log Apr 3 12:30:25 wetter OWFS[20598]: