Re: [weewx-development] Re: Beta of V4.3.0 available

2021-01-02 Thread Jerry Keefe
Looks like that was it. I needed to run through the Python setup when going from python@3.8 to python@3.9 Install completed after configobj reinstall On Saturday, January 2, 2021 at 3:29:46 PM UTC-8 Tom Keffer wrote: > Did you install configobj? > > Make sure you follow the install guide >

Re: [weewx-development] Re: Beta of V4.3.0 available

2021-01-02 Thread Tom Keffer
Did you install configobj? Make sure you follow the install guide for MacOS. On Sat, Jan 2, 2021 at 3:23 PM Jerry Keefe wrote: > I tried installing 4.3.0b3 on macOS last Catalina build 10.15.7 by > setup.py method with an updated Python (courtesy of brew) 3

Re: [weewx-development] Re: Beta of V4.3.0 available

2021-01-02 Thread Jerry Keefe
I tried installing 4.3.0b3 on macOS last Catalina build 10.15.7 by setup.py method with an updated Python (courtesy of brew) 3.9.1. Almost all went well except an error about configobj at the end sudo python3 ./setup.py install Password: running install running build running build_py running bui

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-31 Thread Tom Keffer
That's what the logger is for. It will store any records, which WeeWX will retrieve during the startup phase. On Thu, Dec 31, 2020 at 3:28 AM Joel Bion wrote: > Is there a way to keep to the 5 months, but detect and recover from any > archive records being missed? > > -Joel > > On Dec 31, 2020,

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-31 Thread Joel Bion
Is there a way to keep to the 5 months, but detect and recover from any archive records being missed? -Joel > On Dec 31, 2020, at 3:25 AM, gjr80 wrote: > > I guess your Fit-PC has a bit more oomph than my Rpi3B. You probably could > drop the five months to something smaller, but you know as

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-31 Thread gjr80
I guess your Fit-PC has a bit more oomph than my Rpi3B. You probably could drop the five months to something smaller, but you know as soon as you do there will be someone out there who clean installed 4.2.0 with more days in the logger than you choose to patch. I guess no matter what some folks

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-30 Thread Vince Skahan
Thanks for the explanation. I copied my sqlite3 db over to a vagrant VM running on a i3 NUC with 8GB and it took 11 seconds to update on a weewx restart, FWIW. That's pretty snappy. On Wednesday, December 30, 2020 at 4:00:50 PM UTC-8 Tom Keffer wrote: > Gary: those MySQL patch times are long

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-30 Thread Tom Keffer
Gary: those MySQL patch times are longer than I had hoped. On my (SQLite) Fit-PC it took only 4 of 5 seconds Vince: Because the problem was introduced by a V4.2 bug. So, we need only patch from when V4.2 was introduced (26-Oct), plus a safety to cover any archive loggers. An extra five months is p

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-30 Thread Vince Skahan
On Wednesday, December 30, 2020 at 5:09:01 AM UTC-8 Tom Keffer wrote: > How long did the startup reweightings take? It only does from 1-Jun-2020, > so should go very fast. > Just curious, but why is it only reweighting just the last 7 months of data ? -- You received this message because you

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-30 Thread gjr80
Tom, all times were WeeWX re-weighting during start, none were from wee_database (after seeing WeeWX start re-weighting the weewx database I thought I woudl have to manually do my other databases so had typed the wee_database command all ready to go but never needed it as the other databases we

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-30 Thread Tom Keffer
Gary, those times that you quoted. Are they from using wee_database --reweight? How long did the startup reweightings take? It only does from 1-Jun-2020, so should go very fast. On Tue, Dec 29, 2020 at 8:20 PM gjr80 wrote: > Have to say I am impressed. First time upgrading a weewx-multi install

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-29 Thread gjr80
Have to say I am impressed. First time upgrading a weewx-multi install with wee_config --upgrade and it worked just fine, on both WeeWX instances. Noticed the re-weighting from v2 to v3 when I upgraded the simple (ecowitt) install, so was preparing myself to manually re-weight a couple of datab

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-28 Thread Vince Skahan
Thanks Tom... Tests fine here with the two updated files dropped into place manually. I also added a comment above [XDR] in my copy of install.py from weewx-nmea-xdr and it looks perfect after installing with wee_extension. All the comments and content made it in ok. Uninstalling cleanly wor

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-28 Thread Andy
upgraded from beta 2 to 3 Dec 28 08:17:18 raspberrypi3-2 weewx[27189] INFO __main__: Initializing weewx version 4.3.0b3 Dec 28 08:17:18 raspberrypi3-2 weewx[27189] INFO __main__: Using Python 3.7.3 (default, Jul 25 2020, 13:03:44) #012[GCC 8.3.0] Dec 28 08:17:18 raspberrypi3-2 weewx[27189] INFO

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-28 Thread Tom Keffer
Phew, that turned out to be a lot more complicated than I thought. ConfigObj holds any "initial" comments in a different spot. In any case, fixed in commit 2cc2d56 . On Sun, Dec 27, 2020 at 4:26 PM Tom Keffer wrote:

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-27 Thread Tom Keffer
Just saw your second message. OK, I'll take a look at it. -tk On Sun, Dec 27, 2020 at 4:23 PM Vince Skahan wrote: > Tom - more data for you. I did clean setup.py installs of 4.2.0 and > 4.3.0b3 and then used wee_extension to install the weewx-nmea-xdr > installation. The resulting stanza adde

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-27 Thread Tom Keffer
Yes, it should be in V4.3. On Sun, Dec 27, 2020 at 2:13 PM Vince Skahan wrote: > Tom - did that extension installer update to write out all the comments > from install.py into weewx.conf make it in ? > > I'm testing by installing/uninstalling > https://github.com/tkeffer/weewx-nmea-xdr.git as th

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-27 Thread Vince Skahan
Tom - more data for you. I did clean setup.py installs of 4.2.0 and 4.3.0b3 and then used wee_extension to install the weewx-nmea-xdr installation. The resulting stanza added to weewx is different. The beta strips all comments. The 4.2.0 behavior is far better even if it did miss comments a

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-27 Thread Vince Skahan
Tom - did that extension installer update to write out all the comments from install.py into weewx.conf make it in ? I'm testing by installing/uninstalling https://github.com/tkeffer/weewx-nmea-xdr.git as the extension to use. wee_extension seems to be stripping all the comments in xdr_config o

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-26 Thread Tom Keffer
Version 4.3.0b3 is now available. This is likely to be the last beta before general release. On Wed, Dec 23, 2020 at 6:58 AM Andy wrote: > moved to mariadb today. > > > 75002 records transferred from source database 'kcameadow21.sdb' to > destination database 'weewx' in 262.91 seconds. > > On

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-23 Thread Andy
moved to mariadb today. 75002 records transferred from source database 'kcameadow21.sdb' to destination database 'weewx' in 262.91 seconds. On Tuesday, December 22, 2020 at 12:58:17 PM UTC-8 Andy wrote: > I found the guide in the dev branch of the weewx repo. > > Andy > > > On Tue, Dec 22, 202

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-22 Thread Andy Little
I found the guide in the dev branch of the weewx repo. Andy On Tue, Dec 22, 2020 at 12:23 PM Andy wrote: > Changed how various undocumented parameters in [StdWXCalculate] are > specified. > The only one people are likely to have used is 'ignore_zero_wind'. Its > name has > changed to 'force_nu

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-22 Thread Andy
Changed how various undocumented parameters in [StdWXCalculate] are specified. The only one people are likely to have used is 'ignore_zero_wind'. Its name has changed to 'force_null', and it has been moved. See the Upgrading Guide. Where is the beta Upgrading Guide? On Saturday, December 19, 202

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-19 Thread Tom Keffer
Things are mostly under control, but what is undertested is MySQL. I've tested pretty thoroughly under Debian, but only sporadically under CentOS, and not at all under suse. -tk On Fri, Dec 18, 2020 at 6:45 PM Vince Skahan wrote: > Tom - do you need this one checked on the usual os suspects > (

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-18 Thread Vince Skahan
Tom - do you need this one checked on the usual os suspects (centos/debian/ubuntu of both systemd+init.d variants) or is it safe to assume that you guys have already run the usual checks for os variances ? -- You received this message because you are subscribed to the Google Groups "weewx-deve

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-18 Thread Tom Keffer
Beta 2 is available. It fixes the MySQL problem that Tom M. experienced. On Tue, Dec 15, 2020 at 11:21 AM Tom Keffer wrote: > Tom, can you replace your copy of /home/weewx/bin/weewx/manager.py with > the attached? > > Thanks, > > -tk > > On Tue, Dec 15, 2020 at 7:14 AM Tom Mitchell wrote: > >>

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-15 Thread Tom Keffer
Tom, can you replace your copy of /home/weewx/bin/weewx/manager.py with the attached? Thanks, -tk On Tue, Dec 15, 2020 at 7:14 AM Tom Mitchell wrote: > Great, thanks! Standing by to test it in my environment. > > -- > Tom Mitchell > t...@tom.org > Real Time Beverly, MA Weather > http://weather

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-15 Thread Tom Mitchell
Great, thanks! Standing by to test it in my environment. -- Tom Mitchell t...@tom.org Real Time Beverly, MA Weather http://weather.tom.org "The whole problem with the world is that fools and fanatics are always so certain of themselves, and wiser people so full of doubts." - Bertrand Russ

Re: [weewx-development] Re: Beta of V4.3.0 available

2020-12-15 Thread Tom Keffer
Thanks, Tom! You've uncovered a bug that was not exercised by the test suites. I'll get something out later today. On Tue, Dec 15, 2020 at 6:46 AM t...@tom.org wrote: > Not sure exactly what info besides the below logs would be interesting, > but when I use 4.3.0b1 instead of 4.2.0, it fails. Th

[weewx-development] Re: Beta of V4.3.0 available

2020-12-15 Thread t...@tom.org
Not sure exactly what info besides the below logs would be interesting, but when I use 4.3.0b1 instead of 4.2.0, it fails. This is a non-critical instance of weewx, so I am happy to help debug and try stuff.. using vt-dev Dec 15 09:40:19 weewx-deployment-vt-dev-576879b87d-8llg6 weewx[60] INFO _

[weewx-development] Re: Beta of V4.3.0 available

2020-12-14 Thread t...@tom.org
Docker image: mitct02/weewx:4.3.0b1 On Monday, December 14, 2020 at 11:25:12 AM UTC-5 Tom Keffer wrote: > This release includes an important bug fix, plus a few additions. > > I am particularly interested in the first item on the list: the on-the-fly > patch of the daily summaries to fix a V4.2