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

2020-05-01 Thread Anders Fosgerau
That's it! Big tip o' the hat. 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 for forecasting anyway (and not an

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

2020-05-01 Thread gjr80
Yep, that's the problem. Let us know how it goes. Gary On Saturday, 2 May 2020 09:09:44 UTC+10, Devonian wrote: > > 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

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

2020-05-01 Thread vince
On Friday, May 1, 2020 at 9:45:38 AM UTC-7, Manfred Maier wrote: > > except pysftp.ConnectionException, e: > > ^ > > SyntaxError: invalid syntax > > > Any time you see something that looks like that, you are running python3 against code written for

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

2020-05-01 Thread vince
On Friday, May 1, 2020 at 9:53:00 AM UTC-7, Manfred Maier wrote: > > File "/usr/share/weewx/user/sftp.py", line 158, in get_last_upload > > timestamp = cPickle.load(f) > > TypeError: a bytes-like object is required, not 'str' > This is another known python3 thing, which tells me your

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

2020-05-01 Thread Manfred Maier
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. Thanks! Am Freitag, 1. Mai 2020 19:34:49 UTC+2 schrieb vince: > > On Friday, May 1, 2020 at 9:45:38 AM UTC-7, Manfred Maier wrote: >> >> except

[weewx-user] Re: Bresser 6in1

2020-05-01 Thread Remy Lavabre
Hello Sebastien, I have exactly the same problem as you... Connecting a Raspberry with my 6-1 Bresser via USB Do you have solve your problem ? Thank-you Sebastian ! Le dimanche 27 octobre 2019 18:45:31 UTC+1, Sebastien ROVERCH a écrit : > > > thank you for the answer. > > Do you have a brand

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

2020-05-01 Thread Manfred Maier
Apologies for talking to myself here :) I've now updated the SFTP extension. At least the error massaged changed: *pi@raspberrypi*:*~ $* sudo wee_reports Using configuration file /etc/weewx/weewx.conf Generating for all time Traceback (most recent call last): File

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

2020-05-01 Thread Jeff A. D.
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 wrote: > > I think you'll have to use the solution pointed out farther up this > thread. In weewx.conf > > [StdCalibrate] > >

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

2020-05-01 Thread Manfred Maier
So, the next issue has to do with MaxSolarRad I have that in my database, but as 'maxSolarRad' May 1 17:55:22 raspberrypi weewx[21194] ERROR weewx.reportengine: Caught unrecoverable exception in generator 'user.belchertown.HighchartsJsonGenerator' May 1 17:55:22 raspberrypi weewx[21194]

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

2020-05-01 Thread Manfred Maier
Good. Next one solved. The Belchertown graphs.conf seems to be case sensitive with the new weewx 4.0 The observation "MaxSolarRad" worked in 3.9.2, but does not work in 4.0 After renaming it to "maxSolarRad" this issue was gone. But there's another issue - and hopefully the last one: Is that

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

2020-05-01 Thread Богдан Пилюгин
I had the same problem today, when weewx updated to 4. The station is WH2310. I made a little analyze of problem and found that import of log_traceback in the ws23xx driver no more valid, because of changings in weewx. Try to replace the string in the file wh23xx.py: from weeutil.weeutil

<    1   2