Re: [weewx-user] Re: Weewx 5.0.2, saving sql-backups on a usb stick fails.

2024-03-04 Thread Pierre-Yves
Thanks Glenn for feedback. Below the results: - Even after a restart of the Pi, I still have the same error. - ps -adelf | grep [Ww]eewxd returns: pi@raspberrypi:~ $ ps -adelf | grep [Ww]eewxd 4 S *weewx*14866 1 2 80 0 - 26178 - mars03 ? 00:14:55 python3 /usr/share/weewx

Re: [weewx-user] Re: Weewx 5.0.2, saving sql-backups on a usb stick fails.

2024-03-04 Thread Glenn McKechnie
On Mon, 4 Mar 2024 at 19:07, Pierre-Yves wrote: > [...] > > pi@raspberrypi:~ $ ps -adelf | grep [Ww]eewxd > 4 S *weewx*14866 1 2 80 0 - 26178 - mars03 ? > 00:14:55 python3 /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf > > ls -al '/media/pi/WEEWX-BU' returns: > > pi@raspberrypi

[weewx-user] Re: Second Anemometer - Davis Vantage Pro2 Plus

2024-03-04 Thread 'Rory Gillies' via weewx-user
OK, after a bit of digging I have found the setting in the Drealine WLL driver I am using, you have to add in the extra wind sensor even though it shows up as the main anemometer in the WLL interface / Davis console. On Sunday, March 3, 2024 at 10:16:35 AM UTC Rory Gillies wrote: > I may be ove

Re: [weewx-user] Re: Weewx 5.0.2, saving sql-backups on a usb stick fails.

2024-03-04 Thread Pierre-Yves
Thanks a lot Glenn. I need to dig a little deeper into this story of connection under mnt and mounting via fstab. My knowledge of these tools is a little limited ;-) Pierre-Yves Le lundi 4 mars 2024 à 10:54:26 UTC+1, Glenn McKechnie a écrit : > > On Mon, 4 Mar 2024 at 19:07, Pierre-Yves wrote:

Re: [weewx-user] Re: Weewx 5.0.2, saving sql-backups on a usb stick fails.

2024-03-04 Thread Glenn McKechnie
And that research will benefit you, so it's worth doing - always. But as you've found this issue, and as I need to add some notes to the README for weewx-sqlbackup - that cover this new issue. You get the first draft and if it needs adjusting, tell me. So; In brief, and as the root user (or sudo

[weewx-user] Re: Comparison of method of using WeeWX

2024-03-04 Thread cric...@pobox.com
Since I detest systemd and friends, I wrote a perl script to run as a cron job to start weewx as needed. Suites me just fine. Since weewx is so stable, it rarely has to be restarted. I use the same basic script for several other things, and quite happy with it. Oh, and the cron job is OS-agno

Re: [weewx-user] Re: Weewx 5.0.2, saving sql-backups on a usb stick fails.

2024-03-04 Thread Pierre-Yves
tes no sub-folder in sqlbackup directory pi@raspberrypi:~ $ ls -al /mnt/sqlbackup total 28 drwxr-xr-x 4 weewx weewx 4096 4 mars 14:20 . drwxr-xr-x 3 root root 4096 4 mars 13:33 .. drwxr-xr-x 2 weewx weewx 4096 4 mars 14:20 20240304 drwx-- 2 root root 16384 4 mars 13:22 lost+found

[weewx-user] Upgrade to 5.0 from 4.10 the Graphs are not being created

2024-03-04 Thread Francis Greaves
I am using a Raspberry Pi running Raspbian 10 (buster). and a Vantage Pro 2 Station. I upgraded my Pi and Weewx upgrade to version 5. on 1st March. The settings in the config file remain unchanged. In particular the location of the HTML folder is the same, and the permissions are 775 for root:ro

Re: [weewx-user] Upgrade to 5.0 from 4.10 the Graphs are not being created

2024-03-04 Thread Tom Keffer
First suggestion is to update to v5.0.2. Version 5.0.0 has a serious bug in it. There have also been some subtle bug fixes in how permissions are handled. When you're done, double check that /etc/systemd/system/weewx.service has the user set as you expect. Also, check /var/www/html permissions. I

Re: [weewx-user] DivumWX Template

2024-03-04 Thread G400
Ian, I'm impressed with what you have achieved developing DivumWX and what the early version shows on Steeple Claydon, UK Weather Station (claydonsweather.org.uk) . I know you have heard this a large number of times lately, but when can we expe

[weewx-user] WeeWx Upgrade Failure

2024-03-04 Thread Fred Keller
I think my Ubuntu system tried to update my WeeWx 4.10.2 installation and had an issue. I notice that there is a new generic 5.0 configuration file in my /etc/weewx directory. However, I don't think my installation file was updated to version 5. I tried to use wee_config --version to determin

[weewx-user] Re: WeeWx Upgrade Failure

2024-03-04 Thread vince
Read the upgrade guide and at least a dozen posts from others who didn’t do so either. The commands changed. On Monday, March 4, 2024 at 2:20:09 PM UTC-8 Fred Keller wrote: > I think my Ubuntu system tried to update my WeeWx 4.10.2 installation and > had an issue. I notice that there is a new

Re: [weewx-user] Re: WeeWx Upgrade Failure

2024-03-04 Thread Fred Keller
Thanks for your quick reply.I went to the Upgrade guide and I now see that the commands changed and the new commands are working. I have another question. After the upgrade WeeWx is using my prior configuration file which I think is the default. However, my current file shows version 4.10.2.

Re: [weewx-user] Re: WeeWx Upgrade Failure

2024-03-04 Thread vince
Again, asked and answered a hundred times here. The version in weewx.conf shows what you 'started' with, so no. Leave it alone. Weewx pulls its version that it logs from the code itself. On Monday, March 4, 2024 at 2:53:03 PM UTC-8 Fred Keller wrote: > Thanks for your quick reply.I went to

Re: [weewx-user] Re: WeeWx Upgrade Failure

2024-03-04 Thread Fred Keller
Thanks, I missed that. Fred On Monday, March 4, 2024 at 5:54:30 PM UTC-5 vince wrote: > Again, asked and answered a hundred times here. The version in weewx.conf > shows what you 'started' with, so no. Leave it alone. Weewx pulls its > version that it logs from the code itself. > > On Monday

Re: [weewx-user] DivumWX Template

2024-03-04 Thread 'Ian Millard' via weewx-user
Hi Kjell, I know its frustrating and there are many others like you out there. I still cannot give you an exact date but it will be soon. The public beta will be launched with its own installer (just like weewx-Weather34’s installer) but it will only support WeeWX version 5.x.x which has been