Re: [weewx-user] Request - for python Requests module in v5 pip install

2023-08-23 Thread vince
I'm sorry - misread Tom's reply. Anything that we can add to an extension to make it install better sounds great to me ! On Wednesday, August 23, 2023 at 5:00:45 PM UTC-7 vince wrote: > I would suggest that if you want to keep weewx 'wee' that you should not > include modules the core does not

Re: [weewx-user] Request - for python Requests module in v5 pip install

2023-08-23 Thread vince
I would suggest that if you want to keep weewx 'wee' that you should not include modules the core does not need. You're going to see the same issue with paho-mqtt for lots of users too, FWIW. On Wednesday, August 23, 2023 at 2:49:47 PM UTC-7 Chris Alemany wrote: > That sounds like a great solu

Re: [weewx-user] Request - for python Requests module in v5 pip install

2023-08-23 Thread Chris Alemany
That sounds like a great solution! > On Aug 23, 2023, at 13:05, Tom Keffer wrote: > > We are trying to keep the number of modules down to a minimum. > > I suppose we could add a feature to the WeeWX extension installer that > allowed extension writers to specify which pypi modules they need fo

Re: [weewx-user] Request - for python Requests module in v5 pip install

2023-08-23 Thread Tom Keffer
We are trying to keep the number of modules down to a minimum. I suppose we could add a feature to the WeeWX extension installer that allowed extension writers to specify which pypi modules they need for their extension. It would look something like class MyInstaller(ExtensionInstaller): def

[weewx-user] Request - for python Requests module in v5 pip install

2023-08-23 Thread Chris Alemany
Hello all, I’ve moved over to v5 successfully for the most part. One missing piece I’ve come across with two extensions now is the Requests modules. I use the weewx-purpleAir and a Mastodon wxtoot extension that both rely on this module. I’m not sure how common it is in other extensions. I’m s

Re: [weewx-user] FTP-TLS File transfer fails

2023-08-23 Thread Tom Keffer
Do you know which FTP server this is? What version of Python are you using? Set debug=2, then try again. It will give additional information. -tk On Wed, Aug 23, 2023 at 9:01 AM Karl Napp wrote: > HI, > I've enabled the FTP over TLS as described in the user's guide. When the > FTP Upload star

[weewx-user] Re: Rsync error after updating to Ubuntu 22.04

2023-08-23 Thread Jon B
Thanks for the reply. I've just copied the correct key across to the server, but I'm still getting the same error. When I try to ssh to the server using simply "ssh username@remote-server" I also get that error, and I have to add "-o HostKeyAlgorithms=ssh-dss" to be able to ssh in successfully.

[weewx-user] FTP-TLS File transfer fails

2023-08-23 Thread Karl Napp
HI, I've enabled the FTP over TLS as described in the user's guide. When the FTP Upload starts weewx returns with ERRORS Here is a snippet syslog output: Aug 23 16:50:44 berryzero weewx[2267] ERROR weeutil.ftpupload: Failed uploading /var/www/html/weewx/monthvolt.png to server ossipage.de. Re

Re: [weewx-user] Error when starting weexw with station_type Simulator

2023-08-23 Thread Karl Napp
Thanks, that solves the problem. Tom Keffer schrieb am Mittwoch, 23. August 2023 um 15:55:16 UTC+2: > You are missing a section [Simulator] in your configuration file. > > A station type (in this case, "Simulator"), must have a matching stanza > (in this case, "[Simulator]"). > > Don't just set

Re: [weewx-user] Error when starting weexw with station_type Simulator

2023-08-23 Thread Tom Keffer
You are missing a section [Simulator] in your configuration file. A station type (in this case, "Simulator"), must have a matching stanza (in this case, "[Simulator]"). Don't just set station_type to "Simulator". Instead, use *wee_config --reconfigure

[weewx-user] Error when starting weexw with station_type Simulator

2023-08-23 Thread Karl Napp
Hi, I'm new using weex. I cannot start weewx with station_type = Simulator in wweex.conf. Following error appears: Traceback (most recent call last): File "/usr/share/weewx/weewxd", line 249, in main() File "/usr/share/weewx/weewxd", line 148, in main engine = weewx.engine.StdEngine

[weewx-user] Re: Re-generating a curve which has an error / debug

2023-08-23 Thread gjr80
The missing data in your plot is from midnight 20 August through until just after sunrise on 21 August not from 22 August as per your database extract. Try dropping each timestamp in your query by 86400. Gary On Wednesday, 23 August 2023 at 21:55:29 UTC+10 axelle@gmail.com wrote: > Hi, > T

[weewx-user] Re: Re-generating a curve which has an error / debug

2023-08-23 Thread michael.k...@gmx.at
Forget the rebuild stuff, if you haven't filled back the data. In my post above I assumed you did so, sorry for that if it confused you. Is the public_html directory the one you are viewing the picture from, or is a data transfer to a remote web space in between? Invisible Man schrieb am Mittwo

[weewx-user] Re: Re-generating a curve which has an error / debug

2023-08-23 Thread Invisible Man
Ok, so I removed the weektempdew.png files I found in my weewx directory (to be sure to get new ones), and ran the command. Unfortunately, there's still a hole in the image (?!) and there are no errors in the logs nor from the output of the command. weewx@vegan:~$ /usr/bin/wee_database --rebuild

[weewx-user] Re: Re-generating a curve which has an error / debug

2023-08-23 Thread michael.k...@gmx.at
Don't forget to run https://weewx.com/docs/latest/utilities.htm#Action_--rebuild-daily for the particular days. Weekly images are not generated every archive interval. If the data is there, weekly images should be there by now (14:00 MESZ) If not, check the log for error and/or delete the pict

[weewx-user] Re-generating a curve which has an error / debug

2023-08-23 Thread Invisible Man
Hi, There's something strange, and I'd like your help to debug the issue. The *outside temperature curve* of my weather station has *a cut during the night of Aug 21 and Aug 22*. *But*, to my understanding, *the data exists in the SQLite database*! Why? How can I trigger the curve to be re-genera

[weewx-user] Re: Logging loss of sensor

2023-08-23 Thread Invisible Man
Thanks ! Yes, I'm going to check several parameters. It might be the station's battery which is low or something like that. Thanks for the link too, it's an interesting script :) On Wednesday, August 23, 2023 at 9:40:10 AM UTC+2 michael.k...@gmx.at wrote: > First, make sure your hardware work a

[weewx-user] Re: AirLink + Highcharts + Belchertown integration

2023-08-23 Thread 'Werner Krenn' via weewx-user
I'm sorry, I use a modified airlink.py with this new observations: dew_point : float wet_bulb : float heat_index: float co2_Temp : float co2_Hum : float pm_2p5_last_1_hour : float pm_2p5_last_3_hours : float pm_2p5_last_24_hours : float

[weewx-user] Re: Logging loss of sensor

2023-08-23 Thread michael.k...@gmx.at
First, make sure your hardware work as expected. Maybe your have to relocate your console or eliminate a source of interference. For the remaining occasions this might help you: https://groups.google.com/g/weewx-user/c/izHn7K6RdWI Invisible Man schrieb am Mittwoch, 23. August 2023 um 08:49:39