[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-05 Thread vince
On Thursday, September 5, 2019 at 6:43:35 PM UTC-7, Lodewyk Jansen wrote: > > The problem is that the USB logger is limited to 516 bins, thus it can > only hold 516-minutes of data (~8hours) which isn't near enough. I have a > Raspberry Pi and I am hoping that in some way the Logger can dump the

[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-05 Thread Andrew Milner
what is the reason for needing 1 minute intervals? most weather conditions do not change very much within 5 or even 10 minutes, let alone 1 minute!! On Friday, 6 September 2019 04:43:35 UTC+3, Lodewyk Jansen wrote: > > Hi, > > I hope there is an answer for this - I have a Vantage Vue Station

[weewx-user] Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-05 Thread Lodewyk Jansen
Hi, I hope there is an answer for this - I have a Vantage Vue Station (Davis) and need to log in 1-min intervals at a location very remote (no cellphone signal and some distance away). I need to record for more than a week (probably need to stay out for 2 weeks) at a time. The problem is

Re: [weewx-user] multiple bindings with Seasons hilo.inc?

2019-09-05 Thread Michael
Hi Thomas, it's really great. Your suggestion does exactly what I want it to do. Many thanks for weewx and also the support here in the forum Michael Am Donnerstag, 5. September 2019 17:55:31 UTC+2 schrieb Thomas Keffer: > > This is a tough problem. I think we're hitting the limits of the

Re: [weewx-user] Rainfall YTD only showing value since weewx has been installed

2019-09-05 Thread Eric Mears
Thomas, I added $current.yearRain, and it does exactly what I want. Thanks! Eric On Thu, Sep 5, 2019 at 7:14 AM Thomas Keffer wrote: > I assume the Belchertown skin is summing from the database. If that's the > case, you could replace instances of > > $year.rain.sum > > with > >

[weewx-user] Re: Rainfall YTD only showing value since weewx has been installed

2019-09-05 Thread vince
I'd suggest the quickest way to work this one, rather than digging into the internals of Belchertown or waiting for Pat to see this thread, might be to run the good'ol Standard report once and see what 'it' reports for the YTD rain. Compare your NOAA reports. My belchertown and standard skins

Re: [weewx-user] Possople omission in documentation?

2019-09-05 Thread Thomas Keffer
Documented in commit db31a6f , in the development branch. To appear in V4. -tk On Thu, Sep 5, 2019 at 7:44 AM WindnFog wrote: > I note that there is no port parameter specified in the documentation for > rsync,

Re: [weewx-user] multiple bindings with Seasons hilo.inc?

2019-09-05 Thread Thomas Keffer
This is a tough problem. I think we're hitting the limits of the Cheetah parser! Here's the problem. The expression that sets archive_data gets evaluated *immediately*, resulting in tuples that consist of a string, and a TimeSpanBinder object. #set $archive_data = [('day', $day), ('week',

Re: [weewx-user] Rainfall YTD only showing value since weewx has been installed

2019-09-05 Thread gjr80
Don’t know what Belchertown does, but depending on how the wview to WeeWX port occurred I thought it might be a case of incomplete daily summaries. Stopping WeeWX and using wee_database (http://weewx.com/docs/utilities.htm#wee_database_utility) to drop then rebuild the daily summaries might

[weewx-user] Re: AS3935 Lightening Detector

2019-09-05 Thread J D
Hi, They are really all the same. I have a number of them. The two I am currently using together are https://www.playingwithfusion.com/productview.php?pdid=22 https://www.mikroe.com/thunder-click And a third one standalone as a control on its own pi.

[weewx-user] Possople omission in documentation?

2019-09-05 Thread WindnFog
I note that there is no port parameter specified in the documentation for rsync, specifically: The configuration file weewx.conf . . . [StdReport] . . . [[RSYNC]] enable server user path delete I believe the default is 22, but my hosting site

[weewx-user] Live on a Raspberry Pi 4

2019-09-05 Thread WindnFog
I have weewx running on a raspberry pi 4 with a Davis Vantage Vue station. Seems to work well. Tried it with the Simulator for about a week and yesterday I went "live" with real data,'' https://www.ve1dx.net/ So far, so good. I'm downsizing from a CentOS suitcase-sized server to the Pi.

Re: [weewx-user] Rainfall YTD only showing value since weewx has been installed

2019-09-05 Thread Thomas Keffer
I assume the Belchertown skin is summing from the database. If that's the case, you could replace instances of $year.rain.sum with $current.yearRain That would give you the value directly from the console. -tk On Wed, Sep 4, 2019 at 9:15 PM Eric Mears wrote: > Hi, > > I am running with a

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-05 Thread Greg Reive
Thanks for that. Looking forward to the new version. On Thu., 5 Sep. 2019, 23:26 Pat, wrote: > Greg, I've made this change where I flip the font icon if the station is > in the southern hemisphere. I've committed it to my development branch >

[weewx-user] Re: Belchertown skin 1.0 released!

2019-09-05 Thread Pat
Greg, I've made this change where I flip the font icon if the station is in the southern hemisphere. I've committed it to my development branch for the skin. It'll be in the 1.1 version. On

[weewx-user] Re: AS3935 Lightening Detector

2019-09-05 Thread Mikael Fredriksson
Hi Jerry! Thank you for your answer. I've tried changing all wires and looked for any bad connections. But no success. I guess it's a faulty sensor so I will buy another one and see if i'm lucky with that. The sensor I used is a CJMCU AS3935. Is there another recommended sensor to use with

[weewx-user] multiple bindings with Seasons hilo.inc?

2019-09-05 Thread Michael
Hello, Is it possible to use multiple bindings in Seasons hilo.inc? If so, how do you do it right? $obs.label.extraTemp6 #for $archive in $archive_data $archive[1]($data_binding='sdr_binding').extraTemp6.max.format(add_label=False)