[weewx-user] weewx crashes after few days running

2021-04-04 Thread Christian Gruber
hello, after a few days of running weewx crashes, i have to to do "sudo service weewx restart", then it runs again a few days. i am using the following driver to collect data: https://github.com/michael-slx/weewx-weatherlink-live this is the error code from syslog: Apr 5 03:15:17 piweewx

[weewx-user] Re: Missing driver wh23xx in reconfiguration.

2021-04-04 Thread gjr80
Hi, The wh23xx driver has not been ported to python3. Whilst that doesn't prevent you from installing the driver under python3, if there are any errors when importing the driver this will cause wee_config to ignore the driver. My guess is there are errors when importing the wh23xx driver

Re: [weewx-user] Weewx-envoy driver

2021-04-04 Thread weather list
I did manage to fix a print () problem. Is fixing the error handling complicated? I am not a python ninja. > On 4 Apr, 2021, at 20:11, Graham Eddy wrote: > > a quick peek at the code indicates it is python2-only (the exception handling > is the giveaway) > >> On 5 Apr 2021, at 7:53 am,

Re: [weewx-user] Weewx-envoy driver

2021-04-04 Thread Graham Eddy
a quick peek at the code indicates it is python2-only (the exception handling is the giveaway) > On 5 Apr 2021, at 7:53 am, weather list wrote: > > Does anyone have this running? > Installed it on my WeeWx install and it appears in the

Re: [weewx-user] Re: Version 4.5.0 released

2021-04-04 Thread Neville Davis
I am not using Aeris I use Darksky and Australian met office data, with modified Belchertown skin. So not seeing your problem. Neville On Sunday, April 4, 2021 at 10:25:50 PM UTC+10 t...@tom.org wrote: > Interesting that Belchertown 1.2 is working for you. Everything works > great on 4.4.0

[weewx-user] Weewx-envoy driver

2021-04-04 Thread weather list
Does anyone have this running? Installed it on my WeeWx install and it appears in the wee_extension —list results but does not show up if I do a wee_config —reconfigure, even when I open a new terminal session. Intel NUC Debian 10 (Raspian Desktop)

Re: [weewx-user] Removing old python2 modules, crashes Weewx

2021-04-04 Thread Phil Green
Listing a portion of the log of Weewx starting up:- Apr 4 20:37:54 Pi3-Weewx systemd[1]: Starting LSB: weewx weather system... Apr 4 20:37:55 Pi3-Weewx weewx[6556] INFO __main__: Initializing weewx version 4.5.1 Apr 4 20:37:55 Pi3-Weewx weewx[6556] INFO __main__: Using Python 3.7.3 (default,

Re: [weewx-user] Removing old python2 modules, crashes Weewx

2021-04-04 Thread Phil Green
Hello Tom, Yes I can confirm that it says python version 3.7.3 on startup in the log. So why would using sudo apt-get autoremove and it removes python-serial and python-usb, not python3 versions would it stop Weewx running? Thanks for any advice. Regards Phil On Sunday, April 4, 2021 at 8:24:15

Re: [weewx-user] Removing old python2 modules, crashes Weewx

2021-04-04 Thread Tom Keffer
Look in the log. When you start up weewx, it will show you exactly which version of python it is using. On Sun, Apr 4, 2021 at 11:01 AM Phil Green wrote: > Hello, > I have been running Weewx and am up to date with version 4.5.1. > When I updated several versions ago I migrated to python3 and

Re: [weewx-user] VP2 extra sensors (RH)

2021-04-04 Thread Tom Keffer
How did you set up the sensors? With wee_device? If so, make sure you select type "3", not "1". For example, for channel 5 *wee_device --set-transmitter-type=5,3* See the Hardware Guide . On Sun, Apr 4, 2021 at

[weewx-user] Removing old python2 modules, crashes Weewx

2021-04-04 Thread Phil Green
Hello, I have been running Weewx and am up to date with version 4.5.1. When I updated several versions ago I migrated to python3 and installed all the prerequisites, and used the relevant pythin3 commands to build & install. System been running fine. I decided to update the reset of the

Re: [weewx-user] Davis Console Directly to Raspberry (NO DATALOGGER)

2021-04-04 Thread Ruben Navarro Huedo
I understand i think it is an interesting driver to add to weewx. El sábado, 3 de abril de 2021 a las 17:32:21 UTC+2, tke...@gmail.com escribió: > Wait. I take that back. I am not familiar with that piece of hardware. > Looks like it uses its own software. > > On Sat, Apr 3, 2021 at 8:30

Re: [weewx-user] PR #655 and sftp

2021-04-04 Thread Tom Keffer
That's correct. The sftp extension is independent of the FTP implementation that comes with WeeWX. On Sun, Apr 4, 2021 at 8:09 AM WindnFog wrote: > Am I correct that PR #655 "The FTP uploader now calculates and saves a > hash value for each uploaded file. If it does not change, the file is not

[weewx-user] Problem with vantage.py in 4.5.1 moving from 4.4.0

2021-04-04 Thread bgra...@umw.edu
Hello, I'm running a VP2+ on Ubuntu and using a Davis #6540 RS232 Weatherlink (streaming data logger for APRS) interface. This has been running successfully since my move from wview about +/- 8 years or so. To avoid a "WeeWxIOError: Max tries exceeded while getting LOOP data" I modified

Re: [weewx-user] Re: Version 4.5.0 released

2021-04-04 Thread Chris Alemany
Successfully upgraded from 4.4.0 to 4.5.1 on Raspbian (pi 3b) with sudo apt-get update sudo apt upgrade weewx Running heavily modified Standard skin and the latest Weather34. Cheers Chris Sent from my iPad > On Apr 4, 2021, at 5:57 AM, PJO wrote: > > Yes, you're right I removed

[weewx-user] PR #655 and sftp

2021-04-04 Thread WindnFog
Am I correct that PR #655 "The FTP uploader now calculates and saves a hash value for each uploaded file. If it does not change, the file is not uploaded, resulting in significant time savings" does not apply to Matthew's sftp extension? Either way, v4.5.1 installed and working well. Thanks

[weewx-user] VP2 extra sensors (RH)

2021-04-04 Thread emilk...@gmail.com
Hello VP2 Pro with extra 3 combi sensors (temperature, humidity). Weewx displays the temperature for all 3 sensors but not the humidity value. Any ideas why and how to solve this one? Happy Eastern Emil -- You received this message because you are subscribed to the Google Groups "weewx-user"

[weewx-user] Missing driver wh23xx in reconfiguration.

2021-04-04 Thread 'arp...@googlemail.com' via weewx-user
Hello I reinstalled weewx with python3 , and installed the wh23xx driver. It shows up in the /home/weewx/bin/user directory. But somehow it isn't recognized by wee_config. What did I do wrong, can someone plz help me? Greetings, Arp77 -- You received this message because you are subscribed to

Re: [weewx-user] Imported rain data not being summarised.

2021-04-04 Thread Alastair
Ah, nice one, that hit the nail on the head! Many thanks for both of you for your assistance (and patience), much appreciated. Alastair On Sun, 4 Apr 2021 at 11:17, gjr80 wrote: > Nothing to do with the database, you need to delete all of the NOAA format > reports generated by WeeWX. Have a

Re: [weewx-user] Re: Version 4.5.0 released

2021-04-04 Thread PJO
Yes, you're right I removed /etc/init.d/weewx -- when I switched to using systemd ; I didn't realize this would still be needed. In fact, I followed advice here that leaving this in place was not a good idea. Attached are copies of the original

Re: [weewx-user] Re: Version 4.5.0 released

2021-04-04 Thread Mks Mk
*mwall* started the upgrade to 4.5.0 from 4.4.0 used these commands for upgrade sudo apt update apt list --upgradable (4.5 was showing) sudo apt full-upgrade I answered "N" to the upgrade select to keep my old files but ended in failure weewx was not able to run. later that day started the

Re: [weewx-user] Re: Version 4.5.0 released

2021-04-04 Thread t...@tom.org
Interesting that Belchertown 1.2 is working for you. Everything works great on 4.4.0 but reporting (downloading the Aeris forecast) fails on 4.5.1. I filed a bug in the Belchertown GitHub repo. On Saturday, April 3, 2021 at 11:44:31 PM UTC-4 nevilled...@gmail.com wrote: > Hi > Just updated my

Re: [weewx-user] Re: Version 4.5.0 released

2021-04-04 Thread mwall
On Saturday, April 3, 2021 at 2:47:20 PM UTC-4 PJO wrote: > I ended up with a bad weewx.conf and had to restore weewx.conf.dpkg-old > could you post the 'bad' weewx.conf (remove any passwords/keys first). also, could you do a listing of your /etc/weewx directory contents? e.g., ls -lRa

Re: [weewx-user] Re: Version 4.5.0 released

2021-04-04 Thread mwall
On Saturday, April 3, 2021 at 2:47:20 PM UTC-4 PJO wrote: > I updated (via sudo apt upgrade, after stopping weewx) from 4.4 to 4.5.1 > on Ubuntu 20.04 Core opting to get an updated weewx.conf > > Configuration file '/etc/weewx/weewx.conf' > ==> Modified (by you or by a script) since

Re: [weewx-user] Re: Version 4.5.0 released

2021-04-04 Thread mwall
On Saturday, April 3, 2021 at 9:44:06 PM UTC-4 mksm wrote: > the update to 4.5.1 worked for me this time but have one issue that > weewx.conf shows version 4.4.0 but the generated web page shows WeeWX > version 4.5.1 > can I change weewx.conf line to 4.5.1 or keep it as is? > short

Re: [weewx-user] Imported rain data not being summarised.

2021-04-04 Thread gjr80
Nothing to do with the database, you need to delete all of the NOAA format reports generated by WeeWX. Have a look in /var/www/html/weewx, I does it contain a directory named NOAA? If so have a look at the contents, should be a lot of .txt files. If so delete them all, this will force WeeWX to