Re: [weewx-user] Updated linux and weewx, nwo won't run. Help, please.

2024-10-15 Thread 'loonsailor' via weewx-user
re the version of weewx, I did "sudo apt update; sudo apt upgrade; sudo apt install weewx" and I get the response that 5.0.1 is the current version. I looked in /etc/apt/sources.d, and the file weewx.list contains only one commented out line: # deb [arch=all] http://weewx.com/apt/python3 buste

Re: [weewx-user] Updated linux and weewx, nwo won't run. Help, please.

2024-10-15 Thread 'loonsailor' via weewx-user
I've confirmed that the computer can reach the station by doing so from the browser. WifiLogger has an html interface, and I can see it and interact with it from the same computer that's running weewx. It's been some years since I moved to weewx and configured this, and I don't remember why so

Re: [weewx-user] Updated linux and weewx, nwo won't run. Help, please.

2024-10-15 Thread 'loonsailor' via weewx-user
I've confirmed that the computer can reach the station by opening it from a browser. The Wifilogger has an html interface, and when I enter its IP address into the browser's bar, I can see and interact with the station. I'd been some years since I moved to weewx and configured this. I don't r

Re: [weewx-user] Updated linux and weewx, nwo won't run. Help, please.

2024-10-15 Thread 'loonsailor' via weewx-user
I've confirmed that the computer can reach the station, at least from a browser. Entering the IP address into the browser's address bar does get me to the station. I can tell because the wifilogger has a simple html interface that I can see and interact with just fine. On Monday, October 14,

Re: [weewx-user] Updated linux and weewx, nwo won't run. Help, please.

2024-10-15 Thread 'loonsailor' via weewx-user
re the version of weewx, I did "sudo apt update; sudo apt upgrade; sudo apt install weewx" and I get the response that 5.0.1 is the current version. I looked in /etc/apt/sources.d, and the file weewx.list contains only one commented out line: # deb [arch=all] http://weewx.com/apt/python3 buste

Re: [weewx-user] Updated linux and weewx, nwo won't run. Help, please.

2024-10-15 Thread matthew wall
On Tuesday, October 15, 2024 at 8:01:47 AM UTC-4 loonsailor wrote: re the version of weewx, I did "sudo apt update; sudo apt upgrade; sudo apt install weewx" and I get the response that 5.0.1 is the current version. I looked in /etc/apt/sources.d, and the file weewx.list contains only one comm

[weewx-user] Re: Updated linux and weewx, nwo won't run. Help, please.

2024-10-15 Thread matthew wall
On Monday, October 14, 2024 at 7:06:24 PM UTC-4 loonsailor wrote: Oct 14 14:33:20 ubu-mini-weather weewxd[833]: CRITICAL __main__: Unable to load driver: [Errno 101] Network is unreachable Oct 14 14:33:20 ubu-mini-weather weewxd[833]: CRITICAL __main__: Exiting... this smells like

[weewx-user] Re: paho-mqtt 1.6.1 Still Required for WeeWX 5.x?

2024-10-15 Thread tarob...@gmail.com
Is it confirmed that paho-mqtt (latest is version 5.0) works with weewx-mqtt extension? Having a hard time on installing paho-mqtt version 1.6.1 on Bookworm given the externally managed environment error. On Tuesday, October 1, 2024 at 10:51:20 PM UTC-4 gary@gmail.com wrote: > Yeah, I read

[weewx-user] Error pasar de FTP a SFTP

2024-10-15 Thread pachu fernandez
Hola Mi proveedor de hosting (Ionos) ha dejado de funcionar con ftp y mi página web no funciona desde hace unos días www.meteolamadrid.es Al instalar Sftp https://github.com/matthewwall/weewx-sftp me da error y no consigo que funcione... root@raspberrypi:~# sudo pip install pysftp Looking in in

[weewx-user] Re: Updated linux and weewx, nwo won't run. Help, please.

2024-10-15 Thread 'loonsailor' via weewx-user
Thanks, Matthew, I think you're right. I started weewx using systemctl and it works. So, probably a startup ordering problem. I won't be able to work on that until this afternoon (PDT) to confirm. As for the version issue, I hadn't noticed that I was getting this error. Should I override so

[weewx-user] Error al instalar SFTP

2024-10-15 Thread pachu fernandez
Hola Mi proveedor de hosting (Ionos) ha dejado de funcionar con ftp y mi página web no funciona desde hace unos días www.meteolamadrid.es Al instalar Sftp https://github.com/matthewwall/weewx-sftp me da error y no consigo que funcione... root@raspberrypi:~# sudo pip install pysftp Looking in i

Re: [weewx-user] Re: '[Errno 101] Network is unreachable' with MQTT.Subscribe

2024-10-15 Thread bell...@gmail.com
Stefan, Here are a couple of more things you could try. First, try subscribing via mosquitto_sub to via the host name and the IPV4 and IPV6 addresses. mosquitto_sub -v -t '#' -h wxvm.bz3gfkrlqtrsc3sv.myfritz.net mosquitto_sub -v -t '#' -h 77.21.85.171 mosquitto_sub -v -t '#' -h 2a02:8108:9340:

[weewx-user] Re: paho-mqtt 1.6.1 Still Required for WeeWX 5.x?

2024-10-15 Thread tarob...@gmail.com
Disregard. I ran apt-cache policy python3-paho-mqtt which showed version 1.6.1-1 as the latest for rpi on Bookworm. On Tuesday, October 15, 2024 at 9:20:00 AM UTC-4 tarob...@gmail.com wrote: > Is it confirmed that paho-mqtt (latest is version 5.0) works with > weewx-mqtt extension? Having a har

[weewx-user] Re: Updated linux and weewx, nwo won't run. Help, please.

2024-10-15 Thread 'loonsailor' via weewx-user
Not sure how I missed the configure part, but I guess I did. Ran that, and now I'm on 5.1. And, miraculously, 5.1 works just fine. Not sure why I had the driver problem with 5.0.1, but all's well that ends well. One last question. What's best practice with weewx.conf? I kept my old (4.8) c

[weewx-user] Re: Updated linux and weewx, nwo won't run. Help, please.

2024-10-15 Thread 'loonsailor' via weewx-user
Not sure how I missed the configure part, but I guess I did. Ran that, and now I'm on 5.1. And, miraculously, 5.1 works just fine, and I see why. Weewx is now started by a systemd service, which specifies that it requires the network before startup. 5.0.1 was started with the old rc5.d syste

[weewx-user] Re: Updated linux and weewx, nwo won't run. Help, please.

2024-10-15 Thread vince
Run the 'configure apt' section at the beginning of https://www.weewx.com/docs/5.1/quickstarts/debian/ please. On a clean ubuntu 24.04.1LTS system the quickstart instructions worked perfectly and I got 5.1.0 On Tuesday, October 15, 2024 at 7:36:28 AM UTC-7 loonsailor wrote: > Thanks, Matthew