Re: [weewx-user] Re: Te923 driver is not starting anymore.

2016-10-04 Thread mwall
allan, please defer doing the changes i suggested in my last post. first try using the attached te923-0.22rc1.py run it as is (reset is commented) if that fails, uncomment the reset after you have tried that we can revisit the pyusb version and error handling m -- You received this

Re: [weewx-user] Re: Te923 driver is not starting anymore.

2016-10-04 Thread mwall
On Monday, October 3, 2016 at 10:35:53 PM UTC-4, Allan H wrote: > > Den 04-10-2016 kl. 03:22 skrev mwall: > > there already is exception handling (and retries) happening in the _read > > really ? Doesn't seem to work > > Here is what I added in the driver: > > def read_memory_size(self):

Re: [weewx-user] Re: Te923 driver is not starting anymore.

2016-10-03 Thread mwall
On Monday, October 3, 2016 at 8:41:06 PM UTC-4, Allan H wrote: > > Den 12-09-2016 kl. 16:03 skrev mwall: > > On Sunday, September 11, 2016 at 11:44:15 AM UTC-4, Allan H wrote: > > Den 11-09-2016 kl. 16:33 skrev Allan: > > > > > Well, without the resets, it doesn't seem to load here.

Re: [weewx-user] Re: Te923 driver is not starting anymore.

2016-09-23 Thread Patrick Klein
I also enabled rapidfire. Seems to be working fine. -- 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. For more options,

Re: [weewx-user] Re: Te923 driver is not starting anymore.

2016-09-23 Thread Patrick Klein
Just a quick update: I updated to the current build 3.6.1 and everything seems to be working now. Using init_on_loop = True in the conf and increased the timeout to 10 seconds in the driver (aborted too often with 5 seconds). The driver still sometimes complains about not being able to claim

Re: [weewx-user] Re: Te923 driver is not starting anymore.

2016-09-22 Thread Patrick Klein
I'll get back to you once I'm at work and can test it. :) -- 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. For more

Re: [weewx-user] Re: Te923 driver is not starting anymore.

2016-09-22 Thread mwall
patrick, 0) what happens when you run when the reset is commented out? 1) do you have some other software running that is claiming the station? what does 'ps aux' tell you? 2) are you running weewx as root? 3) is the log from running weewx directly or as a daemon? 4) is the log you posted

Re: [weewx-user] Re: Te923 driver is not starting anymore.

2016-09-22 Thread Patrick Klein
Sorry for the messed up post. -- 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. For more options, visit

Re: [weewx-user] Re: Te923 driver is not starting anymore.

2016-09-12 Thread Allan
Den 12-09-2016 kl. 16:03 skrev mwall: On Sunday, September 11, 2016 at 11:44:15 AM UTC-4, Allan H wrote: I just tried to uncomment line 1562 to get the reset back, and the driver immediately started to work again well that is annoying. apparently the reset is required on some

Re: [weewx-user] Re: Te923 driver is not starting anymore.

2016-09-11 Thread Allan
Den 09-09-2016 kl. 14:46 skrev mwall: On Friday, September 9, 2016 at 8:31:07 AM UTC-4, Paul Bartholdi wrote: i pushed driver version 0.19 yesterday (commit 760d55d4a318402698e28f09a56b67db338a644f) https://github.com/weewx/weewx/commit/760d55d4a318402698e28f09a56b67db338a644f the reset