Re: [weewx-user] beta of V5.1.0 is available

2024-05-28 Thread Tom Keffer
I can confirm that weewxd did not restart after a v5.0.3 to v5.1.0 upgrade. We'll look into it. Thanks for the report, Ben! -tk On Tue, May 28, 2024 at 12:47 PM Ben Cotton wrote: > On Sat, May 25, 2024 at 6:06 PM Tom Keffer wrote: > > > > We are interested in your upgrade experience. > > It fi

Re: [weewx-user] beta of V5.1.0 is available

2024-05-28 Thread vince
For whatever you're doing with ansible.if you are overwriting or editing weewx.conf then you need to trigger a sudo restart of weewx in your playbook. Similarly if you have a playbook that does a version upgrade or the like. On Tuesday, May 28, 2024 at 12:47:57 PM UTC-7 Ben Cotton wrote:

Re: [weewx-user] beta of V5.1.0 is available

2024-05-28 Thread Tom Keffer
I'll look for a restart problem. The config file is 100% upwards compatible, so when you upgrade to V5 the installer doesn't touch it unless you tell it to. I don't know anything about Ansible, so I don't know how it would interact with it. On Tue, May 28, 2024 at 12:47 PM Ben Cotton wrote: >

Re: [weewx-user] beta of V5.1.0 is available

2024-05-28 Thread Ben Cotton
On Sat, May 25, 2024 at 6:06 PM Tom Keffer wrote: > > We are interested in your upgrade experience. It fixed #940, which is nice. I did notice that the service didn't restart, which I'd have expected from https://github.com/weewx/weewx/blob/development/pkg/weewx.spec.in#L411-L413 After a manual `

Re: [weewx-user] beta of V5.1.0 is available

2024-05-27 Thread 'michael.k...@gmx.at' via weewx-user
Ah! I see. An I think I've fixed the issue my skin had with the locale. It's late here, I'll keep you posted. Tom Keffer schrieb am Montag, 27. Mai 2024 um 21:40:04 UTC+2: > Thanks, Michael, for checking the locale feature! > > The version number in the configuration file is the version of weewx

Re: [weewx-user] beta of V5.1.0 is available

2024-05-27 Thread Tom Keffer
Thanks, Michael, for checking the locale feature! The version number in the configuration file is the version of weewx that created it, not the installed version. On Mon, May 27, 2024 at 12:36 PM 'michael.k...@gmx.at' via weewx-user < weewx-user@googlegroups.com> wrote: > I did a pip upgrade on

Re: [weewx-user] beta of V5.1.0 is available

2024-05-27 Thread 'michael.k...@gmx.at' via weewx-user
Lol, the JS parts of my skin doesn't seem to be compatible with the new locale feature. Gotta work that out. michael.k...@gmx.at schrieb am Montag, 27. Mai 2024 um 21:35:59 UTC+2: > I did a pip upgrade on my test system, which runs reports in different > languages, results: > > lang = de_AT.utf

Re: [weewx-user] beta of V5.1.0 is available

2024-05-27 Thread 'michael.k...@gmx.at' via weewx-user
I did a pip upgrade on my test system, which runs reports in different languages, results: lang = de_AT.utf8: https://kainzbauer.net/weather/Test/Rif/de/index.html => no difference lang = en_US.utf8: https://kainzbauer.net/weather/Test/Rif/en/index.html => now displaying number with "." as deci

Re: [weewx-user] beta of V5.1.0 is available

2024-05-26 Thread Tom Keffer
My fault with the instructions. If you're doing a clean installation, the problem is that the test PyPi repository has just V5.1.0, but none of its requirements, such as Pillow, CT3, etc. To get those, you need the main repository. So, the instructions for a clean install become: *python -m pip i

Re: [weewx-user] beta of V5.1.0 is available

2024-05-26 Thread vince
Thanks. As I mentioned in email, I had issues there too. I wound up doing a force (re)install of 5.0.2 then an install (not a --upgrade) which picked up 5.1.0b4 that time. Pretty odd. Glad to see logging via syslog shows what version is actually starting... pi@pi4:/var/log/weewx$ grep "Initi

Re: [weewx-user] beta of V5.1.0 is available

2024-05-26 Thread Tom Keffer
The logging of loop_on_init and group ownerships both worked for me. Make sure you're actually running v5.1.0. I had some issues doing a clean install, which, long story short, ended up with me installing v5.0.2. I then upgraded. On Sun, May 26, 2024 at 10:51 AM vince wrote: > Couple things.

Re: [weewx-user] beta of V5.1.0 is available

2024-05-26 Thread vince
Couple things. In my case I'm upgrading 5.0.2 pip multi but I 'did' have a hand-patched weewxd.py to fix the loop_on_init not working issue. First - I had to stop all weewx instances before forcing a pip upgrade to get the weewxd.py file to actually upgrade by adding the --force-reinstall swi

Re: [weewx-user] beta of V5.1.0 is available

2024-05-25 Thread 'Ian Millard' via weewx-user
Tom, With a pip install, a big tick in the box for the 4 four bullet points. Everything executed perfectly as far as I can see. The journal log is clean with no errors. Language options not tested, Skins, Seasons and weewx-DivumWX Alpha (replacement for weewx-Weather34) Hardware, Various Ecowit

[weewx-user] beta of V5.1.0 is available

2024-05-25 Thread Tom Keffer
*New features* The biggest new feature is the ability for each report to use a separate locale. This allows you to produce a report tailored for, say, US English, with periods as decimal separators, and another report for German, with commas as separators. In addition, there are a bunch of small b