Re: [weewx-user] No upload

2023-02-20 Thread 'Jens-Jørgen Kjærgaard' via weewx-user
I think the problem was in the ftp-server - now I am near a solution. However, while waiting, I installed weewx 4.10.1, and used my old configuration, installing in /home/jjk/weewx: ## # This section is for general

Re: [weewx-user] No upload

2023-02-20 Thread Tom Keffer
I would not be surprised if the problem is with your web service provider. You need to modify /etc/systemd/system/weewx.service to point to the correct location for weewxd. Look for option "ExecStart". On Mon, Feb 20, 2023 at 5:26 AM 'Jens-Jørgen Kjærgaard' via weewx-user <

Re: [weewx-user] 'wee_database --calc-missing' long to execute

2023-02-20 Thread William Garber
I am having the same problem. I have about 130,000 different datetimes (records) in weewx.sdb. I also tried moving it to a ramdisk. Still extremely slow. Any help please? Should I run calc-missing on individual timeslices like one week periods? The data covers one year of measurements.

Re: [weewx-user] 'wee_database --calc-missing' long to execute

2023-02-20 Thread William Garber
This is a year of data. It works much better if you process it in small chunks. *I think this is a bug. * I changed the schema so it was necessary to add --rebuild-daily first. The following script behaves radically differently depending on the step size (+4 is good). If the step size is too

Re: [weewx-user] No upload

2023-02-20 Thread vince
Good to hear you solved it ! On Monday, February 20, 2023 at 7:07:37 AM UTC-8 Jens-Jørgen Kjærgaard wrote: Yes, the problem was with my web service provider - could have spared you, Vince and me a lot of trouble, but they wouldn't admit it in the first place, only when I persisted. -- You

[weewx-user] Re: weewx without local Hardware, getting Data only from ecowitt

2023-02-20 Thread Francesco
So the weather station is on a different location right? Do you have a public static ipv4 or dynamic ipv4 with ddns or ipv6 at home? Probabily it's not the best solution, but you might install weewx on some device on your home network with the interceptor driver listening to some random port,

[weewx-user] upgrade path

2023-02-20 Thread chrisw...@gmail.com
Currently, my organization is running weewx v3.8.2 on a redhat 7 server and python 2.7. Some new compliance requirements are forcing us to upgrade the OS underneath this. Id like to use RedHat 9, though it appears this isnt supported yet. My question is, is there an upgrade path that will

Re: [weewx-user] upgrade path

2023-02-20 Thread Tom Keffer
For the most part, you just install the new version, then use Python 3. But, be sure to see the Upgrade Guide and follow the upgrade notes for all versions since V3.8. Nothing major, but you might be touched by some of the minor issues. On Mon, Feb 20,

Re: [weewx-user] upgrade path

2023-02-20 Thread Warren Gill
That's a lot of things to upgrade! I practiced on a virtual machine first, so I could gain some confidence in the process, migrate my customizations, and be sure not to lose any data. There were some gotcha's on the skins side (they are documented in the upgrade guide) but the data come through

Re: [weewx-user] Imagegenerator: configure image size per image

2023-02-20 Thread michael.k...@gmx.at
I ended up coding this: https://github.com/brewster76/fuzzy-archer/blob/lang/bin/user/largeimagegenerator.py to achieve the latter asked question. It probably isn't the most pythonic way to do things, but it seems to work. Since deepcopy took a tremendous amount of time and shallow copying