weewx-gw1000 icon indicating copy to clipboard operation
weewx-gw1000 copied to clipboard

A WeeWX driver based on the Ecowitt LAN/Wi-Fi Gateway API

Results 10 weewx-gw1000 issues
Sort by recently updated
recently updated
newest added

Information shows up via EcoWitt (see below) ![Screenshot 2024-04-12 at 14 27 17](https://github.com/gjr80/weewx-gw1000/assets/36718299/eb3c4204-9cbe-479d-ad60-c7a6d9f2b3dd) but this data does not track through to WeeWx ![Screenshot 2024-04-12 at 14 27 57](https://github.com/gjr80/weewx-gw1000/assets/36718299/d0835fe2-4a3e-4a58-bdf6-3c13b556291e)

v0.6.0 assigns all WeeWX fields in the default field map to a WeeWX unit group. This means that out of the box any field from the default field map used...

enhancement

With the latest GW1000 driver, most wee_device options can auto-detect the GW1000's IP address: ``` blackbox:/etc/weewx>wee_device --live-data Using configuration file /etc/weewx/weewx.conf Using GW1000 driver version 0.6.1 (user.gw1000) Interrogating GW1000 at...

Both `class GatewayDriver` and `class GatewayService` have dual inheritance so care needs to be take when calling the `__init__` for the parent classes. This was thought to have been fixed...

question

gw1000.py v0.6.0 line 3460: ``` offset_dict[channel] = struct.unpack(">h", six.int2byte(data[index + 1:index + 3]))[0] / 10.0 ``` will generate an exception if it is ever encountered as the argument to `six.int2byte`...

bug

Using `--discover` results in the following error: ``` gary@vm-weewx-egd-29:~$ PYTHONPATH=/home/weewx/bin python3 -m user.gw1000 --discover --debug=3 Using configuration file /home/weewx/weewx.conf debug level is '3' IP address to be obtained by discovery...

bug

`wee_extension` does not support the `--no-prompt` command line option as does `wee_config`. Need to check that if `wee_config` is used with the `--no-prompt` command line option a workable config results.

enhancement

There appears to be inconsistent behaviour when errors are encountered obtaining a response/data from the GW1000. Expected behaviour will be different whether the GW1000 driver is being used as a...

bug

Your gw1000 driver picked up wind speed and gust automagically. We'll see if rain populates when we get some more probably tomorrow. Looks like you need to add a definition...

Operation system: Ubuntu 24.04 Python version: 3.12.3 Weewx version: 5.1.0-4 installed via apt package I tried to install the extension as described in the installation instruction on a fresh weewx...