[weewx-user] Re: WeeWX Docker Image for Synology.

2020-04-22 Thread Xant
I had Synology before, and now a Qnap. Although both options performs really great as a regular NAS (and some), my experience with Docker was really difficult... and think just to be a gimmick to avoid. For Weewx, my suggestion still an rPi (3 or 4, regardless). Xant -- You received this

[weewx-user] Re: A monitor program for WeeWx running on Raspberry Pi

2020-04-22 Thread Xant
Yes, you can always check if Weewx is running by regular rPi "status" command prompt, but is not a "monitoring" thing per say. A nifty trick - which almost work as a "monitoring" - is to upload your wx data to WeatherCloud, WeatherCloud will notify you by email, if stop receiving your

[weewx-user] Re: Adding a Belchertown chart with a data_binding value

2020-04-22 Thread weather list
Vince, Thanks, removing the single quote doesn't help. Feels as I'm making an obvious error here and can't see it. On Tuesday, April 21, 2020 at 6:00:47 PM UTC-4, vince wrote: > > On Tuesday, April 21, 2020 at 8:58:31 AM UTC-7, weather list wrote: >> >> Finally getting back to this, and this

Re: [weewx-user] A monitor program for WeeWx running on Raspberry Pi

2020-04-22 Thread Daniel Rich
The simplest way from the command line is to use either service or systemctl — depending on which OS you have on the Pi. > systemctl status weewx ● weewx.service - LSB: weewx weather system    Loaded: loaded (/etc/init.d/weewx; generated; vendor preset: enabled)    Active: active (running) since

[weewx-user] Re: A monitor program for WeeWx running on Raspberry Pi

2020-04-22 Thread rich T
Dale In the command prompt type: htop You should see what is running and the memory usage. Rich On Wednesday, April 22, 2020 at 9:05:27 PM UTC-4, re...@eau.net wrote: > > I'm not real familiar with Raspberry Pi and have looked in both the user > guide and the Wiki for an answer but didn't

[weewx-user] A monitor program for WeeWx running on Raspberry Pi

2020-04-22 Thread r...@eau.net
I'm not real familiar with Raspberry Pi and have looked in both the user guide and the Wiki for an answer but didn't find anything. I wonder if WeeWx is running on the Pi. Is there a 'monitoring' program that I can open in the command line by typing some command, and having it tell me that

[weewx-user] Re: Peet Bros Ultimeter 2100 - Humidity Pad

2020-04-22 Thread Steve2Q
Ralph..When i purchased mine (>10 years ago) I had added the combo temp and humidity sensor. Although it costs $, it may be an easier solution. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving

[weewx-user] Re: Peet Bros Ultimeter 2100 - Humidity Pad

2020-04-22 Thread Ralph Underwood
Also the humidity sensor did not come included with the Ultimeter 2100 package, it is an option. On Monday, April 20, 2020 at 6:49:26 AM UTC-7, Ralph Underwood wrote: > > Did you enter a local barometer reading to the 2100? I don't have my > manual handy, but seem to remember that in order for

[weewx-user] Re: Peet Bros Ultimeter 2100 - Humidity Pad

2020-04-22 Thread Steve2Q
Hi Burt: I have a 2100 (for years now) and I have not experienced your problem. My barometric pressure and humidity are sent to my website, weather underground, and PWS. I just joined CWOP (as a non-ham as I am not set up for APRS), and I will see if I have the same problem. Have you looked at

Re: [weewx-user] Matthew Wall's Rainwise IP-100 driver configuration question

2020-04-22 Thread John Kline
The driver is simply incorrect for rain. I have it fixed in my fork, but you would need to be running WeeWX 4 to use it. https://github.com/chaunceygardiner/weewx-ip100 If you aren’t running WeeWX 4 (to be released real soon now), but you feel comfortable coding, you could back port the rain

[weewx-user] Matthew Wall's Rainwise IP-100 driver configuration question

2020-04-22 Thread Dale
I have installed weewx and the only easy to grab real life data was from a Rainwise Mark III receiver in an IP-100 device that I have. All went smoothly and I am very happy, until it rained. I haven't had rain in the last few days, but may have some in the next few to test it again, but, as I

[weewx-user] Replacement WH3080/3081 Lux/UV sensors available

2020-04-22 Thread Dave, G1OGY
eBay () vendor Signatrol Ltd has a number of WH308x sensor/screen assemblies available. Replacement has restored my UV indications. -D -- You received this message because you are subscribed to the Google Groups "weewx-user"

Re: [weewx-user] Re: Need help with error message

2020-04-22 Thread Tom Keffer
So, to close this thread off, you do not have a WeatherLinkIP? Instead, you have the more conventional USB version? On Wed, Apr 22, 2020 at 8:14 AM Peter Ten Eyck wrote: > My bad, I have corrected the issue. It turns out that I did need to change > the connection type from Ethernet to serial.

[weewx-user] Data export to csv

2020-04-22 Thread Jarmo Seppänen
Consider if you want to change to metricwx rather than metric. The docs have a good description of the differences. -- 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

[weewx-user] Re: Need help with error message

2020-04-22 Thread Peter Ten Eyck
My bad, I have corrected the issue. It turns out that I did need to change the connection type from Ethernet to serial. This was suggested early on, but my lack of understanding got in the way. Thanks. On Wednesday, April 22, 2020 at 11:10:31 AM UTC-4, Peter Ten Eyck wrote: > > > > On Tuesday,

[weewx-user] Re: Need help with error message

2020-04-22 Thread Peter Ten Eyck
On Tuesday, April 21, 2020 at 4:24:29 PM UTC-4, Peter Ten Eyck wrote: > > I have installed WeeWX on an updated Raspberry Pi and trying to start > weewx and getting this error: > > Apr 21 16:16:58 Weatherpi weewx[1056]: engine: Initializing engine > Apr 21 16:16:58 Weatherpi weewx[1056]:

Re: [weewx-user] Data export to csv

2020-04-22 Thread Thomas Keffer
If you need to export to CSV only once, then there is no need to convert the database. Just make a copy, convert that, export to CSV, then throw the copy away. Otherwise, if you expect to do this regularly, then, yes, convert and use the converted database. There should be no problems with

Re: [weewx-user] Data export to csv

2020-04-22 Thread Janne Prokkola
hello sorry, I add more info. I have sqlite. In User's Guide it says: "Because of this, unless you have a special purpose application, there is really no good reason to change from the default, which is US" I want to keep the installation as default as possible. But on the other hand if I

Re: [weewx-user] Re: WeeWX Docker Image for Synology.

2020-04-22 Thread Tom Mitchell
Yes, in thinking about this Docker implementation, it was not meant as a workflow, but rather a deployment mechanism. The way I use it is to get things working on my laptop or in a VM. Then I use the Docker workflow to deploy it to Kubernetes on GCP. I think if one were to think of is an

Re: [weewx-user] Re: fileparse polling interval

2020-04-22 Thread Bill Burton
Hello, On Tue, Apr 21, 2020 at 8:53 AM jf42 wrote: > My station is a german "MWS 55V", which is read out by a Python program, > writing the data to a tcp port. Another computer > collects the data, does a quality check, many other stuff, and writes a > file. Weewx uses the file parser to get

Re: [weewx-user] Re: WeeWX Docker Image for Synology.

2020-04-22 Thread weerstation Maurik
Hi Sven, Sorry for very late reply! As Tom said it's not straightforward to map folders you would like to, It is possible to use for volume mapping for /home/weewx/public_html so you can serve HTML from your NAS. I had no luck with in getting the conf folder and/or database folder to map.

[weewx-user] Re: wind direction axis units skin Belchertown

2020-04-22 Thread Andrew Milner
did you remove both windgust and also windgust direction from the plot??? On Wednesday, 22 April 2020 09:20:31 UTC+3, Marc Cauhopé wrote: > > Thank you for this suggestion, I tried without the windgust but the result > remains the same! > > Le mercredi 22 avril 2020 08:00:45 UTC+2, Andrew

[weewx-user] Re: wind direction axis units skin Belchertown

2020-04-22 Thread Marc Cauhopé
Thank you for this suggestion, I tried without the windgust but the result remains the same! Le mercredi 22 avril 2020 08:00:45 UTC+2, Andrew Milner a écrit : > > I suspect it is a matter of scaling and trying to include windgust on the > same graph. I bet if you did not plot wind gust you

[weewx-user] Re: wind direction axis units skin Belchertown

2020-04-22 Thread Andrew Milner
I suspect it is a matter of scaling and trying to include windgust on the same graph. I bet if you did not plot wind gust you would be much more consistant in the axis labels!! On Wednesday, 22 April 2020 08:05:09 UTC+3, Marc Cauhopé wrote: > > Hello, > > I have wind direction graphs where