Hi all Now i try to recover my weather station
On windows it connect . And all is ok: station work with weatherlink
On both computers i use same usb cable
But when i plug it to linux pc with weewx I have problem: it can't
start
I add to /etc/init.d/weewx
to DAEMON_ARGS flag --loop-on-init
and set timeout 120 sec in config
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/b54643d4-3333-40e5-af42-0c4db10f4566n%40googlegroups.com.
Jul 6 21:47:57 hass weewx[21665] INFO __main__: retrying...
Jul 6 21:47:57 hass weewx[21665] INFO __main__: Using configuration file
/etc/weewx/weewx.conf
Jul 6 21:47:57 hass weewx[21665] INFO __main__: Debug is 1
Jul 6 21:47:57 hass weewx[21665] DEBUG __main__: Initializing engine
Jul 6 21:47:57 hass weewx[21665] INFO weewx.engine: Loading station type
Vantage (weewx.drivers.vantage)
Jul 6 21:47:57 hass weewx[21665] DEBUG weewx.drivers.vantage: Driver version
is 3.2.2
Jul 6 21:47:57 hass weewx[21665] DEBUG weewx.drivers.vantage: Option
loop_request=1
Jul 6 21:47:57 hass weewx[21665] DEBUG weewx.drivers.vantage: Opened up serial
port /dev/ttyUSB1; baud 19200; timeout 120.00
Jul 6 21:47:57 hass weewx[21665] DEBUG weewx.drivers.vantage: Gentle wake up
of console successful
Jul 6 21:47:57 hass weewx[21665] ERROR weewx.drivers.vantage: No <ACK>
received from console
Jul 6 21:47:57 hass weewx[21665] ERROR weewx.drivers.vantage:
_determine_hardware; retry #0: 'No <ACK> received from Vantage console'
Jul 6 21:47:57 hass weewx[21665] ERROR weewx.drivers.vantage: No <ACK>
received from console
Jul 6 21:47:57 hass weewx[21665] ERROR weewx.drivers.vantage:
_determine_hardware; retry #1: 'No <ACK> received from Vantage console'
Jul 6 21:47:57 hass weewx[21665] ERROR weewx.drivers.vantage: No <ACK>
received from console
Jul 6 21:47:57 hass weewx[21665] ERROR weewx.drivers.vantage:
_determine_hardware; retry #2: 'No <ACK> received from Vantage console'
Jul 6 21:47:57 hass weewx[21665] ERROR weewx.drivers.vantage: No <ACK>
received from console
Jul 6 21:47:57 hass weewx[21665] ERROR weewx.drivers.vantage:
_determine_hardware; retry #3: 'No <ACK> received from Vantage console'
Jul 6 21:47:57 hass weewx[21665] ERROR weewx.drivers.vantage: Unable to read
hardware type; raise WeeWxIOError
Jul 6 21:47:57 hass weewx[21665] ERROR weewx.engine: Import of driver failed:
Unable to read hardware type (<class 'weewx.WeeWxIOError'>)
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: **** Traceback
(most recent call last):
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: **** File
"/usr/share/weewx/weewx/engine.py", line 119, in setupStation
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: ****
self.console = loader_function(config_dict, self)
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: **** File
"/usr/share/weewx/weewx/drivers/vantage.py", line 39, in loader
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: **** return
VantageService(engine, config_dict)
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: **** File
"/usr/share/weewx/weewx/drivers/vantage.py", line 1899, in __init__
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: ****
Vantage.__init__(self, **config_dict[DRIVER_NAME])
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: **** File
"/usr/share/weewx/weewx/drivers/vantage.py", line 516, in __init__
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: ****
self._setup()
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: **** File
"/usr/share/weewx/weewx/drivers/vantage.py", line 1322, in _setup
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: ****
self.hardware_type = self._determine_hardware()
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: **** File
"/usr/share/weewx/weewx/drivers/vantage.py", line 1313, in _determine_hardware
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: **** raise
weewx.WeeWxIOError("Unable to read hardware type")
Jul 6 21:47:57 hass weewx[21665] CRITICAL weewx.engine: ****
weewx.WeeWxIOError: Unable to read hardware type
Jul 6 21:47:57 hass weewx[21665] CRITICAL __main__: Unable to load driver:
Unable to read hardware type
Jul 6 21:47:57 hass weewx[21665] CRITICAL __main__: **** Waiting 60
seconds then retrying...