Re: [weewx-user] Help with alarm.py

2019-01-14 Thread Christian Nimmervoll
Hi, No problem. :) I've changed the trigger to this: expression = "windGust > 20" Now it works! :) We actually have windgust up to 60 km/h :) I got emails! :) But when i set the trigger e.g. to xpression = "outTemp < 0.0" (outTemp now is -3,2°C) nothing happens... maybe there is a problem wi

Re: [weewx-user] Re: change noaa report wind direction

2019-01-14 Thread Luigi Carbonera
I'm sorry. You are right. Another step I have to put the point. There is a comma between the numbers. I tried with ? $day.outTemp.avg.outTemp.toString($localize=False,$addLabel=False) 121,15,9 13:37 -3,0 04:34 17,30,00,00,79,4 11:55 E 132,79,2 10:59

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread gjr80
A few comments. - the python inline code I provided to calculate max annual rainfall needs to have a # at the start of each line - not sure you really want the following your template, I just included it in my example code to show how you would use the tags: #if $max_rain_year is no

[weewx-user] Re: use Weewx on raspberry

2019-01-14 Thread gjr80
Thanks Patrick, I am not familiar with this hardware at all so am really clutching at straws here. I can see no obvious (to me) issue. I have attached a copy of byows.py that has some some additional logging in it so we can see some of the intermediate values that the code is using. To use: 1.

[weewx-user] Re: Looking to replace my old Acurite 0203C weather station

2019-01-14 Thread Adnan Mumtaz
HI DJ, Can you share the details how are you exactly using WS-2903A with weeWX, I have purchased the same WS and want to use it with WeeWX, if you can share the technical details how did you setup the RPi as an AP ill be grateful On Thursday, 27 December 2018 18:09:57 UTC+3, Dj Merrill wrote:

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread monmul
So, here is my first attempt at putting all the advice together into the all time template..how am I doing? 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 d

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread Tom Robertson
I second this. Folks here are amazing with helping and have patience beyond belief! Tom From: weewx-user@googlegroups.com on behalf of monmul Sent: Monday, January 14, 2019 7:05 PM To: weewx-user Subject: [weewx-user] Re: Getting the RPi 3 with Davis Vantag

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread monmul
As ever, thank you for your help and your patience! On Tuesday, 15 January 2019 11:39:26 UTC+13, gjr80 wrote: > > $alltime.rain.sum will certainly work, but I suspect it will not give you > what you seek. Hence the question about what you wanted to display. > $alltime says work out an aggregate

Re: [weewx-user] Real Time Gauges (RTGD) for Steel Series

2019-01-14 Thread Tom Robertson
Thanks Gary and understand all. I am actually having fun getting weewx setup and customized. It is a powerful program that can do amazing stuff. I found out that the timeout variable was causing my system not to upload. When I copied it from the py file I left it set at 1. When I changed it

Re: [weewx-user] Real Time Gauges (RTGD) for Steel Series

2019-01-14 Thread gjr80
Good news. The instructions at the top of the rtgd.py are meant as a fallback if all you have are the source files for the extension with no access to instructions or the installer. They really just document all of the settings, you can certainly copy the [RealtimeGaugeData] stanza to weewx.c

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread gjr80
$alltime.rain.sum will certainly work, but I suspect it will not give you what you seek. Hence the question about what you wanted to display. $alltime says work out an aggregate over all records in the database, .rain says work out the aggregate on the rain field and .sum means sum the records.

Re: [weewx-user] Weewx and weatherlink

2019-01-14 Thread Thomas Keffer
> > I would like to know ... if there any way to upload to weathelink via > raspberry with weewx Not following. Do you want to upload from your old WeeWX on the RPi, to the new weatherlink on the Win10 emulator? Or, do you want to upload to weatherlink.com? Or, something else? -tk On Mon,

Re: [weewx-user] Help with alarm.py

2019-01-14 Thread Thomas Keffer
You have the right file. The install instructions are on the top of the file. Take a look then ask any questions. -tk On Mon, Jan 14, 2019 at 10:21 AM Christian Nimmervoll < christian.nimmerv...@gmail.com> wrote: > OK! > > Befor

Re: [weewx-user] Weewx and weatherlink

2019-01-14 Thread Fede Poole
thomas... im using my vantage vue with the raspberry pi with the weewx software but some days ago I shuted down the rasp and I started to use my Mac mini with windows 10 emulated to use the original weather link software provided with usb communication way. I would like to know ... if there any

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread monmul
Thank you so much for that.so John's suggestion of $alltime.rain.sum is not going to work? Is there a tag for the day in the data series which had the most rain? I am nearly finished and will leave you all in peace soon! Thank again to all! On Tuesday, 15 January 2019 00:36:47 UTC+13, gjr80

Re: [weewx-user] Help with alarm.py

2019-01-14 Thread Christian Nimmervoll
OK! Before i've tested it, but i got no email: [Alarm] expression = "outTemp < 60.0" time_wait = 300 smtp_host = smtp. smtp_user = xxx smtp_password = x from = christ...@.at mailto = christian....@gmail.com subject = "Alarm mess

[weewx-user] Re: Dots no longer joined up on graphs - Weewx 3.0.1

2019-01-14 Thread Cancunia
Many thanks for your feedback. Yes it seems to have been the interval set in the weather station (Fine Offset), for some reason it had changed from 15 mins to 30. I used wee_device to change it to 15 and things are looking better. It's strange that it changed after what must be 4 years. I'm now

Re: [weewx-user] Help with alarm.py

2019-01-14 Thread Thomas Keffer
It appears the code is wrong. However, the code beyond if __name__ == '__main__': was temporarily included in alarm.py a long time ago, and should never have stayed in there. The best way to test alarm.py is to install it, use an expression in [Alarm] that is sure to trigger it, then run WeeWX. -

[weewx-user] Help with alarm.py

2019-01-14 Thread Christian Nimmervoll
Hi, I run the latest weewx Version on a raspberry 3B+. Everything is fine and working. https://www.wetter-muehlviertel.at/messwerte/ Today i put the alarm.py in der Weewx User Directory und start tests. When i try a test like this: PYTHONPATH=/usr/share/weewx python alarm.py /etc/weewx/weewx.con

Re: [weewx-user] Real Time Gauges (RTGD) for Steel Series

2019-01-14 Thread Tom Robertson
Whew. Got it. The full path did the trick. I did have the units=US in the wrong place. I had it in the RTGD file. I put it in the block where the instructions were. 😊 I initially missed the part of the instructions that said to copy the block to weewx.conf and thought you entered the data

[weewx-user] Re: Klimalogg Pro on Synology NAS

2019-01-14 Thread Luc Heijst
Hi, Today I discovered a bug in version 1.3.6 of the Klimalogg driver. It only effects when used with command wee_device --current This is solved in version 1.3.7 (I just sent a copy to Matthew Wall). You can add (the red marked) line 1618 in version 1.3.6 of kl.py to solve this for now. de

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread gjr80
No problems, I think calendar year can be taken either way. In that case $year will do just fine. There is no simple tag to give you the may yearly rainfall over a number of years, to come up with this requires a little code. There are a few ways you could handle this, one of the easiest ways i

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread monmul
No, I only want a number for the full calendar year Jan 1 to Dec 31for the data that I havethen I want to find the maximum value in that series. I am not interested in a running total. Sorry, I did not make myself very clear. Very basic, old fashioned, total rain in each calendar year.

[weewx-user] Re: Metric v US databases

2019-01-14 Thread Greg from Oz
I use mariadb and metric and drive on the left hand side of the road. So far I have survived all of the above. On Saturday, 12 January 2019 14:23:06 UTC+11, Andrew Milner wrote: > > Having read for the umpteenth time recently comments implying that there > is no need to change the database units

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread gjr80
If you mean say, total rainfall for the 1 year ending today (ie 14 Jan 2018 to 14 Jan 2019), then $span($year_delta=1).rain.sum will give you what you are after. Refer to the $span tag (http://weewx.com/docs/customizing.htm#_Tag_$span___) in the Customization Guide. Gary -- You r

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread monmul
OK thanks, I am trying to get the total rain over the calendar year..and show the maximum year of the series. On Monday, 14 January 2019 22:55:31 UTC+13, gjr80 wrote: > > Um, no. $rainyear is a special version of $year. $year gives stats from > midnight at the start of 1 January of the curre

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread gjr80
Um, no. $rainyear is a special version of $year. $year gives stats from midnight at the start of 1 January of the current year. $rainyear gives stats from midnight at the start of the 1st of the month defined by the rain_year_start config option under [Station] in weewx.conf. I believe $rainyea

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread John Smith
$alltime.rain.sum On Monday, 14 January 2019 20:44:28 UTC+11, monmul wrote: > > I presume that $rainyear.rain.sum will become $rainalltime.rain.sum? > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receivi

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread monmul
OK, thanks Garythe xstats.py is already in that directory i.e. /usr/share/weewx/user. On Monday, 14 January 2019 22:40:17 UTC+13, gjr80 wrote: > > Hi, > > The location of the different weeWX components depends on how you > installed weeWX. Have a look at Where to find things ( > http://www

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread monmul
I presume that $rainyear.rain.sum will become $rainalltime.rain.sum? On Monday, 14 January 2019 22:21:01 UTC+13, monmul wrote: > > In installing xstats manually, the read_me suggests the following for step > 1: > > cp bin/user/xstats.py /home/weewx/bin/user > > I can find where xstats.py is locat

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread monmul
In installing xstats manually, the read_me suggests the following for step 1: cp bin/user/xstats.py /home/weewx/bin/user I can find where xstats.py is located on the Rpi (hint - /usr/share/doc/weewx/examples/xstats/bin/usr/xstats.py)but where do I copy it to? On Sunday, 13 January 2019 1

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-14 Thread gjr80
Hi, The location of the different weeWX components depends on how you installed weeWX. Have a look at Where to find things (http://www.weewx.com/docs/usersguide.htm#Where_to_find_things) in the User's Guide. The de facto standard has been to refer to the setup.py location if only one location

[weewx-user] Re: use Weewx on raspberry

2019-01-14 Thread Patrick Tranchant
hello Gary, I give you my python script that I use without weewx to measure *the Wind and also Rain* . thanks Patrick On Saturday, December 8, 2018 at 3:40:43 PM UTC+1, Patrick Tranchant wrote: > > hello I am a newbie from France ( sorry for my english ) > > I want to use weewx on a raspberry

[weewx-user] Re: A few questions

2019-01-14 Thread dehein2
Hi mwall, thanks a lot - very helpful Best Dennis Am Sonntag, 13. Januar 2019 21:08:12 UTC+1 schrieb mwall: > > > > On Sunday, January 13, 2019 at 1:05:10 PM UTC-5, dehein2 wrote: >> >> >> Maybe one stupid question there: If i install weewx on a raspberry and >> get a station like the ventus