Hi everyone,
I am trying to use WeeWX with a GW1000 hardware (this 
<https://www.froggit.de/product_info.php?info=p410_dp1500-wi-fi-wetterserver-usb-dongle.html>)
 
that is receiving data from a WN30 temperature sensor (this 
<https://www.froggit.de/product_info.php?language=en&info=p480_dp30-multi-kanal-temperatur-funksensor-mit-wasserfestem-kabelfuehler.html>).
 
I installed the hardware and connected to the WiFi, and by the smartphone 
app everything seems fine: in fact I can see live data from there.
Now, I want to use the GW1000 driver <https://github.com/gjr80/weewx-gw1000>for 
reading its data with WeeWX. I correctly followed the instruction and 
installed the driver on WeeWX 3.9.2, but I am having some troubles.
In particular, I am getting the following error:
gw1000: Invalid response to attempt 1 to send command 
'CMD_READ_SENSOR_ID_NEW': Invalid command code in API response. Expected 
'60' (0x3C), received '99' (0x63)
This is what the test-driver returns:
$ PYTHONPATH=/home/weewx/bin python -m user.gw1000 --test-driver
Using configuration file /etc/weewx/piscina.conf
debug level is '1'

IP address to be obtained by discovery
Port number set to default port number

Interrogating GW1000 at 192.168.0.25:45000

Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/home/weewx/bin/user/gw1000.py", line 5906, in <module>
    main()
  File "/home/weewx/bin/user/gw1000.py", line 5900, in main
    direct_gw100.process_options()
  File "/home/weewx/bin/user/gw1000.py", line 4833, in process_options
    self.test_driver()
  File "/home/weewx/bin/user/gw1000.py", line 5647, in test_driver
    for pkt in driver.genLoopPackets():
  File "/home/weewx/bin/user/gw1000.py", line 2057, in genLoopPackets
    raise weewx.WeeWxIOError(e)
weewx.WeeWxIOError: Failed to obtain response to command 
'CMD_READ_SENSOR_ID_NEW' after 3 attempts

Any ideas??
Thank you!

-- 
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/2f6e835e-dbcd-4d71-bcee-cf431475ccd4n%40googlegroups.com.

Reply via email to