spatialdude / homebridge-ecowitt

A Homebridge plugin supporting a wide range of Ecowitt sensors
https://www.npmjs.com/package/homebridge-ecowitt
Apache License 2.0
12 stars 18 forks source link

Not configured for data reports from this base station: #32

Open btgh opened 3 months ago

btgh commented 3 months ago

Describe Your Problem:

Data is being sent from my Ecowitt GW2000B but the plugin doesn't create accessories Logs:

Show the Homebridge logs here, remove any sensitive information
[@pserb/homebridge-ecowitt] Not configured for data reports from this base station: {
  "PASSKEY": "7144FC9A801EBA517BB9DB2CD478A708",
  "stationtype": "GW2000B_V3.1.4",
  "runtime": "151251",
  "heap": "101300",
  "dateutc": "2024-08-01 18:18:24",
  "tempinf": "74.48",
  "humidityin": "40",
  "baromrelin": "29.822",
  "baromabsin": "29.822",
  "soilmoisture1": "53",
  "soilad1": "274",
  "soilmoisture2": "43",
  "soilad2": "235",
  "soilmoisture3": "50",
  "soilad3": "253",
  "soilbatt1": "1.5",
  "soilbatt2": "1.5",
  "soilbatt3": "1.5",
  "freq": "915M",
  "model": "GW2000B",
  "interval": "60"
}

**Plugin Config:**
{
    "mac": "A0:A3:B3:7A:C9:5C",
    "port": 8087,
    "path": "/data/report",
    "unregister": false,
    "ws": {
        "hide": false,
        "uv": {
            "hide": false,
            "threshold": 6
        },
        "solarradiation": {
            "hide": false,
            "luxFactor": 126.7
        },
        "wind": {
            "units": "beaufort",
            "speedThreshold": 5,
            "speedHighThreshold": 7,
            "gustThreshold": 6,
            "maxDailyGustThreshold": 8
        },
        "rain": {
            "units": "mm"
        }
    },
    "thbin": {
        "hide": false
    },
    "th": {
        "hide": false
    },
    "tf": {
        "hide": false
    },
    "soil": {
        "hide": false
    },
    "leak": {
        "hide": false
    },
    "pm25": {
        "hide": false
    },
    "lightning": {
        "hide": false,
        "units": "km"
    },
    "_bridge": {
        "username": "0E:BD:B4:89:B4:1C",
        "port": 39591
    },
    "platform": "Ecowitt"
}
```json
Show your Homebridge config.json here, remove any sensitive information.

Screenshots:

Environment:

rhockenbury commented 1 month ago

Hi @btgh. I have a new version (v2) of this plugin available, check out Homebridge Ecowitt Weather Sensors which can be installed through the Homebridge UI. I've verified that this new version works with the data report that you provided above. Would appreciate any feedback if you have time to give this new version a try, and let me know if you hit any issues.

btgh commented 1 month ago

Ryker 1.4.1 is the latest in the UIOn Sep 13, 2024, at 2:43 PM, Ryler Hockenbury @.***> wrote: Hi @btgh. I have a new version (v2) of this plugin available, check out Homebridge Ecowitt Weather Sensors which can be installed through the Homebridge UI. I've verified that this new version works with the data report that you provided above. Would appreciate any feedback if you have time to give this new version a try, and let me know if you hit any issues.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

rhockenbury commented 1 month ago

Hi @btgh, I should have clarified better. The plugin is published as a different plugin under a different name, try searching for "homebridge-ecowitt-weather-sensors" on the Homebridge UI.