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

2023-07-19 Thread Günther Wrana
Sorry for the entry every thing is O.K

Günther Wrana schrieb am Samstag, 15. Juli 2023 um 14:47:01 UTC+2:

> Hello
>
> I can not install the driver for my Renkforce Wh2315 like this information.
>
> https://github.com/EdwinGH/weewx-wh23xx
>
>
> The whole thing worked until a few days ago. Now I can't manage to 
> reinstall weewx on the Rasperry and then install the required driver. 
> I'm also sending you the syslog and shell text I wrote about installing, 
> uninstalling and reinstalling weewx.
>
> I hope you can help my!
>
> Thanks Günther Wrana
> Das ganze hat bis vor ein paar Tagen funktioniert. Nun schaffe ich es 
> nicht auf dem Rasperry weewx neu zu installieren und danach den benötigten 
> Treiber zu installieren.
> Ich schicke euch auch die syslog und den shell Text den ich zu 
> installation, deinstallation und erneuter installation von weewx 
> geschrieben habe.
> Günther Wrana schrieb am Mittwoch, 9. November 2022 um 21:09:21 UTC+1:
>
> Hello,
>
> i have deinstalled weewx and all configurations.
> Then i have weewx installed and the weewx.sdb imported.
> After the have I reboot the pi.
> Now it is still running.
> I think this was not the right way but it was my way.
>
> Thank you for all, the next problem comes certainly!
>
> Günther
>
> vince schrieb am Mittwoch, 9. November 2022 um 18:46:34 UTC+1:
>
> oops - that should of course be "29729" in my reply below.  You want to 
> stop the process by its id.
>
> On Wednesday, November 9, 2022 at 9:44:59 AM UTC-8 vince wrote:
>
>
> sudo kill -9 18497
> sudo kill -9 29720
> then check again and they should be gone
> then start weewx up again
> then check again and only one should be running and hopefully healthy
>
> (the -9 there says kill it with a bigger hammer)
>
>
> Alternately, if you simply reboot the pi all the processes will be 
> stopped, but you should almost never need to reboot a pi.
>
> On Wednesday, November 9, 2022 at 8:39:20 AM UTC-8 kawa...@gmail.com 
> wrote:
>
> Hi and how can I fix this error.
>
> root 18497  2.4  3.4  53384 32924 ?SNov06 115:40 python3 
> /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid 
> /etc/weewx/weewx.conf
> root 29729  1.7  3.9  92136 37184 ?Sl   Nov01 200:45 python3 
> /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid 
> /etc/weewx/weewx.conf
>
> Thank you for help!
>
> vince schrieb am Montag, 7. November 2022 um 18:02:35 UTC+1:
>
> You seem to have multiple weewx instances running.   One is process 18497, 
> one is process 29729.
>
> Run "ps axu | grep wee" and I suspect you will see more than one weewx 
> running.
>
>
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/8eb201b1-91ca-4f31-b6c5-aa4e1a1c0f15n%40googlegroups.com.


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

2022-11-09 Thread Günther Wrana
Hello,

i have deinstalled weewx and all configurations.
Then i have weewx installed and the weewx.sdb imported.
After the have I reboot the pi.
Now it is still running.
I think this was not the right way but it was my way.

Thank you for all, the next problem comes certainly!

Günther

vince schrieb am Mittwoch, 9. November 2022 um 18:46:34 UTC+1:

> oops - that should of course be "29729" in my reply below.  You want to 
> stop the process by its id.
>
> On Wednesday, November 9, 2022 at 9:44:59 AM UTC-8 vince wrote:
>
>>
>> sudo kill -9 18497
>> sudo kill -9 29720
>> then check again and they should be gone
>> then start weewx up again
>> then check again and only one should be running and hopefully healthy
>>
>> (the -9 there says kill it with a bigger hammer)
>>
>>
>> Alternately, if you simply reboot the pi all the processes will be 
>> stopped, but you should almost never need to reboot a pi.
>>
>> On Wednesday, November 9, 2022 at 8:39:20 AM UTC-8 kawa...@gmail.com 
>> wrote:
>>
>>> Hi and how can I fix this error.
>>>
>>> root 18497  2.4  3.4  53384 32924 ?SNov06 115:40 python3 
>>> /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid 
>>> /etc/weewx/weewx.conf
>>> root 29729  1.7  3.9  92136 37184 ?Sl   Nov01 200:45 python3 
>>> /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid 
>>> /etc/weewx/weewx.conf
>>>
>>> Thank you for help!
>>>
>>> vince schrieb am Montag, 7. November 2022 um 18:02:35 UTC+1:
>>>
 You seem to have multiple weewx instances running.   One is process 
 18497, one is process 29729.

 Run "ps axu | grep wee" and I suspect you will see more than one weewx 
 running.




-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/aa8d66bb-62af-49ab-93e5-1dd2704967aan%40googlegroups.com.


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

2022-11-09 Thread vince
oops - that should of course be "29729" in my reply below.  You want to 
stop the process by its id.

On Wednesday, November 9, 2022 at 9:44:59 AM UTC-8 vince wrote:

>
> sudo kill -9 18497
> sudo kill -9 29720
> then check again and they should be gone
> then start weewx up again
> then check again and only one should be running and hopefully healthy
>
> (the -9 there says kill it with a bigger hammer)
>
>
> Alternately, if you simply reboot the pi all the processes will be 
> stopped, but you should almost never need to reboot a pi.
>
> On Wednesday, November 9, 2022 at 8:39:20 AM UTC-8 kawa...@gmail.com 
> wrote:
>
>> Hi and how can I fix this error.
>>
>> root 18497  2.4  3.4  53384 32924 ?SNov06 115:40 python3 
>> /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid 
>> /etc/weewx/weewx.conf
>> root 29729  1.7  3.9  92136 37184 ?Sl   Nov01 200:45 python3 
>> /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid 
>> /etc/weewx/weewx.conf
>>
>> Thank you for help!
>>
>> vince schrieb am Montag, 7. November 2022 um 18:02:35 UTC+1:
>>
>>> You seem to have multiple weewx instances running.   One is process 
>>> 18497, one is process 29729.
>>>
>>> Run "ps axu | grep wee" and I suspect you will see more than one weewx 
>>> running.
>>>
>>>
>>>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/c2c090e3-1f46-4628-885a-8a61d881abf7n%40googlegroups.com.


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

2022-11-09 Thread vince

sudo kill -9 18497
sudo kill -9 29720
then check again and they should be gone
then start weewx up again
then check again and only one should be running and hopefully healthy

(the -9 there says kill it with a bigger hammer)


Alternately, if you simply reboot the pi all the processes will be stopped, 
but you should almost never need to reboot a pi.

On Wednesday, November 9, 2022 at 8:39:20 AM UTC-8 kawa...@gmail.com wrote:

> Hi and how can I fix this error.
>
> root 18497  2.4  3.4  53384 32924 ?SNov06 115:40 python3 
> /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid 
> /etc/weewx/weewx.conf
> root 29729  1.7  3.9  92136 37184 ?Sl   Nov01 200:45 python3 
> /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid 
> /etc/weewx/weewx.conf
>
> Thank you for help!
>
> vince schrieb am Montag, 7. November 2022 um 18:02:35 UTC+1:
>
>> You seem to have multiple weewx instances running.   One is process 
>> 18497, one is process 29729.
>>
>> Run "ps axu | grep wee" and I suspect you will see more than one weewx 
>> running.
>>
>>
>>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/b8131f2e-b516-489a-b4dc-7bfbb9bd1cb9n%40googlegroups.com.


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

2022-11-09 Thread Günther Wrana
Hi and how can I fix this error.

root 18497  2.4  3.4  53384 32924 ?SNov06 115:40 python3 
/usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid 
/etc/weewx/weewx.conf
root 29729  1.7  3.9  92136 37184 ?Sl   Nov01 200:45 python3 
/usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid 
/etc/weewx/weewx.conf

Thank you for help!

vince schrieb am Montag, 7. November 2022 um 18:02:35 UTC+1:

> You seem to have multiple weewx instances running.   One is process 18497, 
> one is process 29729.
>
> Run "ps axu | grep wee" and I suspect you will see more than one weewx 
> running.
>
>
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/56e264d3-ce94-4ac0-9303-b42a671e2d1en%40googlegroups.com.


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

2022-11-07 Thread vince
You seem to have multiple weewx instances running.   One is process 18497, 
one is process 29729.

Run "ps axu | grep wee" and I suspect you will see more than one weewx 
running.


-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/1920ee34-2214-4065-b1c5-86225c5bc086n%40googlegroups.com.


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

2022-11-05 Thread vince
This looks like one error - do you mean 'meter' perhaps ?   Do you have a 
typo in weewx.conf ?

Nov  5 18:30:09 wetterpi weewx[15807] DEBUG weewx.units: Unable to convert 
from Meter to foot
Nov  5 18:30:09 wetterpi weewx[15807] INFO weewx.engine: Main loop exiting. 
Shutting engine down.
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__: Caught 
unrecoverable exception:
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:   'Meter'
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:  
 Traceback (most recent call last):
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__: File 
"/usr/share/weewx/weewxd", line 154, in main
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:  
 engine.run()
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__: File 
"/usr/share/weewx/weewx/engine.py", line 210, in run
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:  
 self.dispatchEvent(weewx.Event(weewx.NEW_LOOP_PACKET, packet=packet))
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__: File 
"/usr/share/weewx/weewx/engine.py", line 245, in dispatchEvent
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:  
 callback(event)
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__: File 
"/usr/share/weewx/weewx/wxservices.py", line 113, in new_loop_packet
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:  
 self.do_calculations(event.packet, self.loop_calc_dict)
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__: File 
"/usr/share/weewx/weewx/wxservices.py", line 138, in do_calculations
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:   val 
= weewx.xtypes.get_scalar(obs_type, data_dict, self.db_manager)
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__: File 
"/usr/share/weewx/weewx/xtypes.py", line 77, in get_scalar
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:  
 return xtype.get_scalar(obs_type, record, db_manager, **option_dict)
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__: File 
"/usr/share/weewx/weewx/wxxtypes.py", line 407, in get_scalar
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:  
 return self.altimeter(record)
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__: File 
"/usr/share/weewx/weewx/wxxtypes.py", line 455, in altimeter
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:  
 altitude = weewx.units.convertStd(self.altitude_vt, record['usUnits'])
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__: File 
"/usr/share/weewx/weewx/units.py", line 1444, in convertStd
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:  
 return StdUnitConverters[target_std_unit_system].convert(val_t)
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__: File 
"/usr/share/weewx/weewx/units.py", line 881, in convert
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:  
 new_val_t = convert(val_t, new_unit_type)
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__: File 
"/usr/share/weewx/weewx/units.py", line 1409, in convert
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:  
 conversion_func = conversionDict[val_t[1]][target_unit]
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:  
 KeyError: 'Meter'
Nov  5 18:30:09 wetterpi weewx[15807] CRITICAL __main__:   Exiting.
Nov  5 18:30:24 wetterpi weewx[29729] INFO weewx.manager: Added record 
2022-11-05 18:30:00 CET (1667669400) to database 'weewx.sdb'
Nov  5 18:30:24 wetterpi weewx[29729] INFO weewx.manager: Added record 
2022-11-05 18:30:00 CET (1667669400) to daily summary in 'weewx.sdb'


On Saturday, November 5, 2022 at 10:48:02 AM UTC-7 kawa...@gmail.com wrote:

> Hi I have now inserted both files below.
> Now you can also see what is done after the restart of weewx.
>
> I hope you say something to me it doesn't tell anything.
>
> I would like to thank you once again for your help.
> Greetings Günther
>
>
> Das ist für jenige wie mich die in Englisch eine vier hatten.
>
> Hallo ich habe nun beide Dateien unten eingefügt.
> Nun sieht man auch was getan wird nach dem Neustart von weewx.
>
> Ich hoffe euch sagt das etwas mir sagt es nichts.
>
> Ich bedanke mich schon jetzt wieder einmal für die Hilfe.
>
> Grüße Günther
> vince schrieb am Freitag, 4. November 2022 um 21:15:41 UTC+1:
>
>> You can also use the -n switch to go back in the file longer.
>>
>> For example to go back 500 lines:
>> sudo tail -n 500 -f /var/log/syslog
>>
>> On Friday, November 4, 2022 at 12:46:56 PM UTC-7 Tom Keffer wrote:
>>
>>> You're starting up weewxd, then doing tail -f /var/log/syslog. By the 
>>> time you do the "tail", you've missed the critical information about how 
>>> weewxd is starting up.
>>>
>>> Please follow the directions in *Posting to weewx-user 

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

2022-11-04 Thread vince
You can also use the -n switch to go back in the file longer.

For example to go back 500 lines:
sudo tail -n 500 -f /var/log/syslog

On Friday, November 4, 2022 at 12:46:56 PM UTC-7 Tom Keffer wrote:

> You're starting up weewxd, then doing tail -f /var/log/syslog. By the time 
> you do the "tail", you've missed the critical information about how weewxd 
> is starting up.
>
> Please follow the directions in *Posting to weewx-user 
> *. That 
> way, we can see the startup sequence.
>
> On Fri, Nov 4, 2022 at 11:30 AM Günther Wrana  wrote:
>
>> I don't think anything has changed with the killall command.
>>
>> pi@wetterpi:/$ sudo killall weewxd
>> weewxd: Kein Prozess gefunden
>> pi@wetterpi:/$ sudo killall weewxd
>> weewxd: Kein Prozess gefunden
>> pi@wetterpi:/$ sudo /etc/init.d/weewx start
>> [ ok ] Starting weewx (via systemctl): weewx.service.
>> pi@wetterpi:/$ sudo tail -f /var/log/syslog
>> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
>> File "/usr/share/weewx/weewx/imagegenerator.py", line 109, in 
>> gen_images
>> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
>>   self.image_dict[timespan][plotname])
>> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
>> File "/usr/share/weewx/weewx/imagegenerator.py", line 249, in 
>> gen_plot
>> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
>>   **option_dict)
>> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
>> File "/usr/share/weewx/weewx/xtypes.py", line 116, in get_series
>> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
>>   raise weewx.UnknownType(msg)
>> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
>>   weewx.UnknownType: 'wind' or 'vecdir'
>> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
>>   Generator terminated
>> Nov  4 19:20:25 wetterpi weewx[29729] INFO weewx.reportengine: Copied 0 
>> files to /var/www/html/weewx
>> Nov  4 19:20:31 wetterpi weewx[29729] ERROR weewx.restx: AWEKAS: Failed 
>> to publish record 2022-11-04 19:20:00 CET (1667586000): Failed upload after 
>> 3 tries
>> Nov  4 19:25:22 wetterpi weewx[29729] INFO weewx.manager: Added record 
>> 2022-11-04 19:25:00 CET (1667586300) to database 'weewx.sdb'
>> Nov  4 19:25:22 wetterpi weewx[29729] INFO weewx.manager: Added record 
>> 2022-11-04 19:25:00 CET (1667586300) to daily summary in 'weewx.sdb'
>> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator: 
>> Evaluation of template /etc/weewx/skins/Seasons/index.html.tmpl failed with 
>> exception ''
>> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:  
>> Ignoring template /etc/weewx/skins/Seasons/index.html.tmpl
>> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:  
>> Reason: 'ObservationBinder' object is not callable
>> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:  
>>  Traceback (most recent call last):
>> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:  
>>File "/usr/share/weewx/weewx/cheetahgenerator.py", line 348, in generate
>> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:  
>>  unicode_string = compiled_template.respond()
>> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:  
>>File 
>> "cheetah__etc_weewx_skins_Seasons_index_html_tmpl_1667331923_6578603_46130.py",
>>  
>> line 271, in respond
>> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:  
>>  TypeError: 'ObservationBinder' object is not callable
>> Nov  4 19:25:26 wetterpi weewx[29729] INFO weewx.restx: Wunderground-PWS: 
>> Published record 2022-11-04 19:25:00 CET (1667586300)
>> Nov  4 19:25:27 wetterpi weewx[29729] INFO weewx.cheetahgenerator: 
>> Generated 7 files for report SeasonsReport in 3.05 seconds
>> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: Caught 
>> unrecoverable exception in generator 'weewx.imagegenerator.ImageGenerator'
>> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
>>   'wind' or 'vecdir'
>> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
>>   Traceback (most recent call last):
>> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
>> File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
>> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
>>   obj.start()
>> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
>> File "/usr/share/weewx/weewx/reportengine.py", line 378, in start
>> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
>>   self.gen_ts = gen_ts
>> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 

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

2022-11-04 Thread Tom Keffer
You're starting up weewxd, then doing tail -f /var/log/syslog. By the time
you do the "tail", you've missed the critical information about how weewxd
is starting up.

Please follow the directions in *Posting to weewx-user
*. That
way, we can see the startup sequence.

On Fri, Nov 4, 2022 at 11:30 AM Günther Wrana  wrote:

> I don't think anything has changed with the killall command.
>
> pi@wetterpi:/$ sudo killall weewxd
> weewxd: Kein Prozess gefunden
> pi@wetterpi:/$ sudo killall weewxd
> weewxd: Kein Prozess gefunden
> pi@wetterpi:/$ sudo /etc/init.d/weewx start
> [ ok ] Starting weewx (via systemctl): weewx.service.
> pi@wetterpi:/$ sudo tail -f /var/log/syslog
> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine:
> File "/usr/share/weewx/weewx/imagegenerator.py", line 109, in
> gen_images
> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine:
>   self.image_dict[timespan][plotname])
> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine:
> File "/usr/share/weewx/weewx/imagegenerator.py", line 249, in
> gen_plot
> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine:
>   **option_dict)
> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine:
> File "/usr/share/weewx/weewx/xtypes.py", line 116, in get_series
> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine:
>   raise weewx.UnknownType(msg)
> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine:
>   weewx.UnknownType: 'wind' or 'vecdir'
> Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine:
>   Generator terminated
> Nov  4 19:20:25 wetterpi weewx[29729] INFO weewx.reportengine: Copied 0
> files to /var/www/html/weewx
> Nov  4 19:20:31 wetterpi weewx[29729] ERROR weewx.restx: AWEKAS: Failed to
> publish record 2022-11-04 19:20:00 CET (1667586000): Failed upload after 3
> tries
> Nov  4 19:25:22 wetterpi weewx[29729] INFO weewx.manager: Added record
> 2022-11-04 19:25:00 CET (1667586300) to database 'weewx.sdb'
> Nov  4 19:25:22 wetterpi weewx[29729] INFO weewx.manager: Added record
> 2022-11-04 19:25:00 CET (1667586300) to daily summary in 'weewx.sdb'
> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:
> Evaluation of template /etc/weewx/skins/Seasons/index.html.tmpl failed with
> exception ''
> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator: 
> Ignoring template /etc/weewx/skins/Seasons/index.html.tmpl
> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator: 
> Reason: 'ObservationBinder' object is not callable
> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator: 
>  Traceback (most recent call last):
> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator: 
>  File "/usr/share/weewx/weewx/cheetahgenerator.py", line 348, in generate
> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator: 
>unicode_string = compiled_template.respond()
> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator: 
>  File
> "cheetah__etc_weewx_skins_Seasons_index_html_tmpl_1667331923_6578603_46130.py",
> line 271, in respond
> Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator: 
>  TypeError: 'ObservationBinder' object is not callable
> Nov  4 19:25:26 wetterpi weewx[29729] INFO weewx.restx: Wunderground-PWS:
> Published record 2022-11-04 19:25:00 CET (1667586300)
> Nov  4 19:25:27 wetterpi weewx[29729] INFO weewx.cheetahgenerator:
> Generated 7 files for report SeasonsReport in 3.05 seconds
> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: Caught
> unrecoverable exception in generator 'weewx.imagegenerator.ImageGenerator'
> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine:
>   'wind' or 'vecdir'
> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine:
>   Traceback (most recent call last):
> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine:
> File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine:
>   obj.start()
> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine:
> File "/usr/share/weewx/weewx/reportengine.py", line 378, in start
> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine:
>   self.gen_ts = gen_ts
> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine:
> File "/usr/share/weewx/weewx/imagegenerator.py", line 42, in run
> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine:
>   self.gen_images(self.gen_ts)
> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine:
> File "/usr/share/weewx/weewx/imagegenerator.py", line 109, in
> gen_images
> Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine:
>   self.image_dict[timespan][plotname])
> Nov  4 

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

2022-11-04 Thread Günther Wrana
I don't think anything has changed with the killall command.

pi@wetterpi:/$ sudo killall weewxd
weewxd: Kein Prozess gefunden
pi@wetterpi:/$ sudo killall weewxd
weewxd: Kein Prozess gefunden
pi@wetterpi:/$ sudo /etc/init.d/weewx start
[ ok ] Starting weewx (via systemctl): weewx.service.
pi@wetterpi:/$ sudo tail -f /var/log/syslog
Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/imagegenerator.py", line 109, in 
gen_images
Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
  self.image_dict[timespan][plotname])
Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/imagegenerator.py", line 249, in 
gen_plot
Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
  **option_dict)
Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/xtypes.py", line 116, in get_series
Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
  raise weewx.UnknownType(msg)
Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
  weewx.UnknownType: 'wind' or 'vecdir'
Nov  4 19:20:25 wetterpi weewx[29729] ERROR weewx.reportengine: 
  Generator terminated
Nov  4 19:20:25 wetterpi weewx[29729] INFO weewx.reportengine: Copied 0 
files to /var/www/html/weewx
Nov  4 19:20:31 wetterpi weewx[29729] ERROR weewx.restx: AWEKAS: Failed to 
publish record 2022-11-04 19:20:00 CET (1667586000): Failed upload after 3 
tries
Nov  4 19:25:22 wetterpi weewx[29729] INFO weewx.manager: Added record 
2022-11-04 19:25:00 CET (1667586300) to database 'weewx.sdb'
Nov  4 19:25:22 wetterpi weewx[29729] INFO weewx.manager: Added record 
2022-11-04 19:25:00 CET (1667586300) to daily summary in 'weewx.sdb'
Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator: 
Evaluation of template /etc/weewx/skins/Seasons/index.html.tmpl failed with 
exception ''
Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:  
Ignoring template /etc/weewx/skins/Seasons/index.html.tmpl
Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:  
Reason: 'ObservationBinder' object is not callable
Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:  
 Traceback (most recent call last):
Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:    
 File "/usr/share/weewx/weewx/cheetahgenerator.py", line 348, in generate
Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:    
   unicode_string = compiled_template.respond()
Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:    
 File 
"cheetah__etc_weewx_skins_Seasons_index_html_tmpl_1667331923_6578603_46130.py", 
line 271, in respond
Nov  4 19:25:25 wetterpi weewx[29729] ERROR weewx.cheetahgenerator:  
 TypeError: 'ObservationBinder' object is not callable
Nov  4 19:25:26 wetterpi weewx[29729] INFO weewx.restx: Wunderground-PWS: 
Published record 2022-11-04 19:25:00 CET (1667586300)
Nov  4 19:25:27 wetterpi weewx[29729] INFO weewx.cheetahgenerator: 
Generated 7 files for report SeasonsReport in 3.05 seconds
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: Caught 
unrecoverable exception in generator 'weewx.imagegenerator.ImageGenerator'
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
  'wind' or 'vecdir'
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
  Traceback (most recent call last):
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/reportengine.py", line 197, in run
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
  obj.start()
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/reportengine.py", line 378, in start
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
  self.gen_ts = gen_ts
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/imagegenerator.py", line 42, in run
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
  self.gen_images(self.gen_ts)
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/imagegenerator.py", line 109, in 
gen_images
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
  self.image_dict[timespan][plotname])
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/imagegenerator.py", line 249, in 
gen_plot
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
  **option_dict)
Nov  4 19:25:29 wetterpi weewx[29729] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/xtypes.py", 

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

2022-11-03 Thread Tom Keffer
We are still not seeing any debug messages, so I suspect that you may still
have more than one instance of weewxd running. Kill them all with:

sudo killall weewxd

Then try starting weewxd again. Post  the log.

On Thu, Nov 3, 2022 at 10:13 AM Günther Wrana  wrote:

> Hello i have now activate debug=1 in weewx.conf and in the weewx.conf.dist
> But I have no idea what should be different now.
> So what should I do to uninstall the whole program?
>
> pi@wetterpi:/etc/weewx$ sudo nano weewx.conf
> pi@wetterpi:/etc/weewx$ sudo nano weewx.conf.dist
> pi@wetterpi:/etc/weewx$ sudo /etc/init.d/weewx stop
> [ ok ] Stopping weewx (via systemctl): weewx.service.
> pi@wetterpi:/etc/weewx$ sudo tail -f /var/log/syslog
> Nov  3 18:00:35 wetterpi weewx[29729] ERROR weewx.reportengine:
> File "/usr/share/weewx/weewx/xtypes.py", line 116, in get_series
> Nov  3 18:00:35 wetterpi weewx[29729] ERROR weewx.reportengine:
>   raise weewx.UnknownType(msg)
> Nov  3 18:00:35 wetterpi weewx[29729] ERROR weewx.reportengine:
>   weewx.UnknownType: 'wind' or 'vecdir'
> Nov  3 18:00:35 wetterpi weewx[29729] ERROR weewx.reportengine:
>   Generator terminated
> Nov  3 18:00:35 wetterpi weewx[29729] INFO weewx.reportengine: Copied 0
> files to /var/www/html/weewx
> Nov  3 18:00:41 wetterpi systemd[1]: Stopping LSB: weewx weather system...
> Nov  3 18:00:41 wetterpi weewx[6620]: Stopping weewx weather system: weewx
> not running
> Nov  3 18:00:41 wetterpi systemd[1]: weewx.service: Succeeded.
> Nov  3 18:00:41 wetterpi systemd[1]: Stopped LSB: weewx weather system.
> Nov  3 18:00:54 wetterpi weewx[29729] ERROR weewx.restx: AWEKAS: Failed to
> publish record 2022-11-03 18:00:00 CET (1667494800): Failed upload after 3
> tries
> ^C
> pi@wetterpi:/etc/weewx$ sudo /etc/init.d/weewx start
> [ ok ] Starting weewx (via systemctl): weewx.service.
> pi@wetterpi:/etc/weewx$ sudo tail -f /var/log/syslog
> Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine: 
>  self.console = loader_function(config_dict, self)
> Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine: 
>  File "/usr/share/weewx/user/wh23xx.py", line 266, in loader
> Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine: 
>  return WH23xxDriver(**config_dict[DRIVER_NAME])
> Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine: 
>  File "/usr/share/weewx/user/wh23xx.py", line 411, in __init__
> Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine: 
>  self._station.open()
> Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine: 
>  File "/usr/share/weewx/user/wh23xx.py", line 596, in open
> Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine: 
>  raise weewx.WeeWxIOError(e)
> Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine: 
>  weewx.WeeWxIOError: [Errno 16] Resource busy
> Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL __main__: Unable to load
> driver: [Errno 16] Resource busy
> Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL __main__: 
>  Exiting...
> Nov  3 18:01:29 wetterpi /weewxd: wh23xx: get_current: failed attempt 1 of
> 5: [Errno 5] Input/Output Error
> Nov  3 18:01:29 wetterpi kernel: [19184295.464327] usb 1-1.5: usbfs:
> process 29729 (python3) did not claim interface 0 before use
> Nov  3 18:01:39 wetterpi /weewxd: wh23xx: get_current: failed attempt 2 of
> 5: [Errno 5] Input/Output Error
> Nov  3 18:01:39 wetterpi kernel: [19184305.473969] usb 1-1.5: usbfs:
> process 29729 (python3) did not claim interface 0 before use
> Nov  3 18:01:49 wetterpi /weewxd: wh23xx: get_current: failed attempt 3 of
> 5: [Errno 5] Input/Output Error
> Nov  3 18:01:49 wetterpi kernel: [19184315.485083] usb 1-1.5: usbfs:
> process 29729 (python3) did not claim interface 0 before use
> Nov  3 18:01:59 wetterpi /weewxd: wh23xx: get_current: failed attempt 4 of
> 5: [Errno 5] Input/Output Error
> Nov  3 18:01:59 wetterpi kernel: [19184325.496175] usb 1-1.5: usbfs:
> process 29729 (python3) did not claim interface 0 before use
> Nov  3 18:02:09 wetterpi /weewxd: wh23xx: get_current: failed attempt 5 of
> 5: [Errno 5] Input/Output Error
> Nov  3 18:02:09 wetterpi kernel: [19184335.507264] usb 1-1.5: usbfs:
> process 29729 (python3) did not claim interface 0 before use
> Nov  3 18:02:19 wetterpi /weewxd: wh23xx: read failed: max retries (5)
> exceeded
> Nov  3 18:02:19 wetterpi weewx[29729] INFO weewx.engine: Main loop
> exiting. Shutting engine down.
> Nov  3 18:02:19 wetterpi weewx[29729] INFO weewx.engine: Shutting down
> StdReport thread
> Nov  3 18:02:19 wetterpi /weewxd: wh23xx: release interface failed: [Errno
> None] Other error
> Nov  3 18:02:19 wetterpi weewx[29729] CRITICAL __main__: Caught
> WeeWxIOError: read failed: max retries (5) exceeded
> Nov  3 18:02:19 wetterpi weewx[29729] CRITICAL __main__:   Waiting
> 60 seconds then retrying...
> Nov  3 18:03:20 wetterpi weewx[29729] INFO __main__: retrying...
> Nov  3 18:03:20 wetterpi 

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

2022-11-03 Thread Günther Wrana
Hello i have now activate debug=1 in weewx.conf and in the weewx.conf.dist
But I have no idea what should be different now.
So what should I do to uninstall the whole program?

pi@wetterpi:/etc/weewx$ sudo nano weewx.conf
pi@wetterpi:/etc/weewx$ sudo nano weewx.conf.dist
pi@wetterpi:/etc/weewx$ sudo /etc/init.d/weewx stop
[ ok ] Stopping weewx (via systemctl): weewx.service.
pi@wetterpi:/etc/weewx$ sudo tail -f /var/log/syslog
Nov  3 18:00:35 wetterpi weewx[29729] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/xtypes.py", line 116, in get_series
Nov  3 18:00:35 wetterpi weewx[29729] ERROR weewx.reportengine: 
  raise weewx.UnknownType(msg)
Nov  3 18:00:35 wetterpi weewx[29729] ERROR weewx.reportengine: 
  weewx.UnknownType: 'wind' or 'vecdir'
Nov  3 18:00:35 wetterpi weewx[29729] ERROR weewx.reportengine: 
  Generator terminated
Nov  3 18:00:35 wetterpi weewx[29729] INFO weewx.reportengine: Copied 0 
files to /var/www/html/weewx
Nov  3 18:00:41 wetterpi systemd[1]: Stopping LSB: weewx weather system...
Nov  3 18:00:41 wetterpi weewx[6620]: Stopping weewx weather system: weewx 
not running
Nov  3 18:00:41 wetterpi systemd[1]: weewx.service: Succeeded.
Nov  3 18:00:41 wetterpi systemd[1]: Stopped LSB: weewx weather system.
Nov  3 18:00:54 wetterpi weewx[29729] ERROR weewx.restx: AWEKAS: Failed to 
publish record 2022-11-03 18:00:00 CET (1667494800): Failed upload after 3 
tries
^C
pi@wetterpi:/etc/weewx$ sudo /etc/init.d/weewx start
[ ok ] Starting weewx (via systemctl): weewx.service.
pi@wetterpi:/etc/weewx$ sudo tail -f /var/log/syslog
Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine:  
 self.console = loader_function(config_dict, self)
Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine:    
 File "/usr/share/weewx/user/wh23xx.py", line 266, in loader
Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine:  
 return WH23xxDriver(**config_dict[DRIVER_NAME])
Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine:    
 File "/usr/share/weewx/user/wh23xx.py", line 411, in __init__
Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine:  
 self._station.open()
Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine:    
 File "/usr/share/weewx/user/wh23xx.py", line 596, in open
Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine:  
 raise weewx.WeeWxIOError(e)
Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL weewx.engine:  
 weewx.WeeWxIOError: [Errno 16] Resource busy
Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL __main__: Unable to load 
driver: [Errno 16] Resource busy
Nov  3 18:01:18 wetterpi weewx[6675] CRITICAL __main__:   Exiting...
Nov  3 18:01:29 wetterpi /weewxd: wh23xx: get_current: failed attempt 1 of 
5: [Errno 5] Input/Output Error
Nov  3 18:01:29 wetterpi kernel: [19184295.464327] usb 1-1.5: usbfs: 
process 29729 (python3) did not claim interface 0 before use
Nov  3 18:01:39 wetterpi /weewxd: wh23xx: get_current: failed attempt 2 of 
5: [Errno 5] Input/Output Error
Nov  3 18:01:39 wetterpi kernel: [19184305.473969] usb 1-1.5: usbfs: 
process 29729 (python3) did not claim interface 0 before use
Nov  3 18:01:49 wetterpi /weewxd: wh23xx: get_current: failed attempt 3 of 
5: [Errno 5] Input/Output Error
Nov  3 18:01:49 wetterpi kernel: [19184315.485083] usb 1-1.5: usbfs: 
process 29729 (python3) did not claim interface 0 before use
Nov  3 18:01:59 wetterpi /weewxd: wh23xx: get_current: failed attempt 4 of 
5: [Errno 5] Input/Output Error
Nov  3 18:01:59 wetterpi kernel: [19184325.496175] usb 1-1.5: usbfs: 
process 29729 (python3) did not claim interface 0 before use
Nov  3 18:02:09 wetterpi /weewxd: wh23xx: get_current: failed attempt 5 of 
5: [Errno 5] Input/Output Error
Nov  3 18:02:09 wetterpi kernel: [19184335.507264] usb 1-1.5: usbfs: 
process 29729 (python3) did not claim interface 0 before use
Nov  3 18:02:19 wetterpi /weewxd: wh23xx: read failed: max retries (5) 
exceeded
Nov  3 18:02:19 wetterpi weewx[29729] INFO weewx.engine: Main loop exiting. 
Shutting engine down.
Nov  3 18:02:19 wetterpi weewx[29729] INFO weewx.engine: Shutting down 
StdReport thread
Nov  3 18:02:19 wetterpi /weewxd: wh23xx: release interface failed: [Errno 
None] Other error
Nov  3 18:02:19 wetterpi weewx[29729] CRITICAL __main__: Caught 
WeeWxIOError: read failed: max retries (5) exceeded
Nov  3 18:02:19 wetterpi weewx[29729] CRITICAL __main__:   Waiting 
60 seconds then retrying...
Nov  3 18:03:20 wetterpi weewx[29729] INFO __main__: retrying...
Nov  3 18:03:20 wetterpi weewx[29729] INFO weewx.engine: Loading station 
type WH23xx (user.wh23xx)
Nov  3 18:03:20 wetterpi /weewxd: wh23xx: driver version is 0.14
Nov  3 18:03:20 wetterpi /weewxd: wh23xx: usb info: pyusb_version=1.0.2
Nov  3 18:03:20 wetterpi /weewxd: wh23xx: poll interval is 15
Nov  3 18:03:20 wetterpi /weewxd: wh23xx: Found device on USB bus= device=
Nov  

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

2022-11-02 Thread Tom Keffer
It appears you have two problems.

1. I cannot be sure (because you did not use debug=1), but it looks like
you have two instances of weewxd running.

2. The exception

weewx.UnknownType: 'wind' or 'vecdir'


can happen if you run the new V4.9.1 Seasons skin using WeeWX V4.7, which
appears to be what you're doing. See the log entry

Nov  2 21:58:04 wetterpi weewx[29729] INFO __main__: Starting up weewx
version 4.7.0


In turn, this may be caused by problem #1.

-tk

On Wed, Nov 2, 2022 at 2:29 PM Günther Wrana  wrote:

> Hi there,
>
> Why doesn't my driver work in version 4.9.1-1? I have listed the syslog
> can you help me?
> Thank you
>
> Nov  2 21:55:50 wetterpi systemd[1]: weewx.service: Succeeded.
> Nov  2 21:55:50 wetterpi systemd[1]: Stopped LSB: weewx weather system.
> Nov  2 21:55:58 wetterpi systemd[1]: weewx.service: Found left-over
> process 29729 (python3) in control group while starting unit. Ignoring.
> Nov  2 21:55:58 wetterpi systemd[1]: This usually indicates unclean
> termination of a previous run, or service implementation deficiencies.
> Nov  2 21:55:58 wetterpi systemd[1]: Starting LSB: weewx weather system...
> Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Initializing weewx
> version 4.9.1
> Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Using Python 3.7.3
> (default, Jan 22 2021, 20:04:44) #012[GCC 8.3.0]
> Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Located at
> /usr/bin/python3
> Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Platform
> Linux-5.10.103-v7+-armv7l-with-debian-10.11
> Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Locale is 'de_AT.UTF-8'
> Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Using configuration
> file /etc/weewx/weewx.conf
> Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Debug is 0
> Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: PID file is
> /var/run/weewx.pid
> Nov  2 21:55:58 wetterpi weewx[3009] INFO weewx.engine: Loading station
> type WH23xx (user.wh23xx)
> Nov  2 21:55:58 wetterpi /weewxd: wh23xx: driver version is 0.14
> Nov  2 21:55:58 wetterpi /weewxd: wh23xx: usb info: pyusb_version=1.0.2
> Nov  2 21:55:58 wetterpi /weewxd: wh23xx: poll interval is 15
> Nov  2 21:55:59 wetterpi weewx[2995]: Starting weewx weather system: weewx.
> Nov  2 21:55:59 wetterpi systemd[1]: Started LSB: weewx weather system.
> Nov  2 21:55:59 wetterpi /weewxd: wh23xx: Found device on USB bus= device=
> Nov  2 21:55:59 wetterpi kernel: [19111964.592922] usb 1-1.5: reset
> full-speed USB device number 12 using dwc_otg
> Nov  2 21:55:59 wetterpi kernel: [19111964.728144] hid-generic
> 0003:10C4:8468.0028: hiddev96,hidraw0: USB HID v1.01 Device [SLAB HIDtoSPI
> Slave] on usb-3f98.usb-1.5/input0
> Nov  2 21:55:59 wetterpi /weewxd: wh23xx: Unable to claim USB interface 0:
> [Errno 16] Resource busy
> Nov  2 21:55:59 wetterpi weewx[3009] ERROR weewx.engine: Import of driver
> failed: [Errno 16] Resource busy ()
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  Traceback (most recent call last):
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  File "/usr/share/weewx/user/wh23xx.py", line 591, in open
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  self.devh.claimInterface(self.iface)
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  File "/usr/lib/python3/dist-packages/usb/legacy.py", line 230, in
> claimInterface
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  util.claim_interface(self.dev, interface)
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  File "/usr/lib/python3/dist-packages/usb/util.py", line 205, in
> claim_interface
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  device._ctx.managed_claim_interface(device, interface)
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  File "/usr/lib/python3/dist-packages/usb/core.py", line 102, in wrapper
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  return f(self, *args, **kwargs)
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  File "/usr/lib/python3/dist-packages/usb/core.py", line 167, in
> managed_claim_interface
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  self.backend.claim_interface(self.handle, i)
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  File "/usr/lib/python3/dist-packages/usb/backend/libusb1.py", line 811, in
> claim_interface
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  _check(self.lib.libusb_claim_interface(dev_handle.handle, intf))
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  File "/usr/lib/python3/dist-packages/usb/backend/libusb1.py", line 595, in
> _check
> Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine: 
>  raise USBError(_strerror(ret), ret, _libusb_errno[ret])
> Nov  2 21:55:59 

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

2022-11-02 Thread Günther Wrana
Hi there, 

Why doesn't my driver work in version 4.9.1-1? I have listed the syslog can 
you help me?
Thank you

Nov  2 21:55:50 wetterpi systemd[1]: weewx.service: Succeeded.
Nov  2 21:55:50 wetterpi systemd[1]: Stopped LSB: weewx weather system.
Nov  2 21:55:58 wetterpi systemd[1]: weewx.service: Found left-over process 
29729 (python3) in control group while starting unit. Ignoring.
Nov  2 21:55:58 wetterpi systemd[1]: This usually indicates unclean 
termination of a previous run, or service implementation deficiencies.
Nov  2 21:55:58 wetterpi systemd[1]: Starting LSB: weewx weather system...
Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Initializing weewx 
version 4.9.1
Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Using Python 3.7.3 
(default, Jan 22 2021, 20:04:44) #012[GCC 8.3.0]
Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Located at 
/usr/bin/python3
Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Platform 
Linux-5.10.103-v7+-armv7l-with-debian-10.11
Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Locale is 'de_AT.UTF-8'
Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Using configuration 
file /etc/weewx/weewx.conf
Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: Debug is 0
Nov  2 21:55:58 wetterpi weewx[3005] INFO __main__: PID file is 
/var/run/weewx.pid
Nov  2 21:55:58 wetterpi weewx[3009] INFO weewx.engine: Loading station 
type WH23xx (user.wh23xx)
Nov  2 21:55:58 wetterpi /weewxd: wh23xx: driver version is 0.14
Nov  2 21:55:58 wetterpi /weewxd: wh23xx: usb info: pyusb_version=1.0.2
Nov  2 21:55:58 wetterpi /weewxd: wh23xx: poll interval is 15
Nov  2 21:55:59 wetterpi weewx[2995]: Starting weewx weather system: weewx.
Nov  2 21:55:59 wetterpi systemd[1]: Started LSB: weewx weather system.
Nov  2 21:55:59 wetterpi /weewxd: wh23xx: Found device on USB bus= device=
Nov  2 21:55:59 wetterpi kernel: [19111964.592922] usb 1-1.5: reset 
full-speed USB device number 12 using dwc_otg
Nov  2 21:55:59 wetterpi kernel: [19111964.728144] hid-generic 
0003:10C4:8468.0028: hiddev96,hidraw0: USB HID v1.01 Device [SLAB HIDtoSPI 
Slave] on usb-3f98.usb-1.5/input0
Nov  2 21:55:59 wetterpi /weewxd: wh23xx: Unable to claim USB interface 0: 
[Errno 16] Resource busy
Nov  2 21:55:59 wetterpi weewx[3009] ERROR weewx.engine: Import of driver 
failed: [Errno 16] Resource busy ()
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:  
 Traceback (most recent call last):
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:    
 File "/usr/share/weewx/user/wh23xx.py", line 591, in open
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:  
 self.devh.claimInterface(self.iface)
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:    
 File "/usr/lib/python3/dist-packages/usb/legacy.py", line 230, in 
claimInterface
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:  
 util.claim_interface(self.dev, interface)
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:    
 File "/usr/lib/python3/dist-packages/usb/util.py", line 205, in 
claim_interface
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:  
 device._ctx.managed_claim_interface(device, interface)
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:    
 File "/usr/lib/python3/dist-packages/usb/core.py", line 102, in wrapper
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:  
 return f(self, *args, **kwargs)
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:    
 File "/usr/lib/python3/dist-packages/usb/core.py", line 167, in 
managed_claim_interface
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:  
 self.backend.claim_interface(self.handle, i)
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:    
 File "/usr/lib/python3/dist-packages/usb/backend/libusb1.py", line 811, in 
claim_interface
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:  
 _check(self.lib.libusb_claim_interface(dev_handle.handle, intf))
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:    
 File "/usr/lib/python3/dist-packages/usb/backend/libusb1.py", line 595, in 
_check
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:  
 raise USBError(_strerror(ret), ret, _libusb_errno[ret])
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:  
 usb.core.USBError: [Errno 16] Resource busy
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:   
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:  
 During handling of the above exception, another exception occurred:
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:   
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:  
 Traceback (most recent call last):
Nov  2 21:55:59 wetterpi weewx[3009] CRITICAL weewx.engine:    
 File "/usr/share/weewx/weewx/engine.py", line 

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

2022-03-27 Thread Günther Wrana
Hi there, now weewx 4.7.0 also works with my Renkforce Wh2315 on my 
Raspberry. Thank you very much

Hallo,

nun funktioniert auch weewx 4.7.0 mit meiner Renkforce Wh2315 auf meinem 
Raspberry.

Danke sehr
lang@googlemail.com schrieb am Dienstag, 7. Dezember 2021 um 13:50:56 
UTC+1:

> If the installation is correctly done, just copying your weewx.sdb to the 
> new folder (/var/lib/weewx) will do.
> The corresponding entries have to be in weewx.conf in the [DatabaseTypes] 
> section:
> [DatabaseTypes]
>
> # Defaults for SQLite databases
> [[SQLite]]
> driver = weedb.sqlite
> # Directory in which the database files are located
> SQLITE_ROOT = /var/lib/weewx
>
> Wenn die Installation nach Debian/Raspi Stil erfolgreich war, kann man 
> getrost die weewx.sdb ins
> /var/lib/weewx Verzeichnis kopieren - muss eben in weewx.conf in der 
> [DatabaseTypes] Sektion
> als SQLITE_ROOT so definiert sein
>
> On 07.12.2021 12:11, Günther Wrana wrote:
>
> Or do I just have to update my Raspberry for weewx? 
> Thank you Günther
>
> Oder muss ich auf meinem Raspberry einfach nur ein Update für weewx 
> durchführen?
>
> Danke Günther
>
> Günther Wrana schrieb am Dienstag, 7. Dezember 2021 um 12:00:35 UTC+1:
>
>> Hello Edwin, since I have installed weewx on my Raspberry according to 
>> this system up to now WeeWX: Installation using setup.py but now I would do 
>> this installation WeeWX: Installation on Debian-based systems. Can I then 
>> simply copy my previous database to this path / var / lib / weewx / after 
>> installation or is that a problem? Thank you Günther 
>>
>>
>> Hallo Edwin, da ich bis jetzt weewx auf meinem Raspberry nach diesem 
>> System installiert habe WeeWX: Installation using setup.py ich nun aber 
>> diese Installation durchführen würde WeeWX: Installation on Debian-based 
>> systems.
>> Kann ich dann meine bisherige Datenbank einfach nach der Installation auf 
>> diesen Pfad /var/lib/weewx/ kopieren oder ist das ein Problem? 
>> Danke Günther 
>>
>> EdwinZ schrieb am Sonntag, 5. Dezember 2021 um 17:30:41 UTC+1:
>>
>>> Hi Guenther, indeed I'm running the latest WeeWX (4.5.1) with Python 3 
>>> (3.7) and my wh23xx replacement on my system. Note that I made some minor 
>>> documentation updates in my README file, as I had to re-install my 
>>> Raspberry Pi (corrupt SD card) which is connected to the weather station.
>>>
>>> On Wednesday, December 1, 2021 at 8:14:53 AM UTC+1 kawa...@gmail.com 
>>> wrote:
>>>
 Hi there, So you've updated weewx to version 4 and you're running the 
 program? Then I should try that with myself, too. Until now I didn't dare 
 to do it because I didn't know if the whole thing would still work. Well 
 then, thank you. Greetings Günther Here is my website where the whole 
 thing 
 is visible. www.guentherwrana.ddns.net/weewx


 Hallo,

 du hast also weewx auf die Version 4 upgedatet und das Programm läuft 
 bei dir? Dann sollte ich das ganz woll auch bei mir versuchen. Den bis 
 jetzt habe ich mir das nicht getraut weil ich nicht wusste ob dann das 
 ganze noch funktioiert.

 Na dann danke schön.
 Grüße Günther

 Hier meine Webseite wo das ganze sichtbar ist. 
 www.guentherwrana.ddns.net/weewx

 EdwinZ schrieb am Donnerstag, 4. November 2021 um 18:20:56 UTC+1:

> Not sure if this helps you, but I ported the Python 2 wh23xx module to 
> Python 3: https://github.com/EdwinGH/weewx-wh23xx 
> I'm using it on RPi Model 3 with Renkforce WH2315 weather station.
>
> Edwin
> On Thursday, May 6, 2021 at 9:55:51 AM UTC+2 kawa...@gmail.com wrote:
>
>> Hi Guys! 
>>  
>> I just wanted to ask if there are already drivers that work under 
>> Python3 for small groups of users of this weather station?
>> My weather station under Python 2 with weewx 3.9.2 works and 
>> everything is fine. I would only be interested in whether there is 
>> someone 
>> who tries to get this data from the weather station under weewx 4.5.1.
>> Or I have to come to terms with the fact that version 3.9.2 will 
>> remain. 
>>
>>  I thank you and wish you a nice day.
>> Günther
>>
>>
>> Hallo Leute!
>>
>> Ich wollte nur einmal nachfragen ob es schon Treiber die unter 
>> Python3 funktionieren für kleine Gruppe der User dieser Wetterstation 
>> gibt?
>> Meine Wetterstation unter Python 2 mit weewx  3.9.2 funktioniert und 
>> alles ist gut. 
>> Nur würde mich interessieren ob es jemanden gibt der es versucht 
>> diese Daten auch unter weewx 4.5.1 aus Wetterstation zu holen.
>> Oder ich mich damit abfinden muss das es bei der Version 3.9.2 
>> bleiben wird.
>>
>> Ich danke euch und wünsch euch noch einen schönen Tag.
>> Günther 
>>
>> Jever Hägen schrieb am Samstag, 6. Juni 2020 um 12:22:35 UTC+2:
>>
>>> Hello,
>>>
>>>  
>>>

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

2021-12-15 Thread Günther Wrana
Hello who I would like to update from version 3.9.2 to the current version 
4.5.1.
Should I uninstall the old version and do everything from scratch or does 
it work as described in the documentation? Thank you for your support and I 
wish you a nice day! Greetings Günther


Hallo wen ich nun ein Update von der Version 3.9.2 auf die aktuelle Version 
4.5.1 machen möchte.
Soll ich die alte Version deinstallieren und alles neu machen oder 
funktioniert das so wie in der Dokumentation beschrieben?
Ich bedanke mich für die unterstützung und wünsche noch einen schönen Tag!

Grüße Günther

lang@googlemail.com schrieb am Dienstag, 7. Dezember 2021 um 13:50:56 
UTC+1:

> If the installation is correctly done, just copying your weewx.sdb to the 
> new folder (/var/lib/weewx) will do.
> The corresponding entries have to be in weewx.conf in the [DatabaseTypes] 
> section:
> [DatabaseTypes]
>
> # Defaults for SQLite databases
> [[SQLite]]
> driver = weedb.sqlite
> # Directory in which the database files are located
> SQLITE_ROOT = /var/lib/weewx
>
> Wenn die Installation nach Debian/Raspi Stil erfolgreich war, kann man 
> getrost die weewx.sdb ins
> /var/lib/weewx Verzeichnis kopieren - muss eben in weewx.conf in der 
> [DatabaseTypes] Sektion
> als SQLITE_ROOT so definiert sein
>
> On 07.12.2021 12:11, Günther Wrana wrote:
>
> Or do I just have to update my Raspberry for weewx? 
> Thank you Günther
>
> Oder muss ich auf meinem Raspberry einfach nur ein Update für weewx 
> durchführen?
>
> Danke Günther
>
> Günther Wrana schrieb am Dienstag, 7. Dezember 2021 um 12:00:35 UTC+1:
>
>> Hello Edwin, since I have installed weewx on my Raspberry according to 
>> this system up to now WeeWX: Installation using setup.py but now I would do 
>> this installation WeeWX: Installation on Debian-based systems. Can I then 
>> simply copy my previous database to this path / var / lib / weewx / after 
>> installation or is that a problem? Thank you Günther 
>>
>>
>> Hallo Edwin, da ich bis jetzt weewx auf meinem Raspberry nach diesem 
>> System installiert habe WeeWX: Installation using setup.py ich nun aber 
>> diese Installation durchführen würde WeeWX: Installation on Debian-based 
>> systems.
>> Kann ich dann meine bisherige Datenbank einfach nach der Installation auf 
>> diesen Pfad /var/lib/weewx/ kopieren oder ist das ein Problem? 
>> Danke Günther 
>>
>> EdwinZ schrieb am Sonntag, 5. Dezember 2021 um 17:30:41 UTC+1:
>>
>>> Hi Guenther, indeed I'm running the latest WeeWX (4.5.1) with Python 3 
>>> (3.7) and my wh23xx replacement on my system. Note that I made some minor 
>>> documentation updates in my README file, as I had to re-install my 
>>> Raspberry Pi (corrupt SD card) which is connected to the weather station.
>>>
>>> On Wednesday, December 1, 2021 at 8:14:53 AM UTC+1 kawa...@gmail.com 
>>> wrote:
>>>
 Hi there, So you've updated weewx to version 4 and you're running the 
 program? Then I should try that with myself, too. Until now I didn't dare 
 to do it because I didn't know if the whole thing would still work. Well 
 then, thank you. Greetings Günther Here is my website where the whole 
 thing 
 is visible. www.guentherwrana.ddns.net/weewx


 Hallo,

 du hast also weewx auf die Version 4 upgedatet und das Programm läuft 
 bei dir? Dann sollte ich das ganz woll auch bei mir versuchen. Den bis 
 jetzt habe ich mir das nicht getraut weil ich nicht wusste ob dann das 
 ganze noch funktioiert.

 Na dann danke schön.
 Grüße Günther

 Hier meine Webseite wo das ganze sichtbar ist. 
 www.guentherwrana.ddns.net/weewx

 EdwinZ schrieb am Donnerstag, 4. November 2021 um 18:20:56 UTC+1:

> Not sure if this helps you, but I ported the Python 2 wh23xx module to 
> Python 3: https://github.com/EdwinGH/weewx-wh23xx 
> I'm using it on RPi Model 3 with Renkforce WH2315 weather station.
>
> Edwin
> On Thursday, May 6, 2021 at 9:55:51 AM UTC+2 kawa...@gmail.com wrote:
>
>> Hi Guys! 
>>  
>> I just wanted to ask if there are already drivers that work under 
>> Python3 for small groups of users of this weather station?
>> My weather station under Python 2 with weewx 3.9.2 works and 
>> everything is fine. I would only be interested in whether there is 
>> someone 
>> who tries to get this data from the weather station under weewx 4.5.1.
>> Or I have to come to terms with the fact that version 3.9.2 will 
>> remain. 
>>
>>  I thank you and wish you a nice day.
>> Günther
>>
>>
>> Hallo Leute!
>>
>> Ich wollte nur einmal nachfragen ob es schon Treiber die unter 
>> Python3 funktionieren für kleine Gruppe der User dieser Wetterstation 
>> gibt?
>> Meine Wetterstation unter Python 2 mit weewx  3.9.2 funktioniert und 
>> alles ist gut. 
>> Nur würde mich interessieren ob es jemanden gibt der es 

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

2021-12-15 Thread Günther Wrana
Hello who I would like to update from version 3.9.2 to the current version 
4.5.1. 
Should I uninstall the old version and do everything from scratch or does 
it work as described in the documentation? Thank you for your support and I 
wish you a nice day! Greetings Günther


Hallo wen ich nun ein Update von der Version 3.9.2 auf die aktuelle Version 
4.5.1 machen möchte!
Soll ich die alte Version deinstallieren und alles neu machen oder 
funktioniert das so wie in der Dokumentation beschrieben?
Ich bedanke mich für die Unterstützung und wünsche noch einen schönen Tag!

Grüße Günther

lang@googlemail.com schrieb am Dienstag, 7. Dezember 2021 um 13:50:56 
UTC+1:

> If the installation is correctly done, just copying your weewx.sdb to the 
> new folder (/var/lib/weewx) will do.
> The corresponding entries have to be in weewx.conf in the [DatabaseTypes] 
> section:
> [DatabaseTypes]
>
> # Defaults for SQLite databases
> [[SQLite]]
> driver = weedb.sqlite
> # Directory in which the database files are located
> SQLITE_ROOT = /var/lib/weewx
>
> Wenn die Installation nach Debian/Raspi Stil erfolgreich war, kann man 
> getrost die weewx.sdb ins
> /var/lib/weewx Verzeichnis kopieren - muss eben in weewx.conf in der 
> [DatabaseTypes] Sektion
> als SQLITE_ROOT so definiert sein
>
> On 07.12.2021 12:11, Günther Wrana wrote:
>
> Or do I just have to update my Raspberry for weewx? 
> Thank you Günther
>
> Oder muss ich auf meinem Raspberry einfach nur ein Update für weewx 
> durchführen?
>
> Danke Günther
>
> Günther Wrana schrieb am Dienstag, 7. Dezember 2021 um 12:00:35 UTC+1:
>
>> Hello Edwin, since I have installed weewx on my Raspberry according to 
>> this system up to now WeeWX: Installation using setup.py but now I would do 
>> this installation WeeWX: Installation on Debian-based systems. Can I then 
>> simply copy my previous database to this path / var / lib / weewx / after 
>> installation or is that a problem? Thank you Günther 
>>
>>
>> Hallo Edwin, da ich bis jetzt weewx auf meinem Raspberry nach diesem 
>> System installiert habe WeeWX: Installation using setup.py ich nun aber 
>> diese Installation durchführen würde WeeWX: Installation on Debian-based 
>> systems.
>> Kann ich dann meine bisherige Datenbank einfach nach der Installation auf 
>> diesen Pfad /var/lib/weewx/ kopieren oder ist das ein Problem? 
>> Danke Günther 
>>
>> EdwinZ schrieb am Sonntag, 5. Dezember 2021 um 17:30:41 UTC+1:
>>
>>> Hi Guenther, indeed I'm running the latest WeeWX (4.5.1) with Python 3 
>>> (3.7) and my wh23xx replacement on my system. Note that I made some minor 
>>> documentation updates in my README file, as I had to re-install my 
>>> Raspberry Pi (corrupt SD card) which is connected to the weather station.
>>>
>>> On Wednesday, December 1, 2021 at 8:14:53 AM UTC+1 kawa...@gmail.com 
>>> wrote:
>>>
 Hi there, So you've updated weewx to version 4 and you're running the 
 program? Then I should try that with myself, too. Until now I didn't dare 
 to do it because I didn't know if the whole thing would still work. Well 
 then, thank you. Greetings Günther Here is my website where the whole 
 thing 
 is visible. www.guentherwrana.ddns.net/weewx


 Hallo,

 du hast also weewx auf die Version 4 upgedatet und das Programm läuft 
 bei dir? Dann sollte ich das ganz woll auch bei mir versuchen. Den bis 
 jetzt habe ich mir das nicht getraut weil ich nicht wusste ob dann das 
 ganze noch funktioiert.

 Na dann danke schön.
 Grüße Günther

 Hier meine Webseite wo das ganze sichtbar ist. 
 www.guentherwrana.ddns.net/weewx

 EdwinZ schrieb am Donnerstag, 4. November 2021 um 18:20:56 UTC+1:

> Not sure if this helps you, but I ported the Python 2 wh23xx module to 
> Python 3: https://github.com/EdwinGH/weewx-wh23xx 
> I'm using it on RPi Model 3 with Renkforce WH2315 weather station.
>
> Edwin
> On Thursday, May 6, 2021 at 9:55:51 AM UTC+2 kawa...@gmail.com wrote:
>
>> Hi Guys! 
>>  
>> I just wanted to ask if there are already drivers that work under 
>> Python3 for small groups of users of this weather station?
>> My weather station under Python 2 with weewx 3.9.2 works and 
>> everything is fine. I would only be interested in whether there is 
>> someone 
>> who tries to get this data from the weather station under weewx 4.5.1.
>> Or I have to come to terms with the fact that version 3.9.2 will 
>> remain. 
>>
>>  I thank you and wish you a nice day.
>> Günther
>>
>>
>> Hallo Leute!
>>
>> Ich wollte nur einmal nachfragen ob es schon Treiber die unter 
>> Python3 funktionieren für kleine Gruppe der User dieser Wetterstation 
>> gibt?
>> Meine Wetterstation unter Python 2 mit weewx  3.9.2 funktioniert und 
>> alles ist gut. 
>> Nur würde mich interessieren ob es jemanden gibt der es 

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

2021-12-07 Thread Rainer Lang
If the installation is correctly done, just copying your weewx.sdb to 
the new folder (/var/lib/weewx) will do.
The corresponding entries have to be in weewx.conf in the 
[DatabaseTypes] section:

[DatabaseTypes]

    # Defaults for SQLite databases
    [[SQLite]]
    driver = weedb.sqlite
    # Directory in which the database files are located
    SQLITE_ROOT = /var/lib/weewx

Wenn die Installation nach Debian/Raspi Stil erfolgreich war, kann man 
getrost die weewx.sdb ins
/var/lib/weewx Verzeichnis kopieren - muss eben in weewx.conf in der 
[DatabaseTypes] Sektion

als SQLITE_ROOT so definiert sein

On 07.12.2021 12:11, Günther Wrana wrote:

Or do I just have to update my Raspberry for weewx?
Thank you Günther

Oder muss ich auf meinem Raspberry einfach nur ein Update für weewx 
durchführen?


Danke Günther

Günther Wrana schrieb am Dienstag, 7. Dezember 2021 um 12:00:35 UTC+1:

Hello Edwin, since I have installed weewx on my Raspberry
according to this system up to now WeeWX: Installation using
setup.py but now I would do this installation WeeWX: Installation
on Debian-based systems. Can I then simply copy my previous
database to this path / var / lib / weewx / after installation or
is that a problem? Thank you Günther


Hallo Edwin, da ich bis jetzt weewx auf meinem Raspberry nach
diesem System installiert habe WeeWX: Installation using setup.py
ich nun aber diese Installation durchführen würde WeeWX:
Installation on Debian-based systems.
Kann ich dann meine bisherige Datenbank einfach nach der
Installation auf diesen Pfad /var/lib/weewx/ kopieren oder ist das
ein Problem?
Danke Günther

EdwinZ schrieb am Sonntag, 5. Dezember 2021 um 17:30:41 UTC+1:

Hi Guenther, indeed I'm running the latest WeeWX (4.5.1) with
Python 3 (3.7) and my wh23xx replacement on my system. Note
that I made some minor documentation updates in my README
file, as I had to re-install my Raspberry Pi (corrupt SD card)
which is connected to the weather station.

On Wednesday, December 1, 2021 at 8:14:53 AM UTC+1
kawa...@gmail.com wrote:

Hi there, So you've updated weewx to version 4 and you're
running the program? Then I should try that with myself,
too. Until now I didn't dare to do it because I didn't
know if the whole thing would still work. Well then, thank
you. Greetings Günther Here is my website where the whole
thing is visible. www.guentherwrana.ddns.net/weewx



Hallo,

du hast also weewx auf die Version 4 upgedatet und das
Programm läuft bei dir? Dann sollte ich das ganz woll auch
bei mir versuchen. Den bis jetzt habe ich mir das nicht
getraut weil ich nicht wusste ob dann das ganze noch
funktioiert.

Na dann danke schön.
Grüße Günther

Hier meine Webseite wo das ganze sichtbar ist.
www.guentherwrana.ddns.net/weewx


EdwinZ schrieb am Donnerstag, 4. November 2021 um 18:20:56
UTC+1:

Not sure if this helps you, but I ported the Python 2
wh23xx module to Python 3:
https://github.com/EdwinGH/weewx-wh23xx
I'm using it on RPi Model 3 with Renkforce WH2315
weather station.

Edwin
On Thursday, May 6, 2021 at 9:55:51 AM UTC+2
kawa...@gmail.com wrote:

Hi Guys!
I just wanted to ask if there are already drivers
that work under Python3 for small groups of users
of this weather station?
My weather station under Python 2 with weewx 3.9.2
works and everything is fine. I would only be
interested in whether there is someone who tries
to get this data from the weather station under
weewx 4.5.1.
Or I have to come to terms with the fact that
version 3.9.2 will remain.

 I thank you and wish you a nice day.
Günther


Hallo Leute!

Ich wollte nur einmal nachfragen ob es schon
Treiber die unter Python3 funktionieren für kleine
Gruppe der User dieser Wetterstation gibt?
Meine Wetterstation unter Python 2 mit weewx 
3.9.2 funktioniert und alles ist gut.
Nur würde mich interessieren ob es jemanden gibt
der es versucht diese Daten auch unter weewx 4.5.1
aus Wetterstation zu holen.
Oder ich mich damit abfinden muss das es bei der

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

2021-12-07 Thread Günther Wrana
Or do I just have to update my Raspberry for weewx? 
Thank you Günther

Oder muss ich auf meinem Raspberry einfach nur ein Update für weewx 
durchführen?

Danke Günther

Günther Wrana schrieb am Dienstag, 7. Dezember 2021 um 12:00:35 UTC+1:

> Hello Edwin, since I have installed weewx on my Raspberry according to 
> this system up to now WeeWX: Installation using setup.py but now I would do 
> this installation WeeWX: Installation on Debian-based systems. Can I then 
> simply copy my previous database to this path / var / lib / weewx / after 
> installation or is that a problem? Thank you Günther 
>
>
> Hallo Edwin, da ich bis jetzt weewx auf meinem Raspberry nach diesem 
> System installiert habe WeeWX: Installation using setup.py ich nun aber 
> diese Installation durchführen würde WeeWX: Installation on Debian-based 
> systems.
> Kann ich dann meine bisherige Datenbank einfach nach der Installation auf 
> diesen Pfad /var/lib/weewx/ kopieren oder ist das ein Problem? 
> Danke Günther 
>
> EdwinZ schrieb am Sonntag, 5. Dezember 2021 um 17:30:41 UTC+1:
>
>> Hi Guenther, indeed I'm running the latest WeeWX (4.5.1) with Python 3 
>> (3.7) and my wh23xx replacement on my system. Note that I made some minor 
>> documentation updates in my README file, as I had to re-install my 
>> Raspberry Pi (corrupt SD card) which is connected to the weather station.
>>
>> On Wednesday, December 1, 2021 at 8:14:53 AM UTC+1 kawa...@gmail.com 
>> wrote:
>>
>>> Hi there, So you've updated weewx to version 4 and you're running the 
>>> program? Then I should try that with myself, too. Until now I didn't dare 
>>> to do it because I didn't know if the whole thing would still work. Well 
>>> then, thank you. Greetings Günther Here is my website where the whole thing 
>>> is visible. www.guentherwrana.ddns.net/weewx
>>>
>>>
>>> Hallo,
>>>
>>> du hast also weewx auf die Version 4 upgedatet und das Programm läuft 
>>> bei dir? Dann sollte ich das ganz woll auch bei mir versuchen. Den bis 
>>> jetzt habe ich mir das nicht getraut weil ich nicht wusste ob dann das 
>>> ganze noch funktioiert.
>>>
>>> Na dann danke schön.
>>> Grüße Günther
>>>
>>> Hier meine Webseite wo das ganze sichtbar ist. 
>>> www.guentherwrana.ddns.net/weewx
>>>
>>> EdwinZ schrieb am Donnerstag, 4. November 2021 um 18:20:56 UTC+1:
>>>
 Not sure if this helps you, but I ported the Python 2 wh23xx module to 
 Python 3: https://github.com/EdwinGH/weewx-wh23xx
 I'm using it on RPi Model 3 with Renkforce WH2315 weather station.

 Edwin
 On Thursday, May 6, 2021 at 9:55:51 AM UTC+2 kawa...@gmail.com wrote:

> Hi Guys!
>  
> I just wanted to ask if there are already drivers that work under 
> Python3 for small groups of users of this weather station?
> My weather station under Python 2 with weewx 3.9.2 works and 
> everything is fine. I would only be interested in whether there is 
> someone 
> who tries to get this data from the weather station under weewx 4.5.1.
> Or I have to come to terms with the fact that version 3.9.2 will 
> remain. 
>
>  I thank you and wish you a nice day.
> Günther
>
>
> Hallo Leute!
>
> Ich wollte nur einmal nachfragen ob es schon Treiber die unter Python3 
> funktionieren für kleine Gruppe der User dieser Wetterstation gibt?
> Meine Wetterstation unter Python 2 mit weewx  3.9.2 funktioniert und 
> alles ist gut. 
> Nur würde mich interessieren ob es jemanden gibt der es versucht diese 
> Daten auch unter weewx 4.5.1 aus Wetterstation zu holen.
> Oder ich mich damit abfinden muss das es bei der Version 3.9.2 bleiben 
> wird.
>
> Ich danke euch und wünsch euch noch einen schönen Tag.
> Günther 
>
> Jever Hägen schrieb am Samstag, 6. Juni 2020 um 12:22:35 UTC+2:
>
>> Hello,
>>
>>  
>>
>> Please apologize my asking if you are on the way updating wh23xx, 
>> your last note about that was a month ago?
>>
>> If you need information or testing on wh23xx don't hesitate to ask.
>>
>>  
>>
>>  
>>
>> Greetings and best wishes
>>
>> Jürgen
>>
>>  
>>
>> Am Sonntag, 3. Mai 2020, 05:21:54 CEST schrieb mwall:
>>
>> On Saturday, May 2, 2020 at 2:27:49 PM UTC-4, mwall wrote:
>>
>> On Saturday, May 2, 2020 at 10:01:39 AM UTC-4, Tom Keffer wrote:
>>
>> The weewx usage map  shows 26 
>> installations (out of 1471 registered stations), or less than 2%. That's 
>> not enough usage to justify the work. Get your friends to use it!
>>
>>
>> Still, I'll see what I can do...
>>
>>
>>
>> tom,
>>
>>
>> i'll take care of it - its one of my drivers.  but its over 50F for 
>> the first time in weeks, so it will have to wait until after sunset US 
>> eastern time :)
>>
>>
>> sorry to reply to myself, but a little update: 

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

2021-12-07 Thread Günther Wrana
Hello Edwin, since I have installed weewx on my Raspberry according to this 
system up to now WeeWX: Installation using setup.py but now I would do this 
installation WeeWX: Installation on Debian-based systems. Can I then simply 
copy my previous database to this path / var / lib / weewx / after 
installation or is that a problem? Thank you Günther 


Hallo Edwin, da ich bis jetzt weewx auf meinem Raspberry nach diesem System 
installiert habe WeeWX: Installation using setup.py ich nun aber diese 
Installation durchführen würde WeeWX: Installation on Debian-based systems.
Kann ich dann meine bisherige Datenbank einfach nach der Installation auf 
diesen Pfad /var/lib/weewx/ kopieren oder ist das ein Problem? 
Danke Günther 

EdwinZ schrieb am Sonntag, 5. Dezember 2021 um 17:30:41 UTC+1:

> Hi Guenther, indeed I'm running the latest WeeWX (4.5.1) with Python 3 
> (3.7) and my wh23xx replacement on my system. Note that I made some minor 
> documentation updates in my README file, as I had to re-install my 
> Raspberry Pi (corrupt SD card) which is connected to the weather station.
>
> On Wednesday, December 1, 2021 at 8:14:53 AM UTC+1 kawa...@gmail.com 
> wrote:
>
>> Hi there, So you've updated weewx to version 4 and you're running the 
>> program? Then I should try that with myself, too. Until now I didn't dare 
>> to do it because I didn't know if the whole thing would still work. Well 
>> then, thank you. Greetings Günther Here is my website where the whole thing 
>> is visible. www.guentherwrana.ddns.net/weewx
>>
>>
>> Hallo,
>>
>> du hast also weewx auf die Version 4 upgedatet und das Programm läuft bei 
>> dir? Dann sollte ich das ganz woll auch bei mir versuchen. Den bis jetzt 
>> habe ich mir das nicht getraut weil ich nicht wusste ob dann das ganze noch 
>> funktioiert.
>>
>> Na dann danke schön.
>> Grüße Günther
>>
>> Hier meine Webseite wo das ganze sichtbar ist. 
>> www.guentherwrana.ddns.net/weewx
>>
>> EdwinZ schrieb am Donnerstag, 4. November 2021 um 18:20:56 UTC+1:
>>
>>> Not sure if this helps you, but I ported the Python 2 wh23xx module to 
>>> Python 3: https://github.com/EdwinGH/weewx-wh23xx
>>> I'm using it on RPi Model 3 with Renkforce WH2315 weather station.
>>>
>>> Edwin
>>> On Thursday, May 6, 2021 at 9:55:51 AM UTC+2 kawa...@gmail.com wrote:
>>>
 Hi Guys!
  
 I just wanted to ask if there are already drivers that work under 
 Python3 for small groups of users of this weather station?
 My weather station under Python 2 with weewx 3.9.2 works and everything 
 is fine. I would only be interested in whether there is someone who tries 
 to get this data from the weather station under weewx 4.5.1.
 Or I have to come to terms with the fact that version 3.9.2 will 
 remain. 

  I thank you and wish you a nice day.
 Günther


 Hallo Leute!

 Ich wollte nur einmal nachfragen ob es schon Treiber die unter Python3 
 funktionieren für kleine Gruppe der User dieser Wetterstation gibt?
 Meine Wetterstation unter Python 2 mit weewx  3.9.2 funktioniert und 
 alles ist gut. 
 Nur würde mich interessieren ob es jemanden gibt der es versucht diese 
 Daten auch unter weewx 4.5.1 aus Wetterstation zu holen.
 Oder ich mich damit abfinden muss das es bei der Version 3.9.2 bleiben 
 wird.

 Ich danke euch und wünsch euch noch einen schönen Tag.
 Günther 

 Jever Hägen schrieb am Samstag, 6. Juni 2020 um 12:22:35 UTC+2:

> Hello,
>
>  
>
> Please apologize my asking if you are on the way updating wh23xx, your 
> last note about that was a month ago?
>
> If you need information or testing on wh23xx don't hesitate to ask.
>
>  
>
>  
>
> Greetings and best wishes
>
> Jürgen
>
>  
>
> Am Sonntag, 3. Mai 2020, 05:21:54 CEST schrieb mwall:
>
> On Saturday, May 2, 2020 at 2:27:49 PM UTC-4, mwall wrote:
>
> On Saturday, May 2, 2020 at 10:01:39 AM UTC-4, Tom Keffer wrote:
>
> The weewx usage map  shows 26 
> installations (out of 1471 registered stations), or less than 2%. That's 
> not enough usage to justify the work. Get your friends to use it!
>
>
> Still, I'll see what I can do...
>
>
>
> tom,
>
>
> i'll take care of it - its one of my drivers.  but its over 50F for 
> the first time in weeks, so it will have to wait until after sunset US 
> eastern time :)
>
>
> sorry to reply to myself, but a little update: the certs expired on 
> the vpn on which my wh23xx is running, so i won't be able to test with 
> the 
> hardware until i get on site.  luckily that *should* be tuesday, not 
> months 
> from now.
>
>
> -- 
> You received this message because you are subscribed to the Google 
> Groups "weewx-user" group.
> To unsubscribe from this group and 

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

2021-12-05 Thread EdwinZ
Hi Guenther, indeed I'm running the latest WeeWX (4.5.1) with Python 3 
(3.7) and my wh23xx replacement on my system. Note that I made some minor 
documentation updates in my README file, as I had to re-install my 
Raspberry Pi (corrupt SD card) which is connected to the weather station.

On Wednesday, December 1, 2021 at 8:14:53 AM UTC+1 kawa...@gmail.com wrote:

> Hi there, So you've updated weewx to version 4 and you're running the 
> program? Then I should try that with myself, too. Until now I didn't dare 
> to do it because I didn't know if the whole thing would still work. Well 
> then, thank you. Greetings Günther Here is my website where the whole thing 
> is visible. www.guentherwrana.ddns.net/weewx
>
>
> Hallo,
>
> du hast also weewx auf die Version 4 upgedatet und das Programm läuft bei 
> dir? Dann sollte ich das ganz woll auch bei mir versuchen. Den bis jetzt 
> habe ich mir das nicht getraut weil ich nicht wusste ob dann das ganze noch 
> funktioiert.
>
> Na dann danke schön.
> Grüße Günther
>
> Hier meine Webseite wo das ganze sichtbar ist. 
> www.guentherwrana.ddns.net/weewx
>
> EdwinZ schrieb am Donnerstag, 4. November 2021 um 18:20:56 UTC+1:
>
>> Not sure if this helps you, but I ported the Python 2 wh23xx module to 
>> Python 3: https://github.com/EdwinGH/weewx-wh23xx
>> I'm using it on RPi Model 3 with Renkforce WH2315 weather station.
>>
>> Edwin
>> On Thursday, May 6, 2021 at 9:55:51 AM UTC+2 kawa...@gmail.com wrote:
>>
>>> Hi Guys!
>>>  
>>> I just wanted to ask if there are already drivers that work under 
>>> Python3 for small groups of users of this weather station?
>>> My weather station under Python 2 with weewx 3.9.2 works and everything 
>>> is fine. I would only be interested in whether there is someone who tries 
>>> to get this data from the weather station under weewx 4.5.1.
>>> Or I have to come to terms with the fact that version 3.9.2 will remain. 
>>>
>>>  I thank you and wish you a nice day.
>>> Günther
>>>
>>>
>>> Hallo Leute!
>>>
>>> Ich wollte nur einmal nachfragen ob es schon Treiber die unter Python3 
>>> funktionieren für kleine Gruppe der User dieser Wetterstation gibt?
>>> Meine Wetterstation unter Python 2 mit weewx  3.9.2 funktioniert und 
>>> alles ist gut. 
>>> Nur würde mich interessieren ob es jemanden gibt der es versucht diese 
>>> Daten auch unter weewx 4.5.1 aus Wetterstation zu holen.
>>> Oder ich mich damit abfinden muss das es bei der Version 3.9.2 bleiben 
>>> wird.
>>>
>>> Ich danke euch und wünsch euch noch einen schönen Tag.
>>> Günther 
>>>
>>> Jever Hägen schrieb am Samstag, 6. Juni 2020 um 12:22:35 UTC+2:
>>>
 Hello,

  

 Please apologize my asking if you are on the way updating wh23xx, your 
 last note about that was a month ago?

 If you need information or testing on wh23xx don't hesitate to ask.

  

  

 Greetings and best wishes

 Jürgen

  

 Am Sonntag, 3. Mai 2020, 05:21:54 CEST schrieb mwall:

 On Saturday, May 2, 2020 at 2:27:49 PM UTC-4, mwall wrote:

 On Saturday, May 2, 2020 at 10:01:39 AM UTC-4, Tom Keffer wrote:

 The weewx usage map  shows 26 
 installations (out of 1471 registered stations), or less than 2%. That's 
 not enough usage to justify the work. Get your friends to use it!


 Still, I'll see what I can do...



 tom,


 i'll take care of it - its one of my drivers.  but its over 50F for the 
 first time in weeks, so it will have to wait until after sunset US eastern 
 time :)


 sorry to reply to myself, but a little update: the certs expired on the 
 vpn on which my wh23xx is running, so i won't be able to test with the 
 hardware until i get on site.  luckily that *should* be tuesday, not 
 months 
 from now.


 -- 
 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+...@googlegroups.com.

 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/87200d54-73e6-450a-9e61-7099e36a5856%40googlegroups.com
  
 
 .

>>>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/68696ff2-3fc8-4ab3-8528-2aa4c3724521n%40googlegroups.com.


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

2021-11-30 Thread Günther Wrana
Hi there, So you've updated weewx to version 4 and you're running the 
program? Then I should try that with myself, too. Until now I didn't dare 
to do it because I didn't know if the whole thing would still work. Well 
then, thank you. Greetings Günther Here is my website where the whole thing 
is visible. www.guentherwrana.ddns.net/weewx


Hallo,

du hast also weewx auf die Version 4 upgedatet und das Programm läuft bei 
dir? Dann sollte ich das ganz woll auch bei mir versuchen. Den bis jetzt 
habe ich mir das nicht getraut weil ich nicht wusste ob dann das ganze noch 
funktioiert.

Na dann danke schön.
Grüße Günther

Hier meine Webseite wo das ganze sichtbar ist. 
www.guentherwrana.ddns.net/weewx

EdwinZ schrieb am Donnerstag, 4. November 2021 um 18:20:56 UTC+1:

> Not sure if this helps you, but I ported the Python 2 wh23xx module to 
> Python 3: https://github.com/EdwinGH/weewx-wh23xx
> I'm using it on RPi Model 3 with Renkforce WH2315 weather station.
>
> Edwin
> On Thursday, May 6, 2021 at 9:55:51 AM UTC+2 kawa...@gmail.com wrote:
>
>> Hi Guys!
>>  
>> I just wanted to ask if there are already drivers that work under Python3 
>> for small groups of users of this weather station?
>> My weather station under Python 2 with weewx 3.9.2 works and everything 
>> is fine. I would only be interested in whether there is someone who tries 
>> to get this data from the weather station under weewx 4.5.1.
>> Or I have to come to terms with the fact that version 3.9.2 will remain. 
>>
>>  I thank you and wish you a nice day.
>> Günther
>>
>>
>> Hallo Leute!
>>
>> Ich wollte nur einmal nachfragen ob es schon Treiber die unter Python3 
>> funktionieren für kleine Gruppe der User dieser Wetterstation gibt?
>> Meine Wetterstation unter Python 2 mit weewx  3.9.2 funktioniert und 
>> alles ist gut. 
>> Nur würde mich interessieren ob es jemanden gibt der es versucht diese 
>> Daten auch unter weewx 4.5.1 aus Wetterstation zu holen.
>> Oder ich mich damit abfinden muss das es bei der Version 3.9.2 bleiben 
>> wird.
>>
>> Ich danke euch und wünsch euch noch einen schönen Tag.
>> Günther 
>>
>> Jever Hägen schrieb am Samstag, 6. Juni 2020 um 12:22:35 UTC+2:
>>
>>> Hello,
>>>
>>>  
>>>
>>> Please apologize my asking if you are on the way updating wh23xx, your 
>>> last note about that was a month ago?
>>>
>>> If you need information or testing on wh23xx don't hesitate to ask.
>>>
>>>  
>>>
>>>  
>>>
>>> Greetings and best wishes
>>>
>>> Jürgen
>>>
>>>  
>>>
>>> Am Sonntag, 3. Mai 2020, 05:21:54 CEST schrieb mwall:
>>>
>>> On Saturday, May 2, 2020 at 2:27:49 PM UTC-4, mwall wrote:
>>>
>>> On Saturday, May 2, 2020 at 10:01:39 AM UTC-4, Tom Keffer wrote:
>>>
>>> The weewx usage map  shows 26 
>>> installations (out of 1471 registered stations), or less than 2%. That's 
>>> not enough usage to justify the work. Get your friends to use it!
>>>
>>>
>>> Still, I'll see what I can do...
>>>
>>>
>>>
>>> tom,
>>>
>>>
>>> i'll take care of it - its one of my drivers.  but its over 50F for the 
>>> first time in weeks, so it will have to wait until after sunset US eastern 
>>> time :)
>>>
>>>
>>> sorry to reply to myself, but a little update: the certs expired on the 
>>> vpn on which my wh23xx is running, so i won't be able to test with the 
>>> hardware until i get on site.  luckily that *should* be tuesday, not months 
>>> from now.
>>>
>>>
>>> -- 
>>> 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+...@googlegroups.com.
>>>
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/87200d54-73e6-450a-9e61-7099e36a5856%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/bc35df15-7ccb-41ec-9279-9071ae43e224n%40googlegroups.com.


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

2021-11-04 Thread EdwinZ
Not sure if this helps you, but I ported the Python 2 wh23xx module to 
Python 3: https://github.com/EdwinGH/weewx-wh23xx
I'm using it on RPi Model 3 with Renkforce WH2315 weather station.

Edwin
On Thursday, May 6, 2021 at 9:55:51 AM UTC+2 kawa...@gmail.com wrote:

> Hi Guys!
>  
> I just wanted to ask if there are already drivers that work under Python3 
> for small groups of users of this weather station?
> My weather station under Python 2 with weewx 3.9.2 works and everything is 
> fine. I would only be interested in whether there is someone who tries to 
> get this data from the weather station under weewx 4.5.1.
> Or I have to come to terms with the fact that version 3.9.2 will remain. 
>
>  I thank you and wish you a nice day.
> Günther
>
>
> Hallo Leute!
>
> Ich wollte nur einmal nachfragen ob es schon Treiber die unter Python3 
> funktionieren für kleine Gruppe der User dieser Wetterstation gibt?
> Meine Wetterstation unter Python 2 mit weewx  3.9.2 funktioniert und alles 
> ist gut. 
> Nur würde mich interessieren ob es jemanden gibt der es versucht diese 
> Daten auch unter weewx 4.5.1 aus Wetterstation zu holen.
> Oder ich mich damit abfinden muss das es bei der Version 3.9.2 bleiben 
> wird.
>
> Ich danke euch und wünsch euch noch einen schönen Tag.
> Günther 
>
> Jever Hägen schrieb am Samstag, 6. Juni 2020 um 12:22:35 UTC+2:
>
>> Hello,
>>
>>  
>>
>> Please apologize my asking if you are on the way updating wh23xx, your 
>> last note about that was a month ago?
>>
>> If you need information or testing on wh23xx don't hesitate to ask.
>>
>>  
>>
>>  
>>
>> Greetings and best wishes
>>
>> Jürgen
>>
>>  
>>
>> Am Sonntag, 3. Mai 2020, 05:21:54 CEST schrieb mwall:
>>
>> On Saturday, May 2, 2020 at 2:27:49 PM UTC-4, mwall wrote:
>>
>> On Saturday, May 2, 2020 at 10:01:39 AM UTC-4, Tom Keffer wrote:
>>
>> The weewx usage map  shows 26 
>> installations (out of 1471 registered stations), or less than 2%. That's 
>> not enough usage to justify the work. Get your friends to use it!
>>
>>
>> Still, I'll see what I can do...
>>
>>
>>
>> tom,
>>
>>
>> i'll take care of it - its one of my drivers.  but its over 50F for the 
>> first time in weeks, so it will have to wait until after sunset US eastern 
>> time :)
>>
>>
>> sorry to reply to myself, but a little update: the certs expired on the 
>> vpn on which my wh23xx is running, so i won't be able to test with the 
>> hardware until i get on site.  luckily that *should* be tuesday, not months 
>> from now.
>>
>>
>> -- 
>> 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+...@googlegroups.com.
>>
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/87200d54-73e6-450a-9e61-7099e36a5856%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/c4ba5ab1-56c4-47a9-99bc-5684751b7620n%40googlegroups.com.


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

2021-05-06 Thread Günther Wrana
Hi Guys!
 
I just wanted to ask if there are already drivers that work under Python3 
for small groups of users of this weather station?
My weather station under Python 2 with weewx 3.9.2 works and everything is 
fine. I would only be interested in whether there is someone who tries to 
get this data from the weather station under weewx 4.5.1.
Or I have to come to terms with the fact that version 3.9.2 will remain. 

 I thank you and wish you a nice day.
Günther


Hallo Leute!

Ich wollte nur einmal nachfragen ob es schon Treiber die unter Python3 
funktionieren für kleine Gruppe der User dieser Wetterstation gibt?
Meine Wetterstation unter Python 2 mit weewx  3.9.2 funktioniert und alles 
ist gut. 
Nur würde mich interessieren ob es jemanden gibt der es versucht diese 
Daten auch unter weewx 4.5.1 aus Wetterstation zu holen.
Oder ich mich damit abfinden muss das es bei der Version 3.9.2 bleiben wird.

Ich danke euch und wünsch euch noch einen schönen Tag.
Günther 

Jever Hägen schrieb am Samstag, 6. Juni 2020 um 12:22:35 UTC+2:

> Hello,
>
>  
>
> Please apologize my asking if you are on the way updating wh23xx, your 
> last note about that was a month ago?
>
> If you need information or testing on wh23xx don't hesitate to ask.
>
>  
>
>  
>
> Greetings and best wishes
>
> Jürgen
>
>  
>
> Am Sonntag, 3. Mai 2020, 05:21:54 CEST schrieb mwall:
>
> On Saturday, May 2, 2020 at 2:27:49 PM UTC-4, mwall wrote:
>
> On Saturday, May 2, 2020 at 10:01:39 AM UTC-4, Tom Keffer wrote:
>
> The weewx usage map  shows 26 
> installations (out of 1471 registered stations), or less than 2%. That's 
> not enough usage to justify the work. Get your friends to use it!
>
>
> Still, I'll see what I can do...
>
>
>
> tom,
>
>
> i'll take care of it - its one of my drivers.  but its over 50F for the 
> first time in weeks, so it will have to wait until after sunset US eastern 
> time :)
>
>
> sorry to reply to myself, but a little update: the certs expired on the 
> vpn on which my wh23xx is running, so i won't be able to test with the 
> hardware until i get on site.  luckily that *should* be tuesday, not months 
> from now.
>
>
> -- 
> 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+...@googlegroups.com.
>
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/87200d54-73e6-450a-9e61-7099e36a5856%40googlegroups.com
>  
> 
> .
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/474ead3b-1f03-4818-8621-926ff78b1ea9n%40googlegroups.com.


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

2020-06-06 Thread Jever Hägen
Hello,

Please apologize my asking if you are on the way updating wh23xx, your last 
note 
about that was a month ago?
If you need information or testing on wh23xx don't hesitate to ask.


Greetings and best wishes
Jürgen

Am Sonntag, 3. Mai 2020, 05:21:54 CEST schrieb mwall:


On Saturday, May 2, 2020 at 2:27:49 PM UTC-4, mwall wrote:
On Saturday, May 2, 2020 at 10:01:39 AM UTC-4, Tom Keffer wrote:
The weewx usage map[1] shows 26 installations (out of 1471 registered 
stations), or 
less than 2%. That's not enough usage to justify the work. Get your friends to 
use it!


Still, I'll see what I can do...




tom,


i'll take care of it - its one of my drivers.  but its over 50F for the first 
time in weeks, 
so it will have to wait until after sunset US eastern time :)


sorry to reply to myself, but a little update: the certs expired on the vpn on 
which 
my wh23xx is running, so i won't be able to test with the hardware until i get 
on 
site.  luckily that *should* be tuesday, not months from now.


-- 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[2].To view this 
discussion on the web visit https://groups.google.com/d/msgid/weewx-user/
87200d54-73e6-450a-9e61-7099e36a5856%40googlegroups.com[3].




[1] http://weewx.com/stations.html
[2] mailto:weewx-user+unsubscr...@googlegroups.com
[3] https://groups.google.com/d/msgid/weewx-user/
87200d54-73e6-450a-9e61-7099e36a5856%40googlegroups.com?
utm_medium=email_source=footer

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/22736624.dAJXXpjYeQ%40laptop-jl.


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

2020-05-13 Thread Tom Keffer
Thanks.

Just to be clear: these changes will allow the wh23xx driver to work with
WeeWX V4, under Python 2. It is still not ported to Python 3.

We will have to wait and hear from Matthew for that.

-tk

On Tue, May 12, 2020 at 11:54 PM Bogdan  wrote:

>
>
> среда, 13 мая 2020 г., 7:16:17 UTC+2 пользователь Günther Wrana написал:
>>
>> Hello I also use the driver and just wanted to ask before I update the
>> version whether the driver also works with version 4?
>> Because I read here that there is a problem.
>>
>> Thanks Günther
>>
>> Hallo ich benutze den Treiber auch und wollte nur nachfragen bevor ich
>> die Version update ob der Treiber bei der Version 4 auch funktioniert?
>> Weil ich hier gelesen habe das es Problem gibt.
>>
>> Danke Günther
>>
> --
> 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 web visit
> https://groups.google.com/d/msgid/weewx-user/aaa4173e-dfe1-41f1-9533-fde70c0b7557%40googlegroups.com
> 
> .
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zECsh6CNV_dK2f1VnpgKirRkBM9G829PVqHLy%2BqyKFv7ow%40mail.gmail.com.


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

2020-05-13 Thread Bogdan


среда, 13 мая 2020 г., 8:54:36 UTC+2 пользователь Bogdan написал:
>
>
>
> среда, 13 мая 2020 г., 7:16:17 UTC+2 пользователь Günther Wrana написал:
>>
>> Hello I also use the driver and just wanted to ask before I update the 
>> version whether the driver also works with version 4?
>> Because I read here that there is a problem.
>>
>> Thanks Günther
>>
>> Hallo ich benutze den Treiber auch und wollte nur nachfragen bevor ich 
>> die Version update ob der Treiber bei der Version 4 auch funktioniert?
>> Weil ich hier gelesen habe das es Problem gibt.
>>
>> Danke Günther
>>
>
The original driver will not work.  

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/e7848118-7f37-4767-ba28-02c51aaf9eeb%40googlegroups.com.


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

2020-05-13 Thread Bogdan


среда, 13 мая 2020 г., 7:16:17 UTC+2 пользователь Günther Wrana написал:
>
> Hello I also use the driver and just wanted to ask before I update the 
> version whether the driver also works with version 4?
> Because I read here that there is a problem.
>
> Thanks Günther
>
> Hallo ich benutze den Treiber auch und wollte nur nachfragen bevor ich die 
> Version update ob der Treiber bei der Version 4 auch funktioniert?
> Weil ich hier gelesen habe das es Problem gibt.
>
> Danke Günther
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/aaa4173e-dfe1-41f1-9533-fde70c0b7557%40googlegroups.com.
<>


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

2020-05-13 Thread Bogdan


среда, 13 мая 2020 г., 7:16:17 UTC+2 пользователь Günther Wrana написал:
>
> Hello I also use the driver and just wanted to ask before I update the 
> version whether the driver also works with version 4?
> Because I read here that there is a problem.
>
> Thanks Günther
>
> Hallo ich benutze den Treiber auch und wollte nur nachfragen bevor ich die 
> Version update ob der Treiber bei der Version 4 auch funktioniert?
> Weil ich hier gelesen habe das es Problem gibt.
>
> Danke Günther
>


Generally the driver is working on weewx 4. It is only made two small 
changing in it. 

First, it is fixed import of 'log_traceback':
from weeutil.weeutil import timestamp_to_string
from weeutil.log import log_traceback

Second, is for prevent spam to syslog, simply stubed debug log procedure:
def logdbg(msg):
   # logmsg(syslog.LOG_DEBUG, msg)
pass

With that two changing the driver for me is works normally.
Seems it is possible to treat it as a temporarily solution. 

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/26f1030c-1313-4ba4-9add-117055b6f278%40googlegroups.com.


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

2020-05-12 Thread Günther Wrana
Hello I also use the driver and just wanted to ask before I update the 
version whether the driver also works with version 4?
Because I read here that there is a problem.

Thanks Günther

Hallo ich benutze den Treiber auch und wollte nur nachfragen bevor ich die 
Version update ob der Treiber bei der Version 4 auch funktioniert?
Weil ich hier gelesen habe das es Problem gibt.

Danke Günther

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/2d5b2817-3bc0-4ce8-9f1d-eb5e28ea169f%40googlegroups.com.


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

2020-05-03 Thread Jever Hägen
Hello Mathew,

that are very good news. Thanks in advance.

Am Samstag, 2. Mai 2020 20:27:49 UTC+2 schrieb mwall:
>
> On Saturday, May 2, 2020 at 10:01:39 AM UTC-4, Tom Keffer wrote:
>>
>> The weewx usage map  shows 26 
>> installations (out of 1471 registered stations), or less than 2%. That's 
>> not enough usage to justify the work. Get your friends to use it!
>>
>> Still, I'll see what I can do...
>>
>>>
>>>
> tom,
>
> i'll take care of it - its one of my drivers.  but its over 50F for the 
> first time in weeks, so it will have to wait until after sunset US eastern 
> time :)
>
> m 
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/52551b6f-dea1-46e5-85cc-10fff75a9cef%40googlegroups.com.


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

2020-05-02 Thread mwall
On Saturday, May 2, 2020 at 2:27:49 PM UTC-4, mwall wrote:
>
> On Saturday, May 2, 2020 at 10:01:39 AM UTC-4, Tom Keffer wrote:
>>
>> The weewx usage map  shows 26 
>> installations (out of 1471 registered stations), or less than 2%. That's 
>> not enough usage to justify the work. Get your friends to use it!
>>
>> Still, I'll see what I can do...
>>
>>>
>>>
> tom,
>
> i'll take care of it - its one of my drivers.  but its over 50F for the 
> first time in weeks, so it will have to wait until after sunset US eastern 
> time :)
>

sorry to reply to myself, but a little update: the certs expired on the vpn 
on which my wh23xx is running, so i won't be able to test with the hardware 
until i get on site.  luckily that *should* be tuesday, not months from now.

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/87200d54-73e6-450a-9e61-7099e36a5856%40googlegroups.com.


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

2020-05-02 Thread Pete Geenhuizen

OK I guess I'll have to give it a shot and hope like hell that it works.

Thanks

On 2020-05-02 13:36, Tom Keffer wrote:

It should. I'm not sure how thoroughly it as been tested under Python 3.

On Sat, May 2, 2020 at 9:17 AM Pete Geenhuizen > wrote:


Oops my bad i got confused by the similar driver name, I'm using
the wx23xx driver which is working just fine under V3 so will it
work in V4?

On 5/2/20 11:47 AM, Tom Keffer wrote:

wh23xx is not a supported weather station under WeeWX V3 or V4.
No plans to change that.

However, I will see what I can do about getting the wh23xx 3rd
party extension updated.

-tk

On Sat, May 2, 2020 at 8:42 AM Pete Geenhuizen
mailto:p...@geenhuizen.net>> wrote:
-- 
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 web visit

https://groups.google.com/d/msgid/weewx-user/CAPq0zEDvXyyw-Le12K8mWVqGRsNkEXgfcd%2Behyji7xYv2ew9Dw%40mail.gmail.com

.

-- 
This message has been scanned for viruses and

dangerous content by *MailScanner*
, and is
believed to be clean. 


-- 
Unencumbered by the thought process.

  -- Click and Clack the Tappet brothers


-- 
This message has been scanned for viruses and

dangerous content by *MailScanner* ,
and is
believed to be clean.

--
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 web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEB2YtYHWcGUcKXCAr2%3DTDkXNTaQe1Z%3D1NmrZYn9bFy8ng%40mail.gmail.com 
.


--
This message has been scanned for viruses and
dangerous content by *MailScanner* , and is
believed to be clean. 


--
Unencumbered by the thought process.
 -- Click and Clack the Tappet brothers


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
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 web visit 
https://groups.google.com/d/msgid/weewx-user/733f185a-8d2d-874e-ee58-f42e09e6e772%40geenhuizen.net.


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

2020-05-02 Thread mwall
On Saturday, May 2, 2020 at 10:01:39 AM UTC-4, Tom Keffer wrote:
>
> The weewx usage map  shows 26 
> installations (out of 1471 registered stations), or less than 2%. That's 
> not enough usage to justify the work. Get your friends to use it!
>
> Still, I'll see what I can do...
>
>>
>>
tom,

i'll take care of it - its one of my drivers.  but its over 50F for the 
first time in weeks, so it will have to wait until after sunset US eastern 
time :)

m 

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/9533ea63-6ad3-4684-bb81-9adf4f7446e6%40googlegroups.com.


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

2020-05-02 Thread Tom Keffer
It should. I'm not sure how thoroughly it as been tested under Python 3.

On Sat, May 2, 2020 at 9:17 AM Pete Geenhuizen  wrote:

> Oops my bad i got confused by the similar driver name, I'm using the
> wx23xx driver which is working just fine under V3 so will it work in V4?
>
> On 5/2/20 11:47 AM, Tom Keffer wrote:
>
> wh23xx is not a supported weather station under WeeWX V3 or V4. No plans
> to change that.
>
> However, I will see what I can do about getting the wh23xx 3rd party
> extension updated.
>
> -tk
>
> On Sat, May 2, 2020 at 8:42 AM Pete Geenhuizen 
> wrote:
> --
> 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 web visit
> https://groups.google.com/d/msgid/weewx-user/CAPq0zEDvXyyw-Le12K8mWVqGRsNkEXgfcd%2Behyji7xYv2ew9Dw%40mail.gmail.com
> 
> .
>
> --
> This message has been scanned for viruses and
> dangerous content by *MailScanner* , and is
> believed to be clean.
>
>
> --
> Unencumbered by the thought process.
>  -- Click and Clack the Tappet brothers
>
>
> --
> This message has been scanned for viruses and
> dangerous content by *MailScanner* , and is
> believed to be clean.
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEB2YtYHWcGUcKXCAr2%3DTDkXNTaQe1Z%3D1NmrZYn9bFy8ng%40mail.gmail.com.


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

2020-05-02 Thread Pete Geenhuizen
Oops my bad i got confused by the similar driver name, I'm using the 
wx23xx driver which is working just fine under V3 so will it work in V4?


On 5/2/20 11:47 AM, Tom Keffer wrote:
wh23xx is not a supported weather station under WeeWX V3 or V4. No 
plans to change that.


However, I will see what I can do about getting the wh23xx 3rd party 
extension updated.


-tk

On Sat, May 2, 2020 at 8:42 AM Pete Geenhuizen > wrote:

--
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 web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEDvXyyw-Le12K8mWVqGRsNkEXgfcd%2Behyji7xYv2ew9Dw%40mail.gmail.com 
.


--
This message has been scanned for viruses and
dangerous content by *MailScanner* , and is
believed to be clean. 


--
Unencumbered by the thought process.
 -- Click and Clack the Tappet brothers


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
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 web visit 
https://groups.google.com/d/msgid/weewx-user/a554794f-6025-9fca-b898-f9b9a1d25a03%40geenhuizen.net.


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

2020-05-02 Thread Tom Keffer
wh23xx is not a supported weather station under WeeWX V3 or V4. No plans to
change that.

However, I will see what I can do about getting the wh23xx 3rd party
extension updated.

-tk

On Sat, May 2, 2020 at 8:42 AM Pete Geenhuizen  wrote:

> OK so now I'm a little confused, is/will V4 support WH23xx?  I'm using it
> now and if it won't work under V4 then I should forgo my planned upgrade to
> V4 right?
> On 2020-05-02 11:30, Tom Keffer wrote:
>
> Believe me, I'm mighty tempted to trim the list of supported weather
> stations!
>
> On Sat, May 2, 2020 at 7:29 AM Jever Hägen 
> wrote:
>
>> Thanks for thinking about of doing that work.
>>
>> yes, there are not very much wh23xx stations registered beside mine.
>> But overall they are on rank 9 ;-)
>> 1 Vantage 537
>> 2 FineOffsetUSB 274
>> 3 AcuRite 147
>> 4 Interceptor 87
>> 5 TE923 67
>> 6 WMR100 40
>> 7 SDR 33
>> 8 WMR200 29
>> *9* *WH23xx* *26*
>> 10 WS23xx 24
>> 11 WS28xx 24
>> 12 netatmo 17
>> 13 Ultimeter 15
>> 14 WeatherFlowUDP 14
>> 15 WMR300 14
>> 16 FileParse 11
>> 17 Simulator 11
>>
>> Am Samstag, 2. Mai 2020 16:01:39 UTC+2 schrieb Tom Keffer:
>>>
>>> The weewx usage map  shows 26
>>> installations (out of 1471 registered stations), or less than 2%. That's
>>> not enough usage to justify the work. Get your friends to use it!
>>>
>>> Still, I'll see what I can do...
>>>
>>> -tk
>>>
>>> On Sat, May 2, 2020 at 5:30 AM Jever Hägen  wrote:
>>>
 Hi Tom,

 yes I know, but wouldn't it be possible for you or some of the guys out
 there to integrate the driver into weewx v4?

 Am Freitag, 1. Mai 2020 23:54:16 UTC+2 schrieb 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 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 import timestamp_to_string, log_traceback
>>
>> to:
>> from weeutil.weeutil import timestamp_to_string
>> from weeutil.log log_traceback
>>
>> This is solved my problem.
>> I made pull request to the sources of this driver, hope that it will
>> be accepted.
>> --
>> 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...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/2e71df79-aa5c-40be-9d91-0231c192d70e%40googlegroups.com
>> 
>> .
>>
> --
 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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/weewx-user/e19dd0d2-f97f-4a3a-a7a9-d14b020b1dab%40googlegroups.com
 
 .

>>> --
>> 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 web visit
>> https://groups.google.com/d/msgid/weewx-user/7a79fd32-daf7-4965-9af4-cb5b9160d2b4%40googlegroups.com
>> 
>> .
>>
> --
> 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 web visit
> https://groups.google.com/d/msgid/weewx-user/CAPq0zEDxnKzss%2BsgcJeoFasbaLkOjB8mi5VqEA4%3DFp0ubbP%3DWw%40mail.gmail.com
> 
> .
>
> --
> This message has been scanned for viruses and
> dangerous content by *MailScanner* , and is
> believed to be clean.
>
> --
> Unencumbered by the thought process.
>  -- Click and Clack the Tappet brothers
>
>
> --
> This message has been scanned for viruses and
> dangerous content 

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

2020-05-02 Thread Pete Geenhuizen
OK so now I'm a little confused, is/will V4 support WH23xx?  I'm using 
it now and if it won't work under V4 then I should forgo my planned 
upgrade to V4 right?


On 2020-05-02 11:30, Tom Keffer wrote:
Believe me, I'm mighty tempted to trim the list of supported weather 
stations!


On Sat, May 2, 2020 at 7:29 AM Jever Hägen > wrote:


Thanks for thinking about of doing that work.

yes, there are not very much wh23xx stations registered beside mine.
But overall they are on rank 9 ;-)
1   Vantage 537
2   FineOffsetUSB   274
3   AcuRite 147
4   Interceptor 87
5   TE923   67
6   WMR100  40
7   SDR 33
8   WMR200  29
*9* *WH23xx**26*
10  WS23xx  24
11  WS28xx  24
12  netatmo 17
13  Ultimeter   15
14  WeatherFlowUDP  14
15  WMR300  14
16  FileParse   11
17  Simulator   11


Am Samstag, 2. Mai 2020 16:01:39 UTC+2 schrieb Tom Keffer:

The weewx usage map  shows 26
installations (out of 1471 registered stations), or less than
2%. That's not enough usage to justify the work. Get your
friends to use it!

Still, I'll see what I can do...

-tk

On Sat, May 2, 2020 at 5:30 AM Jever Hägen
 wrote:

Hi Tom,

yes I know, but wouldn't it be possible for you or some of
the guys out there to integrate the driver into weewx v4?

Am Freitag, 1. Mai 2020 23:54:16 UTC+2 schrieb 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 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:
|
fromweeutil.weeutil
importtimestamp_to_string,log_traceback
|

to:
|
fromweeutil.weeutil importtimestamp_to_string
fromweeutil.log log_traceback
|

This is solved my problem.
I made pull request to the sources of this driver,
hope that it will be accepted.
-- 
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...@googlegroups.com.
To view this discussion on the web visit

https://groups.google.com/d/msgid/weewx-user/2e71df79-aa5c-40be-9d91-0231c192d70e%40googlegroups.com

.

-- 
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...@googlegroups.com.
To view this discussion on the web visit

https://groups.google.com/d/msgid/weewx-user/e19dd0d2-f97f-4a3a-a7a9-d14b020b1dab%40googlegroups.com

.

-- 
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 web visit

https://groups.google.com/d/msgid/weewx-user/7a79fd32-daf7-4965-9af4-cb5b9160d2b4%40googlegroups.com

.

--
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 web visit 

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

2020-05-02 Thread Tom Keffer
Believe me, I'm mighty tempted to trim the list of supported weather
stations!

On Sat, May 2, 2020 at 7:29 AM Jever Hägen  wrote:

> Thanks for thinking about of doing that work.
>
> yes, there are not very much wh23xx stations registered beside mine.
> But overall they are on rank 9 ;-)
> 1 Vantage 537
> 2 FineOffsetUSB 274
> 3 AcuRite 147
> 4 Interceptor 87
> 5 TE923 67
> 6 WMR100 40
> 7 SDR 33
> 8 WMR200 29
> *9* *WH23xx* *26*
> 10 WS23xx 24
> 11 WS28xx 24
> 12 netatmo 17
> 13 Ultimeter 15
> 14 WeatherFlowUDP 14
> 15 WMR300 14
> 16 FileParse 11
> 17 Simulator 11
>
> Am Samstag, 2. Mai 2020 16:01:39 UTC+2 schrieb Tom Keffer:
>>
>> The weewx usage map  shows 26
>> installations (out of 1471 registered stations), or less than 2%. That's
>> not enough usage to justify the work. Get your friends to use it!
>>
>> Still, I'll see what I can do...
>>
>> -tk
>>
>> On Sat, May 2, 2020 at 5:30 AM Jever Hägen  wrote:
>>
>>> Hi Tom,
>>>
>>> yes I know, but wouldn't it be possible for you or some of the guys out
>>> there to integrate the driver into weewx v4?
>>>
>>> Am Freitag, 1. Mai 2020 23:54:16 UTC+2 schrieb 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 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 import timestamp_to_string, log_traceback
>
> to:
> from weeutil.weeutil import timestamp_to_string
> from weeutil.log log_traceback
>
> This is solved my problem.
> I made pull request to the sources of this driver, hope that it will
> be accepted.
>
> --
> 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/2e71df79-aa5c-40be-9d91-0231c192d70e%40googlegroups.com
> 
> .
>
 --
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/e19dd0d2-f97f-4a3a-a7a9-d14b020b1dab%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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 web visit
> https://groups.google.com/d/msgid/weewx-user/7a79fd32-daf7-4965-9af4-cb5b9160d2b4%40googlegroups.com
> 
> .
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEDxnKzss%2BsgcJeoFasbaLkOjB8mi5VqEA4%3DFp0ubbP%3DWw%40mail.gmail.com.


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

2020-05-02 Thread Jever Hägen
Thanks for thinking about of doing that work.

yes, there are not very much wh23xx stations registered beside mine.
But overall they are on rank 9 ;-)
1 Vantage 537 
2 FineOffsetUSB 274 
3 AcuRite 147 
4 Interceptor 87 
5 TE923 67 
6 WMR100 40 
7 SDR 33 
8 WMR200 29 
*9* *WH23xx* *26* 
10 WS23xx 24 
11 WS28xx 24 
12 netatmo 17 
13 Ultimeter 15 
14 WeatherFlowUDP 14 
15 WMR300 14 
16 FileParse 11 
17 Simulator 11 

Am Samstag, 2. Mai 2020 16:01:39 UTC+2 schrieb Tom Keffer:
>
> The weewx usage map  shows 26 
> installations (out of 1471 registered stations), or less than 2%. That's 
> not enough usage to justify the work. Get your friends to use it!
>
> Still, I'll see what I can do...
>
> -tk
>
> On Sat, May 2, 2020 at 5:30 AM Jever Hägen  > wrote:
>
>> Hi Tom,
>>
>> yes I know, but wouldn't it be possible for you or some of the guys out 
>> there to integrate the driver into weewx v4?
>>
>> Am Freitag, 1. Mai 2020 23:54:16 UTC+2 schrieb 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 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 import timestamp_to_string, log_traceback

 to:
 from weeutil.weeutil import timestamp_to_string
 from weeutil.log log_traceback

 This is solved my problem. 
 I made pull request to the sources of this driver, hope that it will be 
 accepted.

 -- 
 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...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/2e71df79-aa5c-40be-9d91-0231c192d70e%40googlegroups.com
  
 
 .

>>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/e19dd0d2-f97f-4a3a-a7a9-d14b020b1dab%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/7a79fd32-daf7-4965-9af4-cb5b9160d2b4%40googlegroups.com.


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

2020-05-02 Thread Tom Keffer
The weewx usage map  shows 26 installations
(out of 1471 registered stations), or less than 2%. That's not enough usage
to justify the work. Get your friends to use it!

Still, I'll see what I can do...

-tk

On Sat, May 2, 2020 at 5:30 AM Jever Hägen  wrote:

> Hi Tom,
>
> yes I know, but wouldn't it be possible for you or some of the guys out
> there to integrate the driver into weewx v4?
>
> Am Freitag, 1. Mai 2020 23:54:16 UTC+2 schrieb 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 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 import timestamp_to_string, log_traceback
>>>
>>> to:
>>> from weeutil.weeutil import timestamp_to_string
>>> from weeutil.log log_traceback
>>>
>>> This is solved my problem.
>>> I made pull request to the sources of this driver, hope that it will be
>>> accepted.
>>>
>>> --
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/2e71df79-aa5c-40be-9d91-0231c192d70e%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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 web visit
> https://groups.google.com/d/msgid/weewx-user/e19dd0d2-f97f-4a3a-a7a9-d14b020b1dab%40googlegroups.com
> 
> .
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEDLge6kqMyr3Su%2B5YbzKVQwOoSPMBXbDRnqmw_Q_mJdVQ%40mail.gmail.com.


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

2020-05-02 Thread Jever Hägen
Hi Tom,

yes I know, but wouldn't it be possible for you or some of the guys out 
there to integrate the driver into weewx v4?

Am Freitag, 1. Mai 2020 23:54:16 UTC+2 schrieb 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 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 import timestamp_to_string, log_traceback
>>
>> to:
>> from weeutil.weeutil import timestamp_to_string
>> from weeutil.log log_traceback
>>
>> This is solved my problem. 
>> I made pull request to the sources of this driver, hope that it will be 
>> accepted.
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/2e71df79-aa5c-40be-9d91-0231c192d70e%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/e19dd0d2-f97f-4a3a-a7a9-d14b020b1dab%40googlegroups.com.


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

2020-05-02 Thread Bogdan
As far as related to the log files flood, i replaced by the stub the debug 
messages output routine in the driver. As a temporary solution. 
def logdbg(msg):
   # logmsg(syslog.LOG_DEBUG, msg)
pass
In addition to this, i used weewx solution for moving all hardloaded 
directories to the RAM 
https://github.com/weewx/weewx/wiki/Minimize-writes-on-SD-cards

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/6d778817-b9e7-4f17-8dbb-1de5690b7d58%40googlegroups.com.


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 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 import timestamp_to_string, log_traceback
>
> to:
> from weeutil.weeutil import timestamp_to_string
> from weeutil.log log_traceback
>
> This is solved my problem.
> I made pull request to the sources of this driver, hope that it will be
> accepted.
>
> --
> 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 web visit
> https://groups.google.com/d/msgid/weewx-user/2e71df79-aa5c-40be-9d91-0231c192d70e%40googlegroups.com
> 
> .
>

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zECjmuzJbMZWGZr7N3mxrCX%3DvosgJp9pnWf3ExiJTyTjRQ%40mail.gmail.com.


[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 import timestamp_to_string, log_traceback

to:
from weeutil.weeutil import timestamp_to_string
from weeutil.log log_traceback

This is solved my problem. 
I made pull request to the sources of this driver, hope that it will be 
accepted.

-- 
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 web visit 
https://groups.google.com/d/msgid/weewx-user/2e71df79-aa5c-40be-9d91-0231c192d70e%40googlegroups.com.