The WN30 is just an extra temperature sensor and belongs to the WH31 extra sensor group - only it measures only temperature and not humidity. As it is primarily meant for measuring water temperature, humidity will be always 100% and therefore measuring it makes little sense.

But it works just like other WH31 extra T/H sensors. I have one in my collection of WH31 sensors and weewx processes it without any problem.

Is there a special reason why your weewx configuration file is named piscina.conf and not weewx.conf ? Has weewx been told to use piscina.conf instead of weewx.conf (default) in the respective files ?

Can you please provide a _complete_ syslog starting from the weewx launch until it either terminates itself or you do so by issuing the stop command !? Also, your weewx.conf (piscina.conf) would be helpful (you can/should remove passwords and API-keys if you use any there)

If you so far only started the driver, can you just configure weewx as in the GW1000 driver description in the weewx.conf file (/etc/weewx/weewx.conf),
and start weewx - and provide the logs and the weewx.conf file !?

Then we can have a better understanding what going on and what's potential going wrong here.

On 24.05.2021 20:36, [email protected] wrote:
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] <mailto:[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 <https://groups.google.com/d/msgid/weewx-user/2f6e835e-dbcd-4d71-bcee-cf431475ccd4n%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
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/c1745224-6568-1957-dbc3-40563b7da5cc%40gmail.com.

Reply via email to