[weewx-user] Re: Looking for a starting point - driver for Lufft WS601-UMB

2018-02-19 Thread mwall
On Monday, February 19, 2018 at 2:34:34 PM UTC-5, Alan W. wrote: > > Is there an in-use driver that could provide a starting place for a > channel by channel (value by value) driver, including station configuration? > alan, start simple, and make the driver as dumb as possible. pick one protoco

[weewx-user] Android phone users weather app.

2018-02-19 Thread Greg from Oz
I use this android app https://play.google.com/store/apps/details?id=ales.veluscek.weatherstation&hl=en It was designed for Cumulus weather program but I create the same file format using weewx. To make it work with weewx do the following: Under [CheetahGenerator] in your skin.conf add this l

[weewx-user] Re: Centos Install Questions - Davis Vantage Pro2

2018-02-19 Thread Dana Roode
Yes; I used the weewx config program and the configuration file is updated fine. I found another post about this problem and made this edit to vantage.py - adjusting "for_loopPacket in self.genDavisLoopPackets(200)" from 200 to 2. I did that and it all started working now. Dana On

[weewx-user] Re: Centos Install Questions - Davis Vantage Pro2

2018-02-19 Thread Greg from Oz
Did you edit /etc/weewx/weewx.conf as that is the file that has the information about your station name etc? On Tuesday, 20 February 2018 12:05:13 UTC+11, Dana Roode wrote: > > Hello, > > Just installed Weewx on Centos 7.4 with a Davis Vantage Pro2; install > seemed to go well. Two questions: >

Re: [weewx-user] Re: phantom sensor data with VantageVue

2018-02-19 Thread T Konzl
I experienced this same issue with a Davis Vantage Vue ISS with a Davis data logger. I recently noticed on Wunderground that when my wind speed was low enough, it would show up on the WU map with a dashed outline meaning that it was missing data. After a little research here, I found that I n

[weewx-user] Re: http://weewx.com/stations.html weewx map show skins used by stations as you can show by hardware type

2018-02-19 Thread Greg from Oz
I don't know what internal data would be seen. As far as I know it just shows your web page and your lat and long and hardware driver you are using and that's about it. It is good to see what others are doing out there. On Tuesday, 20 February 2018 12:48:37 UTC+11, vk3...@gmail.com wrote: > > I w

[weewx-user] Re: http://weewx.com/stations.html weewx map show skins used by stations as you can show by hardware type

2018-02-19 Thread vk3anz
I was not aware of that map - any my station is not on it (not that I really want to make it public - I would need to make 2 interfaces to keep the 'internal' data private) Therefore it may not be a truly representative sample of what skins (or anything else) is out there. Susan -- You receive

[weewx-user] Centos Install Questions - Davis Vantage Pro2

2018-02-19 Thread Dana Roode
Hello, Just installed Weewx on Centos 7.4 with a Davis Vantage Pro2; install seemed to go well. Two questions: a) After configuration, entering wx station type, location, etc, I was expecting the web page that had been installed at /weewx/ to be updated to reflect my information rather than t

[weewx-user] Re: Winddir

2018-02-19 Thread gjr80
It may be technically correct to have None for wind direction when wind speed is zero (though I am sure you will find some who can put up a good argument for not doing this) unfortunately we do not live in an ideal world and often have other constraints. Clientraw.txt and other similar formatted

[weewx-user] Re: Winddir

2018-02-19 Thread gjr80
Hallo, OK, wenn Sie ignore_zero_wind verwenden, hängt die angezeigte Windrichtung davon ab, ob Ihre Station Windrichtung erzeugt, wenn kein Wind ist. Sehen Sie, wie Sie gehen, wenn es immer noch Probleme gibt, lassen Sie es uns wissen und ich werde sehen, was mit der Clientraw-Vorlage getan wer

[weewx-user] Looking for a starting point - driver for Lufft WS601-UMB

2018-02-19 Thread Alan W.
I am looking to develop a driver for the Lufft WS601-UMB. It seems most systems have a single, or a few different loop packets, each with multiple measurements/sensor output. The Lufft does have a few buffers with multiple measurements, but even combining all of them does not necessarily prov

[weewx-user] Guidance on developing a driver for the Lufft WS601-UMB

2018-02-19 Thread Alan W.
I am looking to develop a driver for the Lufft WS601-UMB. It seems most systems have a single, or a few different loop packets, each with multiple measurements/sensor output. The Lufft does have a few buffers with multiple measurements, but even combining all of them does not necessarily prov

[weewx-user] Re: Metar Daten

2018-02-19 Thread Andrew Milner
As far as I know nobody has written an extension to decode or even import a Metar. However - nothing stops you writing a suitable service On Monday, 19 February 2018 17:49:30 UTC+2, k-l...@gmx.de wrote: > hello it is possible to bind the weather text from a metar (airport)EDDL.txt. > > ha

[weewx-user] Re: Winddir

2018-02-19 Thread Andrew Milner
I disagree - it is better to be accurate and say 'none' for direction when there is no wind speed. The dir3ection of the wind vane could have been affected by gravity or even a bird - if there is no wind speed it is better to say there is no direction either. On Monday, 19 February 2018 17:3

[weewx-user] Metar Daten

2018-02-19 Thread K-Lutz
hello it is possible to bind the weather text from a metar (airport)EDDL.txt. hallo ist es möglich den Wettertext von einem Metar (Flughafen )EDDL.txt ein zu binden. mfg. Kalli -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe fr

[weewx-user] Re: Winddir

2018-02-19 Thread K-Lutz
Hallo gir80 ich brauch die Clientraw.txt für WDLive ich hab erstmal ignore_Wind_zero gemacht besser ist es wenn kein wind dann sollte die Windrichtung da stehen bleiben wo sie als letztes stand , und nicht einfach irgendwo. Also so wenn der Wind aus norden kommt, und dann kein wind mehr da ist s

Re: [weewx-user] How to add literal .txt to end of variable

2018-02-19 Thread Louis De Lange
Thanks Tom, Backslash escape character did not work but following the cheetah manual and enclosing the variable in brackets did. $monthYear Might be useful for other people too. On Sunday, 18 February 2018 18:35:18 UTC-8, Tom Keffer wrote: > > Try putting a backslash in front of any special