[weewx-user] Re: draw user-defined lines in graphics

2020-05-01 Thread Jeff A. D.
What's the best way to do this with WeeWX Version 4? Doing it this way would give an error of " UnknownType: 13.5". Thanks, On Thursday, March 5, 2020 at 2:28:51 AM UTC-7, jf42 wrote: > > > Update: when using the above settings in skin.conf, the y unit is lost. > Changing the sequence of

[weewx-user] New weather station

2020-05-01 Thread Macha
It’s probably not remembered, but some while ago I posted about a problem I was having with my (many years old) fousb station. Basically, it was reporting ludicrously high rainfall and wind speeds. These "readings" happening even when the relevant sensors were unplugged. So, I concluded that

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Gert Andersen
Hi I'm running Ubuntu 18.04 and Weewx 3.9.2 updating to Weewx 4.0. I'm following the installation guide for Debian: http://www.weewx.com/docs/debian.htm I get this error: 0 pakker kan opdateres. 0 opdateringer er sikkerhedsopdateringer. ubuntu@gand:~$ wget -qO - http://weewx.com/keys.html |

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Greg from Oz
My guess would be when you ran the python3 instead of python2 ubuntu@gand:~$ wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list instead of ubuntu@gand:~$ wget -qO - http://weewx.com/apt/weewx-python2.list |

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Greg from Oz
i don't know if you should run it or not but if it is already broken you can't make it any worse. On Friday, 1 May 2020 03:09:47 UTC+10, Tom Keffer wrote: > > After months of waiting, Version 4 has finally arrived! The major new > feature is that WeeWX will not run under either Python 2 or

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Greg from Oz
I upgraded my 18.04 but I just did apt update It asked to change the source list for weewx. and it came back and said that weewx could be upgraded. I did apt dist-upgrade I didn't have to do anything else. I think is you ran this: wget -qO - http://weewx.com/apt/weewx-python2.list | sudo tee

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Gert Andersen
Hi @Greg from Oz Thanks for looking. I ran this : ubuntu@gand:~$ wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list I just followed the guide. Should I also run: ubuntu@gand:~$ wget -qO - http://weewx.com/apt/weewx-python2.list

[weewx-user] Belchertown highcharts : from a specific day to now & cumulative temp

2020-05-01 Thread Eric 972
Hi all, I am a farmer and I would like to follow my sowing of barley since the sowing date, especially with rain and cumulative temperature which are relevant parameters for analyzing growth. 1. I used timespan parameters like "2019 bomb cyclone example" but it does'nt work. The sowing date is

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Manfred Maier
Hmm ... I'm obviously doing something wrong. I'm running Weewx on a RPi 4 (latest version of Rasbian). The original installation was done via the DEB package (at least I think that I did it that way). I've now tried to update: sudo apt-get update: Runs fine sudo apt-get install weewx:

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Manfred Maier
OK. Now I've killed weewx on my system. I've tried to run curl -s http://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list before doing the update. The update itself was performed and 4.0 got installed. But now weewx isn't running anymore. I can "start" it, but it

[weewx-user] WeeWX 4.0.0 Deb Package install

2020-05-01 Thread steeple ian
Hi, OS is Raspbian Desktop on a NUC. I have used the various betas right through to build 18 which all ran perfectly with the weewx-SDR driver . I installed the new release using Deb package Pyhton3 and have the following error: May 1 10:30:09 raspberry weewx[3091] CRITICAL __main__:

Re: [weewx-user] Re: draw user-defined lines in graphics

2020-05-01 Thread Tom Keffer
I think you'll have to use the solution pointed out farther up this thread. In weewx.conf [StdCalibrate] [[Corrections]] # For each type, an arbitrary calibration expression can be given. # It should be in the units defined in the StdConvert section. windMax = 13.5

Re: [weewx-user] Re: WeeWX 4.0.0 Deb Package install

2020-05-01 Thread steeple ian
Here it is: - # WEEWX CONFIGURATION FILE # # Copyright (c) 2009-2019 Tom Keffer # See the file LICENSE.txt for your rights. ## # This section is for general configuration information. # Set to 1 for extra debug info,

[weewx-user] distutils not in default installation

2020-05-01 Thread Tarmo
please include distutil to prerequisites. weewx-4.0.0 $ python3 ./setup.py build Traceback (most recent call last): File "./setup.py", line 25, in from distutils import log ImportError: cannot import name 'log' from 'distutils' (/usr/lib/python3.7/distutils/__init__.py) running raspi,

Re: [weewx-user] Problem in TE923 driver with Weewx 4.0.0 on Python 3.7

2020-05-01 Thread Michael
Hi Tom, I have the same bug as Anders and have tried your attached version. Unfortunately with the following result: May 1 16:00:33 raspi01 weewx-tfa[4434] INFO __main__: Initializing weewx version 4.0.0 May 1 16:00:33 raspi01 weewx-tfa[4434] INFO __main__: Using Python 3.7.3 (default, Dec

[weewx-user] Re: distutils not in default installation

2020-05-01 Thread Tarmo
sudo apt-get install python3-distutils fixed the problem for me On Friday, May 1, 2020 at 5:11:33 PM UTC+3, Michael wrote: > > Hi Tarmo, > > I had the same Problem solved with: > > sudo apt install python3-pip > > > Michael > > m Freitag, 1. Mai 2020 16:05:49 UTC+2 schrieb Tarmo: > >> please

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Tom Keffer
EVERYONE: The default python for debian 9 and 10 is *Python 3*, not Python 2. This includes all debian stretch- and buster-based distributions, such as Raspbian, and Ubuntu. If for some reason you want to continue using Python 2 on these systems, you can do so, but you will have to (1) make sure

Re: [weewx-user] New weather station

2020-05-01 Thread Tom Keffer
Sounds like a fun project! BTW, I started with Algol 60 and FORTRAN 66. On Fri, May 1, 2020 at 1:14 AM Macha wrote: > It’s probably not remembered, but some while ago I posted about a problem > I was having with my (many years old) fousb station. > > Basically, it was reporting ludicrously

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread mwall
On Friday, May 1, 2020 at 8:54:39 AM UTC-4, Tom Keffer wrote: > > EVERYONE: > > The default python for debian 9 and 10 is *Python 3*, not Python 2. This > includes all debian stretch- and buster-based distributions, such as > Raspbian, and Ubuntu. > slight correction: the python3-weewx

Re: [weewx-user] Re: WeeWX 4.0.0 Deb Package install

2020-05-01 Thread mwall
On Friday, May 1, 2020 at 9:34:59 AM UTC-4, steeple ian wrote: > > Here it is: - > >> >> there is no [SDR] stanza in your configuration file -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails

[weewx-user] weewx4 locks up Vantage2 console

2020-05-01 Thread Steve Koone
All- The upgrade to weewx v4 isn't working here. When I start up v4 it almost immediately sends the Vantage console into lock up with the letter 'R' in the lower right corner. I'm reverting back to v3.92. -- You received this message because you are subscribed to the Google Groups

[weewx-user] Re: python3 with weewx4 and interceptor 0.54

2020-05-01 Thread Max Gutberlet
Reporting success(ish) Spend another 8 hours playing with this, got it to work but not without caveats: Did a squeaky clean install based on Matts new 4.0 deb package and using the 0.54b interceptor with the latest GIT commit on the PASSKEY. - listen mode works using ecowitt-client -

[weewx-user] Re: distutils not in default installation

2020-05-01 Thread Michael
Hi Tarmo, I had the same Problem solved with: sudo apt install python3-pip Michael m Freitag, 1. Mai 2020 16:05:49 UTC+2 schrieb Tarmo: > please include distutil to prerequisites. > > weewx-4.0.0 $ python3 ./setup.py build > Traceback (most recent call last): > File "./setup.py", line 25,

[weewx-user] Problem in TE923 driver with Weewx 4.0.0 on Python 3.7

2020-05-01 Thread Anders Fosgerau
Seems like the TE923 driver is not Python3 compliant? Had version 4.0.0 running just fine with Python2. Apt based install on debian 10. May 1 13:14:31 hjernen weewx[12927] INFO __main__: Initializing weewx version 4.0.0 May 1 13:14:31 hjernen weewx[12927] INFO __main__: Using Python 3.7.3

Re: [weewx-user] Version 4.0 is (finally) here!

2020-05-01 Thread salinois
hello me too Congratulations & thank you ! I'll try it as soon as I can :) Patrick from FRANCE. Le 30/04/2020 à 19:24, Tom Keffer a écrit : I do! Damn autocorrect! On Thu, Apr 30, 2020 at 10:20 AM Tom > wrote: Don't you mean NOW not NOT in 1st paragraph?

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Tom Keffer
On Fri, May 1, 2020 at 1:14 AM Gert Andersen wrote: > Hi > I'm running Ubuntu 18.04 and Weewx 3.9.2 updating to Weewx 4.0. I'm > following the installation guide for Debian: > http://www.weewx.com/docs/debian.htm > ... > > I have tried: > sudo apt-get install -f python3-cheetah > No Luck > > Can

Re: [weewx-user] Re: WeeWX 4.0.0 Deb Package install

2020-05-01 Thread steeple ian
Matthew, It was a clean install of everything then SDR extension installed and ran wee_config --reconfigure. Edited weewx.conf then restart. This is my SDR stanza driver = user.sdr path = /usr/local/bin cmd = rtl_433 -f 868M -s 1024k -M utc -F json -R 78 [[sensor_map]]

[weewx-user] Re: WeeWX 4.0.0 Deb Package install

2020-05-01 Thread mwall
On Friday, May 1, 2020 at 6:03:57 AM UTC-4, steeple ian wrote: > > Hi, > > OS is Raspbian Desktop on a NUC. I have used the various betas right > through to build 18 which all ran perfectly with the weewx-SDR driver . I > installed the new release using Deb package Pyhton3 and have the

Re: [weewx-user] Re: WeeWX 4.0.0 Deb Package install

2020-05-01 Thread mwall
On Friday, May 1, 2020 at 9:10:02 AM UTC-4, steeple ian wrote: > > Matthew, > It was a clean install of everything then SDR extension installed and ran > wee_config --reconfigure. Edited weewx.conf then restart. > > This is my SDR stanza > thanks for that. but the stack trace indicates that

[weewx-user] Weewx version 4

2020-05-01 Thread Phil Owers
Hi Guys Just upgraded from v4.0.18b to version 4 and it has stopped weewx >From the logs May 1 14:05:56 raspberrypi systemd[1]: Stopped LSB: weewx weather system. May 1 14:05:59 raspberrypi systemd[1]: Starting LSB: weewx weather system... May 1 14:05:59 raspberrypi weewx[1136] INFO

Re: [weewx-user] Re: WeeWX 4.0.0 Deb Package install

2020-05-01 Thread steeple ian
Whoops, crimson with embarrassment! I have been looking at that all morning and not seen the wood for the trees. Sorry to divert your time from more deserving users. Thanks for the ongoing support for us all. Ian On Fri, 1 May 2020 at 14:43, mwall wrote: > On Friday, May 1, 2020 at 9:34:59

Re: [weewx-user] Weewx version 4

2020-05-01 Thread Tom Keffer
Hello, When weewx is starting up, it is using the configuration file /etc/weewx/weewx.conf. Is the snippet from weewx.conf that you posted from that same file? The log suggests that you have an entry like latitude = 52.9444 1.2110 but that's not what is appearing in the snippet. -tk On

[weewx-user] Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Also pulling my issues while updating in a separate thread. I was using version 3.9.2 on a RPi4 (Rasbian 10) with the Belchertown skin installed. I've tried to install the Python 3 version with: curl -s http://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list

Re: [weewx-user] Problem in TE923 driver with Weewx 4.0.0 on Python 3.7

2020-05-01 Thread Michael
;) this version looks good. No more Errors. Thank you very much for the fast support. Michael -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[weewx-user] Re: distutils not in default installation

2020-05-01 Thread mwall
added python3-distutils to the pre-reqs for debian10 at commit 8c15f1cc -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com.

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Tarmo
grab it from here https://github.com/matthewwall/weewx-mqtt/archive/master.zip wee_extension supports zip files as well On Friday, May 1, 2020 at 5:56:55 PM UTC+3, Manfred Maier wrote: > > A very stupid question: > How do I update the extension? > > I don't find the weewx-mqtt.tgz that I need

[weewx-user] Re: Weewx version 4

2020-05-01 Thread Phil Owers
Sorry Tom you are correct I didn't know I had a weewx.conf file in etc/weewx/ Sorry if this is a silly question but how can I get it back to using the home/weewx/weewx.conf file which it did before. I must have missed something in the upgrage Phil On Friday, May 1, 2020 at 2:17:12 PM UTC+1,

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Michael
it does not appear to be a ZIP. I would reload the file, e.g. with wget https://github.com/matthewwall/weewx-mqtt/archive/master.zip -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from

Re: [weewx-user] Re: Weewx version 4

2020-05-01 Thread Tom Keffer
At some point you must have done an install using apt-get. It puts the configuration file in /etc/weewx. I assume now you are using the setup.py install approach? The best approach is to always specify the configuration file you want directly. So, it becomes */home/weewx/bin/weewxd

[weewx-user] weewx-wh23xx - Weewx breaks starting/running after upgrade from 3.9.2 to 4.0

2020-05-01 Thread Jever Hägen
Hi out there. The machine is a wandboard-quad running pure Debian9 connected over USB with a froggit WH4000 station. It saves all weather data into a mariadb on a central server, transfers all the webdata to a website via sFTP and gives data to several services, also saves the logdata with

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Three more steps done! Extensions that crash with Python 3: * OpenWeatherMap * WCloud * Wetter For OWM I've tried to find a newer version (> 0.8), but could find any. Same for the other two :( So currently my only issue left: The JSON files for the Belchertown skin are still not produced.

[weewx-user] Re: python3 with weewx4 and interceptor 0.54

2020-05-01 Thread G Hammer
On Friday, May 1, 2020 at 10:02:21 AM UTC-4, Max Gutberlet wrote: > > Reporting success(ish) > > Spend another 8 hours playing with this, got it to work but not without > caveats: > > Did a squeaky clean install based on Matts new 4.0 deb package and using > the 0.54b interceptor with the

Re: [weewx-user] Problem in TE923 driver with Weewx 4.0.0 on Python 3.7

2020-05-01 Thread Michael
thx, but now i get this: May 1 16:18:23 raspi01 weewx-tfa[6402] INFO __main__: Initializing weewx version 4.0.0 May 1 16:18:23 raspi01 weewx-tfa[6402] INFO __main__: Using Python 3.7.3 (default, Dec 20 2019, 18:57:59) #012[GCC 8.3.0] May 1 16:18:23 raspi01 weewx-tfa[6402] INFO __main__:

[weewx-user] Re: Weewx version 4

2020-05-01 Thread Phil Owers
Yes the snippet is from the home/weewx/weewx.conf file that Im using When it first failed the 52.9444 and 1.2110 where in the weewx.conf file and not sure where they came from So I changed them to 52.944 and 1.211 in the weewx.conf file which is what they should be Stopped and started weewx and

Re: [weewx-user] Re: Weewx version 4

2020-05-01 Thread Tom Keffer
The log you sent showed that weewx is using the configuration file at /etc/weewx/weewx.conf, NOT /home/weewx/weewx.conf. You are looking in the wrong spot. On Fri, May 1, 2020 at 7:41 AM Phil Owers wrote: > Yes the snippet is from the home/weewx/weewx.conf file that Im using > When it first

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Thanks for your support! Tried that already - with not much success after downloading the master.zip *pi@raspberrypi*:*~ $* sudo wee_extension --install master.zip Request to install 'master.zip' Extracting from zip archive master.zip Traceback (most recent call last): File

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Michael
try it with sudo pip3 install paho-mqtt -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Ok. One step done. Python 3 version still is crashing, but now with a slightly different error message in the log: May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.engine: Finished loading service user.windy.Windy May 1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.engine: Loading

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Oh. That might be OpenWeatherMap Give me a minute. Am Freitag, 1. Mai 2020 17:38:48 UTC+2 schrieb Manfred Maier: > > Ok. One step done. > > Python 3 version still is crashing, but now with a slightly different > error message in the log: > > May 1 17:28:48 raspberrypi weewx[19064] DEBUG

Re: [weewx-user] weewx4 locks up Vantage2 console

2020-05-01 Thread Tom Keffer
You're not giving us much information. How about a log? See the Wiki article *Help! Posting to weewx-user * for how to get a good log. On Fri, May 1, 2020 at 6:55 AM Steve Koone wrote: > All- The upgrade to weewx v4 isn't working

[weewx-user] Re: Weewx version 4

2020-05-01 Thread Phil Owers
On Friday, May 1, 2020 at 2:17:12 PM UTC+1, Phil Owers wrote: > > Hi Guys > Just upgraded from v4.0.18b to version 4 and it has stopped weewx > From the logs > > May 1 14:05:56 raspberrypi systemd[1]: Stopped LSB: weewx weather system. > May 1 14:05:59 raspberrypi systemd[1]: Starting LSB:

[weewx-user] Re: how to switch from python2 to python3

2020-05-01 Thread Tarmo
did a fresh install. everything is working good. thank you! -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. To view this

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Tarmo
Hi Manfred! try to update mqtt extension https://github.com/matthewwall/weewx-mqtt On Friday, May 1, 2020 at 5:34:11 PM UTC+3, Manfred Maier wrote: > > Also pulling my issues while updating in a separate thread. > > I was using version 3.9.2 on a RPi4 (Rasbian 10) with the Belchertown skin >

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
A very stupid question: How do I update the extension? I don't find the weewx-mqtt.tgz that I need for the installation. Am Freitag, 1. Mai 2020 16:37:04 UTC+2 schrieb Tarmo: > > Hi Manfred! > > try to update mqtt extension https://github.com/matthewwall/weewx-mqtt > > > On Friday, May 1,

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Yes, I've used the wrong command for the download :/ Still, even after updating the MQTT extension, the python 3 version crashes. I've followed Matthew's instructions for installing the extension: mqtt - weewx extension that sends data to an MQTT broker Copyright 2014-2020 Matthew Wall

Re: [weewx-user] Re: Ultimeter 2100 WeeWx Behind Actual Rain Rain Rate is Actual Rain Total

2020-05-01 Thread Tom Keffer
I think the problem is differences in what "today's rain" means. The ultimeter driver emits observation types rain_total and daily_rain. These are direct from the hardware, so they should match what you're seeing on the console. You can check by running weewxd directly from the command line. It

[weewx-user] SFTP "Broken Pipe" error

2020-05-01 Thread Ed Hainsworth
So overnight my provider changed settings to SFTP. They said I would only need to enable SFTP: the error is due to an update made on our servers due to an attack that was made on our FTP ports all connections will need to be made through FTPS the port username password and host name are still

Re: [weewx-user] SFTP "Broken Pipe" error

2020-05-01 Thread Ed Hainsworth
That was it!! THANKS Ed Hainsworth ewhainswo...@gmail.com Sent from my iPhone > On May 1, 2020, at 21:30, Tom Keffer wrote: > >  > Just to be clear: FTPS and SFTP are different things. WeeWX supports FTPS, > but not SFTP. No matter, it looks like your ISP wants FTPS. > > Hard to say,

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Greg from Oz
Does /etc/apt/sources.list.d/weewx.list look like this? deb [arch=all] http://weewx.com/apt/ squeeze main That is what mine looks like. I just did sudo apt update then it informed me there was a new versionof weewx and then I did: sudo apt dist-upgrade and that was it.

Re: [weewx-user] SFTP "Broken Pipe" error

2020-05-01 Thread Tom Keffer
Just to be clear: FTPS and SFTP are different things. WeeWX supports FTPS, but not SFTP. No matter, it looks like your ISP wants FTPS. Hard to say, but I think you're getting hit by issue #284 . Try adding an option secure_data and setting it to false:

[weewx-user] Re: wee_import Weather Underground HTTP Error 401: Unauthorized

2020-05-01 Thread Clint Parrish
Gary, Here is the input and output from the console: — ~ $ wee_import --import-config=/etc/weewx/wu-import.conf --from=2008-01-01 --to=2009-01-01 Using WeeWX configuration file /etc/weewx/weewx.conf Starting wee_import... Observation history for Weather Underground station

[weewx-user] Weewx will only work for a week then stops

2020-05-01 Thread Luc Theoret
Hi, I have been trying to get weewx to record my acurite data using sdr RTL_433 for about a year now. The system I have almost running is a raspberry pi 3 running on respbian stretch. it has an external real time clock attached. weewx runs consistently for a week then stops. I was finally find

Re: [weewx-user] Re: Ultimeter 2100 WeeWx Behind Actual Rain Rain Rate is Actual Rain Total

2020-05-01 Thread Burt Wizeman
Will do. I will work with it tomorrow. Can't wait to dig in! Thanks Tom, Burt On Friday, May 1, 2020 at 11:23:59 AM UTC-4, Tom Keffer wrote: > > I think the problem is differences in what "today's rain" means. > > The ultimeter driver emits observation types rain_total and daily_rain. >

[weewx-user] wee_import Weather Underground HTTP Error 401: Unauthorized

2020-05-01 Thread Clint Parrish
I recently upgraded to weewx 4.0 and started importing data from my Weather Underground database. I have about 10 years worth of data that I want to import. Everything was working last night and I started importing data one year at a time. This morning, I tried wee_import again and I am

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread G Hammer
There is an extra space in the default weewx4.0.0.conf file May or may not affect anything but after my go around with spaces vs python3, thought I'd mention it. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and

Re: [weewx-user] weewx4 locks up Vantage2 console

2020-05-01 Thread Mike Doneske
I using weewx4 with a Vantage 2 console as of 24 hours ago. It all works as expected... This is on a CentOS 8 system with a Vantage 2 Pro station On Friday, May 1, 2020 at 1:45:36 PM UTC-5, Steve Koone wrote: > > I don't know how to pull a log. > > All I can tell you is this. I'm using a pi2

Re: [weewx-user] Re: draw user-defined lines in graphics

2020-05-01 Thread Tom Keffer
I added it to the TODO list . On Fri, May 1, 2020 at 9:56 AM Jeff A. D. wrote: > Thanks, > > That's disappointing. Could a better solution be considered in a future > version? > > On Friday, May 1, 2020 at 6:43:04 AM UTC-6, Tom Keffer

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Devonian
Trying to upgrade from weewx-3.9.2 to weewx-4.0.0 on Debian Buster on intel 64bit system using setup.py and get... nigel@debian10:~/weewx-4.0.0$ python3 ./setup.py build Traceback (most recent call last): File "./setup.py", line 25, in from distutils import log ImportError: cannot import

Re: [weewx-user] Re: draw user-defined lines in graphics

2020-05-01 Thread Jeff A. D.
Thanks! On Friday, May 1, 2020 at 3:48:37 PM UTC-6, Tom Keffer wrote: > > I added it to the TODO list > . > > On Fri, May 1, 2020 at 9:56 AM Jeff A. D. > wrote: > >> Thanks, >> >> That's disappointing. Could a better solution be

[weewx-user] wee_import Weather Underground HTTP Error 401: Unauthorized

2020-05-01 Thread Clint Parrish
Here is the log portion for when I ran wee_import last: May 1 19:18:35 raspberrypi wee_import[14521] INFO __main__: Starting wee_import... May 1 19:18:35 raspberrypi wee_import[14521] DEBUG weewx.manager: Daily summary version is 2.0 May 1 19:18:35 raspberrypi wee_import[14521] INFO

[weewx-user] Re: wee_import Weather Underground HTTP Error 401: Unauthorized

2020-05-01 Thread gjr80
Thanks, and you said you had a 401 error? I don't see that in the log, if that appeared on the console could you post the entire session from the console. Gary On Saturday, 2 May 2020 10:24:03 UTC+10, Clint Parrish wrote: > > Here is the log portion for when I ran wee_import last: > > May 1

[weewx-user] Re: Belchertown skin 1.1 released!

2020-05-01 Thread Greg from Oz
Hi Pat, I am using the 1.1 skin works great. I was wondering if you implemented the moon icons for the southern hemisphere? I think you added it to the to do list. The moon today is first quarter but the lit side of the moon on the web page is on the right down here in Oz it should be on the

[weewx-user] Re: wee_import Weather Underground HTTP Error 401: Unauthorized

2020-05-01 Thread gjr80
Thanks Clint, Bit tied up at present but I will have a look at this later this arvo. I cannot recall what usage limits there are on the new WU API, I did run into limit issues with the old API (but that was always due to some poor programming on my behalf). I would be surprised if that was the

Re: [weewx-user] weewx 4.0 fails connecting to Vantage Vue

2020-05-01 Thread Andre C
Attached the tcpdump output from the communication between weewx running on a raspberry PI and the vantage Vue console. There is communication, but no data transfer. Running telnet: Trying 192.168.178.10... Connected to 192.168.178.10. Escape character is '^]'.VER OK RXTEST OK RXCHECK OK I

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Gert Andersen
Hi @Tom Keffer, with no luck I mean, I get the error: The following packages have unmet dependencies: weewx : Depends: python3-cheetah but it is not going to be installed E: Unable to correct problems, you have held broken packages. @mwall I'm running ubuntu 18.04 so I should use Debian 10. I

[weewx-user] Re: Installing weewx on Centos 8

2020-05-01 Thread Mike Doneske
Followed new installation instructions and everything worked as expected. Only issue identified so far is default index.html doesn't display as before on Fire fox. Graphs have all moved to the bottom of the display and a lot of white space to the right of the text at the top. On Wednesday,

Re: [weewx-user] Problem in TE923 driver with Weewx 4.0.0 on Python 3.7

2020-05-01 Thread vince
On Friday, May 1, 2020 at 2:42:44 PM UTC-7, Anders Fosgerau wrote: > > I guess it's well-known that the forecast extension version 3.3.2 also > needs a little make-over to become python 3.7 "compliant", but with all > those changes to forecasting APIs and licenses it's probably dificult times >

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Devonian
Hi Gary, Not sure of version, but at least 18 months sice I touched it !! Will update in the morning. Just commented out the engine for now and will look in the morning after some 's (it's 10 past midnight here). Nigel -- You received this message because you are subscribed to the Google

Re: [weewx-user] Re: weewx-wh23xx - Weewx breaks starting/running after upgrade from 3.9.2 to 4.0

2020-05-01 Thread Tom Keffer
It looks like the wh23xx driver has not been ported to Python 3 and weewx V4 (it's not actually part of weewx). On Fri, May 1, 2020 at 9:57 AM Богдан Пилюгин wrote: > I had the same problem today, when weewx updated to 4. The station is > WH2310. I made a little analyze of problem and found

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Tom Keffer
It's even easier than what Vince outlined. All you need to do is make sure the prerequisites for Python 3 are in place. Then you can run using python2 or python3. *python2 ./bin/weewxd weewx.conf* or *python3 ./bin/weewxd weewx.conf* The prerequisites for Python 3 are listed in the setup.py

Re: [weewx-user] Problem in TE923 driver with Weewx 4.0.0 on Python 3.7

2020-05-01 Thread Tom Keffer
On Fri, May 1, 2020 at 11:58 AM Paul Bartholdi wrote: > I had the same problem, and this new version sovles it. THANK YOU ! > Paul > (By the way, I started 60 years ago with FORTRAN I...) > OK. You win! -- You received this message because you are subscribed to the Google Groups "weewx-user"

[weewx-user] weewx 4.0 fails connecting to Vantage Vue

2020-05-01 Thread Andre C
After upgrading weewx from 3.9.2 to 4.0, weewx no longer recognizes the Vantage Vue console. The console has a serial to IP link, so weewx communicates over Ethernet. Below the output from syslog: May 1 21:20:33 Domo systemd[1]: Starting LSB: weewx weather system... May 1 21:20:35 Domo

Re: [weewx-user] Re: Installing weewx on Centos 8

2020-05-01 Thread Tom Keffer
Skins are not touched by an upgrade, so what you're looking at is your old skin. On Fri, May 1, 2020 at 1:46 PM Mike Doneske wrote: > Followed new installation instructions and everything worked as expected. > Only issue identified so far is default index.html doesn't display as > before on

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread gjr80
Nigel, What rtgd version are you using? I have updated it for WeeWX 4 but it was tested against the betas not the release (should not make any difference though). Try the latest and if still a problem post the log showing the error. Gary On Saturday, 2 May 2020 08:59:37 UTC+10, Devonian

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
I've cheered too soon. The new version only worked with wee-Reports, but not in the normal reporting loop. Anyway, I'm using FTP instead of SFTP now. Am Freitag, 1. Mai 2020 21:37:25 UTC+2 schrieb Manfred Maier: > > Just FYI > > I was able to resolve the python 3 issue of the SFTP extension

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Devonian
Thanks Tom - that did it. It's not in the prerequisites - maybe worth a mention in there http://www.weewx.com/docs/setup.htm ?? Now to fix rtgd problem that's thrown up after the upgrade... Nigel -- You received this message because you are subscribed to the Google Groups "weewx-user" group.

[weewx-user] wee_import Weather Underground HTTP Error 401: Unauthorized

2020-05-01 Thread gjr80
Hi, Can you provide the console output showing the error and/or the log output. Gary -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Tom Keffer
You're not the first to have this problem. Solved with *sudo apt install python3-pip* Then try again. On Fri, May 1, 2020 at 3:32 PM Devonian wrote: > Trying to upgrade from weewx-3.9.2 to weewx-4.0.0 on Debian Buster on > intel 64bit system using setup.py and get... > >

Re: [weewx-user] Problem in TE923 driver with Weewx 4.0.0 on Python 3.7

2020-05-01 Thread Paul Bartholdi
I had the same problem, and this new version sovles it. THANK YOU ! Paul (By the way, I started 60 years ago with FORTRAN I...) Le vendredi 1 mai 2020 16:38:34 UTC+2, Michael a écrit : > > ;) > > this version looks good. No more Errors. Thank you very much for the fast > support. > >

Re: [weewx-user] weewx4 locks up Vantage2 console

2020-05-01 Thread Tom Keffer
> > Screw the log. This is not to be diagnosed from some log. This is a > software / hardware conflict that should have been documented and > highlighted to look at after a major software release such as this. I've > reinvented the wheel 14 times already today just to find this one fix. >

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread vince
On Friday, May 1, 2020 at 10:44:40 AM UTC-7, Manfred Maier wrote: > > That's Matthew Wall's SFTP extension and I haven't found an updated > version. > Anyway, I'll raise this issue directly in the Github project. > If you want to try something, since Matthew's busy I'm sure on more core stuff

Re: [weewx-user] weewx4 locks up Vantage2 console

2020-05-01 Thread Steve Koone
I don't know how to pull a log. All I can tell you is this. I'm using a pi2 w/ an FTDI USB to serial adapter. Every time weewx starts, it locks up the Vantage console. I have tried Deb 10 with python 2 and 3. I have tried Deb 8 with python 2 I just tried Deb 9 with python 2. Everything

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
Just FYI I was able to resolve the python 3 issue of the SFTP extension by making a few changes in the sftp.py file. Thanks vince for pointing me in the right direction! Am Freitag, 1. Mai 2020 20:00:51 UTC+2 schrieb Manfred Maier: > > I'll give it a try, once the kids are in bed. > >

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread vince
On Friday, May 1, 2020 at 2:43:50 PM UTC-7, Phil Green wrote: > > Just updated to v4 using setup.py method. No problems. > One question, I am running python version 2.7.16, how easy is it to change > over to python version 3 and to ensure Weewx continues to work? > > Asked and answered probably

Re: [weewx-user] weewx4 locks up Vantage2 console

2020-05-01 Thread Tom Keffer
Unlikely. This driver has been around for a while. More likely it is a configuration problem on your end. In any case, I simply cannot help you without the log. Instructions were included in my earlier post. On Fri, May 1, 2020 at 11:45 AM Steve Koone wrote: > I don't know how to pull a log. >

Re: [weewx-user] weewx 4.0 fails connecting to Vantage Vue

2020-05-01 Thread Tom Keffer
If you open up a telnet session to the Vue, can you communicate with it? Use the connectivity test , except use telnet. On Fri, May 1, 2020 at 12:31 PM Andre C wrote: > After upgrading

Re: [weewx-user] weewx4 locks up Vantage2 console

2020-05-01 Thread Steve Koone
Resolved: After ten hours of fighting this mess, I finally found the solution to my issue. Clear the memory in the console. Issue this command at the terminal screen prompt: wee_device --clear-memory I tested this on two separate consoles both of which locked up the screen (frozen) and no

[weewx-user] Re: Rasbian 10 - Update failed

2020-05-01 Thread Manfred Maier
I'll give it a try, once the kids are in bed. Thanks! -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. To view this

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Manfred Maier
After some hiccups (incompatible extensions: SFTP, OWM, Wetter, WCloud) my system (python 3) is now up and running. Thanks a lot to everyone involved in the development and the entire community that provides a fantastic support here! -- You received this message because you are subscribed to

[weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Phil Green
Just updated to v4 using setup.py method. No problems. One question, I am running python version 2.7.16, how easy is it to change over to python version 3 and to ensure Weewx continues to work? Thanks for the great work. Regards Phil -- You received this message because you are subscribed to

  1   2   >