Hello. I have OpenWrt device with installed Openwrt. It works with Vantage 
pro 2 Console and Vantage vue Console, But doesn't work with Davis 
Envoy(6316). I get an error: "weewx.WakeupError: Unable to wake up Vantage 
console". I have already installed pySerial package, it doesn't help.
In other thread(#293 <https://github.com/weewx/weewx/issues/293>, GitHub) i 
found this test script:
*import serial *
*port = serial.Serial("/dev/ttyUSB0", 19200) *

*port.write("WRD" + chr(0x12) + chr(0x4d) + "\n")  *

*ack = port.read() *
*if ack != chr(0x06): *
* print "Unable to get ACK. Got %d instead." % ack *

*htype = port.read() *

*print "Hardware type is %d" % htype *
*port.close()*

But she stops at the line: "ack = port.read()" , it cannot run line, 
however it doesn't show me any errors, it just hangs.

Envoy use USB data logger and have this name in system - /dev/ttyUSB0
someone faced this problem, or can help with any advice?
Thanks in advance to everyone!

-- 
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/7e8291e7-e641-468e-986e-ffe67561e77en%40googlegroups.com.

Reply via email to