[weewx-user] Re: fileparse rain value

2020-10-20 Thread Sébastien F4GQK
Hello, for my part, I just want to deactivate the accumulation of rain. I want to retrieve the "daily rain" from my weather station and send it to weewx. With the variable "rain", I will test with this file and this method if it works. if the cumulative increase it takes the new value via the

[weewx-user] Re: WeeWX Watchdog, latest improvements

2020-10-20 Thread Bill Arthur
My fresh install is working well. I'm very happy with the operation. Now all that remains is correcting line 30 of the script to "weewx_status" I'm unable to contact the author, if someone else can it would be appreciated On Monday, October 19, 2020 at 8:16:44 PM UTC-5 Bill Arthur wrote: > I'm

Re: [weewx-user] Relationship between archive_interval and post_interval (for PWSweather.com)

2020-10-20 Thread wandern
Thank you, Gary. That was extremely helpful. That was also my impression from reading about loop packets in the customization guide. I just didn’t want to have to dig into the code to verify if it was not necessary. :-) I think a little note on this would be great to add to the documentation.

Re: [weewx-user] Relationship between archive_interval and post_interval (for PWSweather.com)

2020-10-20 Thread gjr80
Hi, There are two key events that happen in WeeWX that trigger other events such as reporting, uploading and archiving etc. These events are the arrival of loop packets and arrival/creation of archive records. You can read about them here

Re: [weewx-user] Relationship between archive_interval and post_interval (for PWSweather.com)

2020-10-20 Thread wan...@gmail.com
That doesn't really answer the question though: 1. weewx is only publishing records every 300 seconds (not every 60 seconds as specified in post_interval) 2. There are many stations on PWSweather.com (mostly Ambient Weather stations) that show 60 second interval updates. On Tuesday, October

Re: [weewx-user] Relationship between archive_interval and post_interval (for PWSweather.com)

2020-10-20 Thread John Kline
FYI https://www.pwsweather.com/frequently-asked-questions Why aren't my observations updating more frequently? We utilize a Content Delivery Network for performance purposes across all pages. This ensures fast load times, resulting in a better experience for our users. New observation data is

[weewx-user] Relationship between archive_interval and post_interval (for PWSweather.com)

2020-10-20 Thread wandern
It's not clear whether post_interval must be a multiple of archive_interval when sending data to PWSweather.com. Since wunderground support RapidFire updates, weewx is obviously aware of the current conditions more frequently than what's set in the station archive interval (I have my Davis

[weewx-user] Setting up weewx - AcuRite under OpenBSD.

2020-10-20 Thread Mario St-Gelais
Good day list. First time here. I realize that according to the booklet, my model is 06006 and that is is not listed as supported device. But I don't think that this is really the problem. Log output : == Oct 20 19:39:57 hotrod weewx[19832] INFO __main__: Platform

[weewx-user] Py3 cmon.py and exfoliation station.html.tmpl updates/changes

2020-10-20 Thread tut...@gmail.com
Hi, With the update to Py3 version of weewx, I ran into a failure to execute the cmon.py unless I made this change to the file: 327c327 < p = Popen(cmd, shell=True, text=True, stdout=PIPE) --- > p = Popen(cmd, shell=True, stdout=PIPE) otherwise cmon would exit on a

Re: [weewx-user] PY3 Issue with forecast.py

2020-10-20 Thread John Kline
What version of weewx-forecast are you using? > On Oct 20, 2020, at 4:37 PM, tut...@gmail.com wrote: > >  > Hi, > > I have loaded the latest Python3 version of weewx and made all the updates to > forecasting, cmon, and exfoliation to get things back to "normal". However, > still getting

[weewx-user] PY3 Issue with forecast.py

2020-10-20 Thread tut...@gmail.com
Hi, I have loaded the latest Python3 version of weewx and made all the updates to forecasting, cmon, and exfoliation to get things back to "normal". However, still getting this syslog output Oct 20 19:30:25 bdp-rpi1 /weewxd: forecast: ReportThread: _get_stats: '>' not supported between

Re: [weewx-user] Re: Version 4.2.0 alpha available

2020-10-20 Thread Greg from Oz
I already had the part you have highlighted so I should be OK. It seems to be running fine so far. Everything seems to be working. I am running on proxmox and did a snapshot before making the upgrade so it is easy to revert if I have to (which I don't think I will) Thanks On Wednesday, 21

Re: [weewx-user] Re: Version 4.2.0 alpha available

2020-10-20 Thread Tom Keffer
Double check that the upgrade process did its job. You should see a new service group "xtype_services" under [Engine] in weewx.conf [Engine] # The following section specifies which services should be run and in what order. [[Services]] xtype_services = weewx.wxxtypes.StdWXXTypes,

[weewx-user] Re: Version 4.2.0 alpha available

2020-10-20 Thread Greg from Oz
Up and running. https://weather.ubeaut.work The install asked if I wanted to add the maintainers version of the weewx.conf. I chose No. Is there anything extra in the weewx.conf that I should add to my weewx.conf? Thanks Oct 21 08:24:40 jed164 python3[442306]: weewx[442306] DEBUG

Re: [weewx-user] Please add to sdr.py

2020-10-20 Thread raadi...@gmail.com
Hello! Well works like charm! Oct 20 21:16:09 andy-HP-Compaq-dc7900-Convertible-Minitower weewx[17755] DEBUG user.sdr: lines=[u'{"time" : "2020-10-20 18:16:05", "model" : "WS2032", "id" : 11768, "temperature_C" : 0.500, "humidity" : 20, "wind_dir_deg" : 337.500, "wind_avg_km_h" : 0.000,

Re: [weewx-user] Please add to sdr.py

2020-10-20 Thread Andy
Try this. What are "maybe_rain" and "maybe_flags"? Andy On Monday, October 19, 2020 at 4:14:43 PM UTC-7 tke...@gmail.com wrote: > A PR ("Pull Request") to the SDR github site > is the most efficient way to > do this. > > Unfortunately, it looks like

[weewx-user] Re: Version 4.2.0 alpha available

2020-10-20 Thread Andy
Running Oct 20 06:17:30 raspberrypi3-2 weewx[11462] INFO __main__: Initializing weewx version 4.2.0a1 Oct 20 06:17:30 raspberrypi3-2 weewx[11462] INFO __main__: Using Python 3.7.3 (default, Jul 25 2020, 13:03:44) #012[GCC 8.3.0] Oct 20 06:17:30 raspberrypi3-2 weewx[11462] INFO __main__:

[weewx-user] Re: copied 0 files to /var/www/html/weewx

2020-10-20 Thread Joe
I had to do the CLEAR / DUMP again today. It took about three days for it to happen again where it was failing to update online. Is there a way to test/look at the dongle memory chip to determine if it is " bad " ? On Friday, October 16, 2020 at 4:47:54 AM UTC-5 Joe wrote: > I had to do the

[weewx-user] Re: How to use sensor_map for weewx-sdr?

2020-10-20 Thread Andy
Looks like you are using a newer version of rtl_sdr. Replace your sdr.py file with this one. The new identifier. "Fineoffset-WHx080" is not recognized. outHumidity = humidity.67.FOWHx080Packet outTemp =

[weewx-user] Version 4.2.0 alpha available

2020-10-20 Thread Tom Keffer
Available at http://weewx.com/downloads/development_versions/ Right now, only the packages are available: no repositories. So, you would have to use dpkg / rpm to install. -tk *Change log:* Made it easier to add new, derived types via StdWXCalculate. Fixes issue #491. Added ability to label