I'm needing to update the te923 driver to the latest version 0.18
Where is this file located so I can update it ?
I have the latest version
from https://github.com/weewx/weewx/blob/master/bin/weewx/drivers/te923.py
How do I instal it? (Newbie on Raspbian!)
Thanks
On Tuesday, 15 March 2016 09:35:51 UTC, Joep L. Blom wrote:
>
> From the start of the new driver I have had problems with it. I begin
> however, to get the suspicion that something in the TFA Nexus has gone
> but I'm not sure as the console display is strictly normal.
> However, yesterday (localtime) morning the program stopped suddenly
> receiving packets .
> This the excerpt of the log:
> _________________________________________
> Mar 15 06:35:30 kangoo weewx[2420]: reportengine: ftp'd 49 files in 6.67
> seconds
> Mar 15 06:40:21 kangoo weewx[2420]: manager: added record 2016-03-15
> 06:40:00 CET (1458020400) to database 'weewx.sdb'
> Mar 15 06:40:21 kangoo weewx[2420]: manager: added record 2016-03-15
> 06:40:00 CET (1458020400) to daily summary in 'weewx.sdb'
> Mar 15 06:40:23 kangoo weewx[2420]: te923: Failed attempt 1 of 5 to read
> data: Timeout after 0 bytes
> Mar 15 06:40:24 kangoo weewx[2420]: cheetahgenerator: Generated 14 files
> for report StandardReport in 2.15 seconds
> Mar 15 06:40:25 kangoo weewx[2420]: genimages: Generated 12 images for
> StandardReport in 1.11 seconds
> Mar 15 06:40:25 kangoo weewx[2420]: reportengine: copied 0 files to
> /home/weewx/public_html
> Mar 15 06:40:26 kangoo weewx[2420]: GaugeGenerator: windDir has no
> reading (None)
> Mar 15 06:40:26 kangoo weewx[2420]: GaugeGenerator: windRose has no
> reading (None)
> Mar 15 06:40:27 kangoo weewx[2420]: GaugeGenerator: Generated 7 images
> for HTMLPages in 1.68 seconds
> Mar 15 06:40:27 kangoo weewx[2420]: historygenerator.pyc: Generated 5
> tables in 0.12 seconds
> Mar 15 06:40:27 kangoo weewx[2420]: te923: Failed attempt 2 of 5 to read
> data: Timeout after 15 bytes
> Mar 15 06:40:29 kangoo weewx[2420]: cheetahgenerator: Generated 10 files
> for report HTMLPages in 1.62 seconds
> Mar 15 06:40:29 kangoo weewx[2420]: reportengine: copied 0 files to
> /home/weewx/public_html/Bootstrap
> Mar 15 06:40:29 kangoo weewx[2420]: genimages: Generated 6 images for
> SmallImages in 0.90 seconds
> Mar 15 06:40:31 kangoo weewx[2420]: te923: Failed attempt 3 of 5 to read
> data: Timeout after 14 bytes
> Mar 15 06:40:35 kangoo weewx[2420]: te923: Failed attempt 4 of 5 to read
> data: Timeout after 14 bytes
> Mar 15 06:40:36 kangoo weewx[2420]: reportengine: ftp'd 49 files in 6.65
> seconds
> Mar 15 06:40:40 kangoo weewx[2420]: te923: Failed attempt 5 of 5 to read
> data: Timeout after 14 bytes
> Mar 15 06:40:43 kangoo weewx[2420]: engine: Shutting down StdReport thread
> Mar 15 06:40:43 kangoo weewx[2420]: engine: Caught WeeWxIOError: Read
> failed after 5 tries
> Mar 15 06:40:43 kangoo weewx[2420]: **** Waiting 60 seconds then
> retrying...
> Mar 15 06:41:43 kangoo weewx[2420]: engine: retrying...
> Mar 15 06:41:43 kangoo weewx[2420]: engine: Using configuration file
> /home/weewx/weewx.conf
> Mar 15 06:41:43 kangoo weewx[2420]: engine: Loading station type TE923
> (weewx.drivers.te923)
> Mar 15 06:41:43 kangoo weewx[2420]: te923: driver version is 0.17
> Mar 15 06:41:43 kangoo weewx[2420]: te923: polling interval is 10
> Mar 15 06:41:43 kangoo weewx[2420]: te923: observation map is {'bat_1':
> 'outBatteryStatus', 'bat_3': 'extraBatteryStatus2', 'bat_2':
> 'extraBatteryStatus1', 'bat_5': 'extraBatteryStatus4', 'bat_4':
> 'extraBatteryStatus3', 'bat_wind': 'windBatteryStatus', 't_in':
> 'inTemp', 'link_rain': 'rainLinkStatus', 't_5': 'extraTemp4', 'h_in':
> 'inHumidity', 'h_4': 'extraHumid3', 'h_5': 'extraHumid4', 'h_2':
> 'extraHumid1', 'h_3': 'extraHumid3', 'h_1': 'outHumidity', 't_2':
> 'extraTemp1', 'link_2': 'extraLinkStatus1', 'link_uv': 'uvLinkStatus',
> 'link_wind': 'windLinkStatus', 'uv': 'UV', 'bat_uv': 'uvBatteryStatus',
> 'link_5': 'extraLinkStatus4', 'bat_rain': 'rainBatteryStatus', 'link_3':
> 'extraLinkStatus2', 't_3': 'extraTemp2', 'link_1': 'outLinkStatus',
> 't_1': 'outTemp', 't_4': 'extraTemp3', 'link_4': 'extraLinkStatus3'}
> Mar 15 06:41:43 kangoo weewx[2420]: te923: Found device on USB bus=001
> device=005
> Mar 15 06:41:43 kangoo weewx[2420]: te923: read: wrong number of bytes:
> 35 != 34
> Mar 15 06:41:43 kangoo weewx[2420]: te923: Failed attempt 1 of 5 to read
> data: Bad header byte: 03 != 5a
> Mar 15 06:41:47 kangoo weewx[2420]: te923: Failed attempt 2 of 5 to read
> data: Timeout after 7 bytes
> Mar 15 06:41:52 kangoo weewx[2420]: te923: Failed attempt 3 of 5 to read
> data: Timeout after 14 bytes
> Mar 15 06:41:56 kangoo weewx[2420]: te923: Failed attempt 4 of 5 to read
> data: Timeout after 14 bytes
> Mar 15 06:42:00 kangoo weewx[2420]: te923: Failed attempt 5 of 5 to read
> data: Timeout after 14 bytes
> Mar 15 06:42:03 kangoo weewx[2420]: engine: Unable to load driver: Read
> failed after 5 tries
> Mar 15 06:42:03 kangoo weewx[2420]: **** Exiting...
> Mar 15 08:23:57 kangoo weewx[15842]: engine: Initializing weewx version
> 3.4.0
> etc., etc.
> ......
> ____________________________________________________
> From that moment on weewx refused to get packages.
> I would like to find out why the packets are in error but I have no idea
> how to troubleshoot.
> I took the console from the power (removing the batteries also) and
> waited a few minutes but nothing happened.
> The last trial gave:
> ___________________________________
> Mar 15 10:13:16 kangoo weewx[18145]: te923: Found device on USB bus=001
> device=005
> Mar 15 10:13:17 kangoo weewx[18145]: te923: read: wrong number of bytes:
> 35 != 34
> Mar 15 10:13:17 kangoo weewx[18145]: te923: Failed attempt 1 of 5 to
> read data: Bad header byte: 05 != 5a
> Mar 15 10:13:21 kangoo weewx[18145]: te923: Failed attempt 2 of 5 to
> read data: Timeout after 7 bytes
> Mar 15 10:13:25 kangoo weewx[18145]: te923: Failed attempt 3 of 5 to
> read data: Timeout after 7 bytes
> Mar 15 10:13:29 kangoo weewx[18145]: te923: Failed attempt 4 of 5 to
> read data: Timeout after 7 bytes
> Mar 15 10:13:33 kangoo weewx[18145]: te923: Failed attempt 5 of 5 to
> read data: Timeout after 7 bytes
> Mar 15 10:13:36 kangoo weewx[18145]: engine: Unable to load driver: Read
> failed after 5 tries
> Mar 15 10:13:36 kangoo weewx[18145]: **** Exiting...
> ________________________________________
>
> Is this a case of a defunct console-link?
> Hope somebody can give some advice how to proceed (OK, a new console or
> complete new system is a possibility, I know).
> Joep
>
>
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.