Re: [weewx-user] Using sftp with weewx 5.1.0

2024-11-08 Thread Alan Salmon
W" as the destination, it failed. removing the "/" and all is go. I'm running a basic setup (its a work in progress) but its now "live" at pcug.org.au/~asalmon . Feel free to check it out. Cheers, Alan On Wednesday, November 6, 2024 at 10:51:54 AM UTC+11 Graham Ed

Re: [weewx-user] Using sftp with weewx 5.1.0

2024-11-05 Thread Alan Salmon
ssues in the text below with a blank line, a series of ">>>>>>>>>>>>>>>>>>" and a second blank line so they should be easy to locate. Sorry about being a pest... Regards, Alan Log extract: Nov 05 06:10:27 Bigfish-05 weewxd[132

Re: [weewx-user] Using sftp with weewx 5.1.0

2024-11-03 Thread Alan Salmon
27;/WWW/NOAA/NOAA-2024-11.txt', 'wb') Nov 04 18:18:49 Bigfish-05 weewxd[16031]: INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 2] No such file Nov 04 18:18:49 Bigfish-05 weewxd[16031]: DEBUG paramiko.transport.sftp: [chan 0] open(b'/WWW/NOAA/NOAA-2024-11.txt', '

[weewx-user] Using sftp with weewx 5.1.0

2024-11-03 Thread Alan Salmon
I've received advice from my web provider that they are phasing out ftp uploads and requiring all users to move to sftp in the near future. Going through the documentation, it says I need pysftp and suggests using "pip install pysftp" if you used the Pip install method, or else use "apt install

[weewx-user] General advice please.

2024-09-05 Thread Alan Salmon
Hello everyone. Is it better to let my GW2000 do my Wunderground uploads or should I use tjhe WeeWX function instead? Cheers! -- 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

[weewx-user] "About this Station" data

2024-08-31 Thread Alan Salmon
Just curious about this: [image: 2024-08-31.png] Why is WeeWX uptime always 1 minute longer than Server uptime? Cheers, Alan -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails fro

[weewx-user] Weewx on Raspi 4

2024-08-12 Thread Alan Salmon
Has anyone tried installing this *python3-weewx_5.1.0-3_all.deb* on a fresh install of the latest Raspian OS (Bookworm) with all updates applied as of yesterday? Attempting to do so gives me a range of errors, including messages like this in /var/dpkg.log: 2024-08-11 18:15:00 startup packages

Re: [weewx-user] BelchertownWeather MQTT Error

2024-07-12 Thread Alan Bryant
i suggest setting a system-wide locale (en > <http://en.au>_AU.UTF-8 > in my case) and not overriding it elsewhere > > but that simply addresses it saying "i have an error but i can’t tell you > what it is” - can only look at the real error once it spits out the real

[weewx-user] BelchertownWeather MQTT Error

2024-07-10 Thread Alan Bryant
Hello all, I'm having an issue with Belchertown Weather connecting and displaying MQTT data. Here are the relevant versions: WeeWX: 5.1.0 Belchertown Weather: Development version as of 2024/07/09 mosquitto: 2.0.18 WeeWX is sending data to my MQTT server and as you will see from the debug cons

[weewx-user] New User: First Problem

2024-02-06 Thread Alan Salmon
Hello everyone. I installed weewx for the first time today on a Raspberry Pi Zero 2W, using a Fine Offset 3081 station that I used for about 10 years until the local cockatoos decided it would be fun to dismantle it! It came up on the second attempt after a few minor adjustments to the config

[weewx-user] Re: ftp issues

2023-03-19 Thread Alan Jackson
Never mind, it is an upstream data issue. On Sunday, March 19, 2023 at 6:01:34 PM UTC-5 Alan Jackson wrote: > Realized I hadn't been updating my website for about a week, so went into > debug mode, and got the following messages in the log: > > Mar 19 17:26:05 carina we

[weewx-user] ftp issues

2023-03-19 Thread Alan Jackson
x 4.5.1-1 on Ubuntu 20.04.5 LTS and Python 3.8.10 I don't understand what might have changed, especially since the last good ftp occurred at 3 AM, so I know I wasn't doing anything then. Anyway, any clues would be appreciated. I am stymied. Alan -- You received this message because

Re: [weewx-user] Ecowitt Gateway (formerly GW1000) driver v0.5.0b4 release [5]

2022-06-12 Thread Alan Stankevitz
ne have ties to Ecowitt to correct their API? On Sunday, June 12, 2022 at 4:35:31 AM UTC-5 Alan Stankevitz wrote: > I found this thread after investigating the hourly rain problem with my > CWOP readings. I attempted to download the b5 version using: > > wget -P /var/tmp >

Re: [weewx-user] Ecowitt Gateway (formerly GW1000) driver v0.5.0b4 release [5]

2022-06-12 Thread Alan Stankevitz
I found this thread after investigating the hourly rain problem with my CWOP readings. I attempted to download the b5 version using: wget -P /var/tmp https://github.com/gjr80/weewx-gw1000/releases/download/v0.5.0b5/gw1000-0.5.0b5.tar.gz But I get a 404 error. Is version v0.5.0b5 available yet?

Re: [weewx-user] How to remove spikes from data?

2021-10-12 Thread Alan Jackson
I have only cleaned the database in post-processing and then replaced it. On Tue, Oct 12, 2021, 5:04 PM HRM Resident wrote: > Regardless of whether it’s a median filter, a Kalman filter or > anything else, integrating it into weewx doesn’t seem trivial to me. This > is something Tom and th

Re: [weewx-user] How to remove spikes from data?

2021-10-05 Thread Alan Jackson
Here is a description of my adventures cleaning up the database http://www.adelieresources.com//2019/01/conversion-from-wview-to-weewx-weather-station-software/ On Monday, October 4, 2021 at 6:30:16 AM UTC-7 wfs...@gmail.com wrote: > Thanks Tom! I love Weewx and get a kick out of playing with th

Re: [weewx-user] Complex calibration formula for pm2.5 sensor

2021-08-11 Thread Alan Stankevitz
l.com wrote: > in [[Corrections]] section of weewx.conf you can do something like > > pm2_5 = 0.52*pm2_5 - 0.085*outHumidity + 5.71 > > > slightly off-topic, does anyone know if the purpleair correction applies > to other sensors, or just the purpleair? > > On 11 Aug 20

[weewx-user] Complex calibration formula for pm2.5 sensor

2021-08-11 Thread Alan Stankevitz
Newbie here... I am using the G1000 driver for Ecowitt sensors. Works fine but need to apply a complex calculation to correct the pm2.5 sensor data. The equation would be something like: Cpm2.5 = (pm2.5/(1+((.25*RH)*(.25*RH))/(1-RH))) RH = Relative Humidity pm2.5 is raw pm2.5 data Cpm2.5 is cor

[weewx-user] Re: Graphing Lightning Strikes/Distance With Belchertown Sking & Ecowitt WH57

2021-04-24 Thread Alan Bryant
. See: > https://groups.google.com/g/weewx-user/c/xBihBm0jVls/m/J06dlCjlAAAJ for > more info. This might help you. > > On Friday, April 23, 2021 at 4:00:38 PM UTC-4 Alan Bryant wrote: > >> Forgot to add the graph code so that you guys don't have to go look i

[weewx-user] Re: Graphing Lightning Strikes/Distance With Belchertown Sking & Ecowitt WH57

2021-04-23 Thread Alan Bryant
name = Distance to Strike color = "#f7f2b4" y_label = "km" On Friday, April 23, 2021 at 2:59:48 PM UTC-5 Alan Bryant wrote: > > Hello Everyone, > > I am a very amateur weather enthusiast, so all of this amazing software > th

[weewx-user] Graphing Lightning Strikes/Distance With Belchertown Sking & Ecowitt WH57

2021-04-23 Thread Alan Bryant
Hello Everyone, I am a very amateur weather enthusiast, so all of this amazing software that you guys have put together is phenomenal. Thank all of you so much for the time that you have put in to these products and the support! I think that I have everything set up mostly how I want it, excep

Re: [weewx-user] Re: Belchertown Skin Beaufort Category Missing

2021-04-23 Thread Alan Bryant
be that you've just got a typo > in your config file? > > beaufort_categoty <=-- This? > > Cheers. > > On Thursday, 22 April 2021 at 3:38:43 am UTC+10 Alan Bryant wrote: > >> I forgot to mention that I am running the master branch of Belchertown >> fro

[weewx-user] Re: Belchertown Skin Beaufort Category Missing

2021-04-21 Thread Alan Bryant
I forgot to mention that I am running the master branch of Belchertown from today (04/21/2021) & weewx 4.5.1 installed via apt on Ubuntu 20.10. On Wednesday, April 21, 2021 at 12:30:27 PM UTC-5 Alan Bryant wrote: > > I just did a fresh installation of the Belchertown skin, wh

[weewx-user] Belchertown Skin Beaufort Category Missing

2021-04-21 Thread Alan Bryant
I just did a fresh installation of the Belchertown skin, which I love, thank you Pat, and everything is working so far except for the beaufort_category. I had this working earlier today, but I was having other intermittent issues, so I did a fresh installation. This time, the intermittent issu

[weewx-user] Re: Read Vantage Pro with python

2019-05-17 Thread Alan
Without the base station? I did that for a couple years with the Vantage Vue using a 3DR radio. If that is what you are trying to do, wxforum has an extensive thread titled "Implementing a Si1000 based wireless receiver for Davis ISS data" that I used to get it running. When the Vue no longer

[weewx-user] Re: rss.xml problems

2019-05-13 Thread Alan
Thanks for the help guys!! It works with Internet Explorer. I'm not sure why pointing Chrome at the Raspberry Pi gives a different result than pointing at the hosted site but that is definitely not a weewx problem. The Seasons skin requires a mouse-over to see the times in the high-low section

[weewx-user] Re: rss.xml problems

2019-05-13 Thread Alan
I switched to the standard skin and all is right with the world again. The RSS link still shows an error in my browser but it's not something I'm going to spend any time on. The new skin really looks nice but mouse-over function might drive me to drink. I'm in the weird function over form mino

[weewx-user] Re: rss.xml problems

2019-05-13 Thread Alan
o a half dozen randomly chosen stations (at least > one was remote hosted) on the station map and RSS seemed to function as > expected. > > Gary > > On Tuesday, 14 May 2019 13:40:36 UTC+10, Alan wrote: >> >> >> It looks like I've got plenty of company. Lookin

[weewx-user] Re: rss.xml problems

2019-05-13 Thread Alan
It looks like I've got plenty of company. Looking at http://www.weewx.com/stations.html I can't find a station that works as I expect it to. It may have never worked on the hosted site with the previous versions, I've just never clicked on the RSS link. I think I'm going to give up on the RSS

[weewx-user] rss.xml problems

2019-05-13 Thread Alan
I get this error when I click the RSS link in the upper right hand corner of the weewx index.html page.: *This XML file does not appear to have any style information associated with it. The document tree is shown below.* I only get this error on my hosted page. If I point my browser directly at

[weewx-user] RSS.XML problems

2019-05-13 Thread Alan
I get this error when I try click on the RSS link in the upper right hand corner of my weewx webpage.: *This XML file does not appear to have any style information associated with it. The document tree is shown below.* It doesn't happen when I point my browser to my raspberry pi. It only happe

[weewx-user] Neowx skin sample site

2019-01-30 Thread Alan Jackson
I just installed it. http://www.ajackson.org/weewx -- 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 to weewx-user+unsubscr...@googlegroups.com. For more options, visit

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-28 Thread Alan Major
Upgraded my Raspberry Pi installation using the setup.py method. I had previously installed the new Seasons skin. Upgrade and first 48hrs running have not encountered any problems. Good work, thanks. > > Alan -- You received this message because you are subscribed to the Google Groups

[weewx-user] Re: My experience migrating from wview to weewx

2019-01-28 Thread Alan Jackson
Oops! Thanks for the catch. -- 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 to weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.

Re: [weewx-user] My experience migrating from wview to weewx

2019-01-28 Thread Alan Jackson
Actually a retired geophysicist from an oil company. But I've been doing open source stuff for a long time. I like to say I started using the internet before the web was invented (anyone remember gopher or veronica?). I just attended an R conference, and one of the things that struck me was Hadl

[weewx-user] My experience migrating from wview to weewx

2019-01-26 Thread Alan Jackson
find useful. http://www.adelieresources.com//2019/01/conversion-from-wview-to-weewx-weather-station-software/ http://www.adelieresources.com/2019/01/conversion-from-wview-to-weewx-weather-station-software-part-2-station-setup/ Alan -- You received this message because you are subscribed to the

[weewx-user] ftpupload failing with Errno 0 or no reason at all - with solution

2019-01-26 Thread Alan Jackson
I am posting this for future reference, since I was unable to find the answer with Google, in future hopefully, this will save someone some time and effort. The answer is: setting secure_ftp = False in the config file. Everything is running like clockwork now. Thanks for a wonderful product. --

[weewx-user] Re: Belchertown Skin 0.8.1 released

2018-12-08 Thread Alan Bryant
Pat, Just wanted to say thanks! I have mine up and running, minus the logo and about page. https://weather.bryantgeeks.com/. Great skin and I am loving having such an easy and beautiful view of my weather data. Alan Bryant On Friday, December 7, 2018 at 4:12:23 PM UTC-6, Pat wrote: > &g

[weewx-user] Re: Interceptor Exstension and Wind Gust Direction

2018-12-07 Thread Alan Bryant
I modified the interceptor.py file and I guess I updated the mapping properly because it is no longer complaining about the windgustdir parameter. I'm not sure how to tell if it is being added to weewx, but I'm happy that the error is at least gone. -- You received this message because you are

[weewx-user] Re: Interceptor Exstension and Wind Gust Direction

2018-12-06 Thread Alan Bryant
Alright, so I added windGustDir = wind_gust_dir to the sensor_map stanza, but I am still getting the same message in my syslog. Any ideas? On Thursday, December 6, 2018 at 10:58:47 AM UTC-6, Alan Bryant wrote: > > Ok, so apparently I did not read everything on the Github readme f

[weewx-user] Re: Interceptor Exstension and Wind Gust Direction

2018-12-06 Thread Alan Bryant
wunderground.com Content-Type:application/x-www-form-urlencoded Content-Length:0 Connection:close User-Agent: Atlas/047 So it looks like I mapped most things wrong in the sensor_maps. How would I go about mapping the windgustdir correctly? I did not see it in the debug output. If it follows the co

[weewx-user] Re: Acurite 5n1 & Acurite Lightning Detector

2018-12-04 Thread Alan Bryant
XfuO0VlBgAJ > > > On Tuesday, December 4, 2018 at 3:25:47 PM UTC-5, Alan Bryant wrote: > >> I have an Acurite 5n1 with the access hub and I am able to get data by >> using the interceptor driver. I want to get a lightning detector, but it >> will not connect to ei

[weewx-user] Pillow + Mac OSX 10.11.X and earlier

2018-04-17 Thread Alan Klein
Just a heads up for others that are trying to install weewx on Mac OS X 10.11.X and earlier releases and are using Pillow instead of PIL, or if you recently updated Pillow to 5.1.0 and use an older version of Mac OS X There is currently an issue with the Pillow 5.1.0 release not being compatibl

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

2018-02-20 Thread Alan W.
Thank you sir. That should get me on the way. Cheers, Al -- 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 to weewx-user+unsubscr...@googlegroups.com. For more option

[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

Re: [weewx-user] Skin used on http://www.threefools.org/weewx/ site

2018-01-11 Thread Alan Major
ical to use the same approach for the weewx Hi/Low times. Screen real estate is an issue so if 'pop-up' functionality could be implemented it would be a good solution because the supplemental information is not always needed. Alan -- You received this message because you are subscribed to

Re: [weewx-user] Skin used on http://www.threefools.org/weewx/ site

2018-01-11 Thread Alan Major
The wind roses are part of Greg's Weewx-WD extension. OK, I'll wait for Matthew to see this discussion and hopefully comment. Alan On Thursday, 11 January 2018, Thomas Keffer wrote: > Very nice! I especially like the wind quadrants. Where did you get those > from? > > Ma

Re: [weewx-user] Skin used on http://www.threefools.org/weewx/ site

2018-01-11 Thread Alan Major
vation but of course this isn't a weewx issue per se. Is this something that you are working to overcome or this the way it is going to be? Alan On Saturday, 6 January 2018 13:39:32 UTC, Tom Keffer wrote: > > This is the new "Seasons" skin. You can find it in the "news

[weewx-user] Skin used on http://www.threefools.org/weewx/ site

2018-01-06 Thread Alan Major
Is it possible to download the skin used for http://www.threefools.org/weewx/ ? I'd like to give my site a make over ... Thanks. Alan Major www.thecorner.me.uk/weewx -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubs

[weewx-user] Wind Dir not showing on DB

2017-10-28 Thread Alan Ferrer
In de DB I don’t see the wind direction, do you know what could be? I read that if you don’t have wind speed direction is useless, still when I have wind speed direction is 0. Thanks! Alan Great Application! <https://lh3.googleusercontent.com/-CtjTxrVBzkw/WfUJtgk1RWI/

[weewx-user] Re: Public IP-address

2017-01-05 Thread Alan
This works on my Pi to get the WAN address from Duck Duck Go. This is far from an ideal method since it requires downloading a webpage you don't control but it works for me. If you use it, do so at your own risk. There's no guarantee the webpage will not change in format or worse, be compromis

[weewx-user] Re: Public IP-address

2017-01-05 Thread Alan
I think I would create a bash script to scrape the IP from: https://duckduckgo.com/?q=ip&ia=answer I'm too cheap to pay for a dynamic DNS service so I have a script scrape my public IP from my router's GUI and email me if it changes. DD-WRT on the router makes it fairly simple to grab the publi

[weewx-user] Re: Interface Davis Vantage Vue <-> Raspberry Pi 3

2017-01-04 Thread Alan
I like my Si1000 radio but it is definitely not an off-the-shelf solution. Info is available on wxforum if you like to tinker. I do not a have Davis base; I bought just the Vantage Vue ISS with intention of using a Raspbery Pi in the house. On Tuesday, January 3, 2017 at 9:53:28 AM UTC-5, Lut

[weewx-user] Re: Create backup image of the running system

2017-01-01 Thread Alan
This doesn't address backing up a running system so feel free to ignore it. The varying SD card size problem can be overcome by shrinking the backup image you created using the laptop. I have a script that I use for that purpose here: https://github.com/Alanb603/Pi_Image_Shrinker/blob/master/au