Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WH32 #2

Open
mbrowny opened this issue May 17, 2021 · 5 comments
Open

WH32 #2

mbrowny opened this issue May 17, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@mbrowny
Copy link

mbrowny commented May 17, 2021

Describe The Bug:

The WH32 sensor is not supported. I get no data displayed for the WH32. The WH32 is the sensor, which is displayed as "Outside Temperatur" and "Outdoor Humidity" in the WSView app on a G1000 gateway.

To Reproduce:
Connect a WH32 to a G1000 gw.

Expected behavior:

Would expect to not just get the "indoor" values from the G1000, but also the "outdoor" from the connected WH32 sensor.

Logs:

Looks data is actually collected by the plugin.
[17/05/2021, 3:31:56 pm] [Ecowitt] Report time: 2021-05-16T19:31:54.000Z
[17/05/2021, 3:31:56 pm] [Ecowitt] Updating: GW1000 channel: undefined
[17/05/2021, 3:31:56 pm] [Ecowitt] GW1000 Update
[17/05/2021, 3:31:56 pm] [Ecowitt] tempinf: 59.0
[17/05/2021, 3:31:56 pm] [Ecowitt] humidityin: 69
[17/05/2021, 3:31:56 pm] [Ecowitt] baromrelin 30.026
[17/05/2021, 3:31:56 pm] [Ecowitt] baromabsin 30.026
[17/05/2021, 3:31:56 pm] [Ecowitt] Updating: WH31 channel: 1
[17/05/2021, 3:31:56 pm] [Ecowitt] WH31 Channel 1 Update
[17/05/2021, 3:31:56 pm] [Ecowitt] batt: 0
[17/05/2021, 3:31:56 pm] [Ecowitt] tempf: 61.70
[17/05/2021, 3:31:56 pm] [Ecowitt] humidity: 64
[17/05/2021, 3:31:56 pm] [Ecowitt] Updating: WH31 channel: 2
[17/05/2021, 3:31:56 pm] [Ecowitt] WH31 Channel 2 Update
[17/05/2021, 3:31:56 pm] [Ecowitt] batt: 0
[17/05/2021, 3:31:56 pm] [Ecowitt] tempf: 62.42
[17/05/2021, 3:31:56 pm] [Ecowitt] humidity: 64
[17/05/2021, 3:31:56 pm] [Ecowitt] Updating: WH31 channel: 3
[17/05/2021, 3:31:56 pm] [Ecowitt] WH31 Channel 3 Update
[17/05/2021, 3:31:56 pm] [Ecowitt] batt: 0
[17/05/2021, 3:31:56 pm] [Ecowitt] tempf: 60.80
[17/05/2021, 3:31:56 pm] [Ecowitt] humidity: 67
[17/05/2021, 3:31:56 pm] [Ecowitt] Updating: WH51 channel: 1
[17/05/2021, 3:31:56 pm] [Ecowitt] WH51 Channel 1 Update
[17/05/2021, 3:31:56 pm] [Ecowitt] soilbatt: 1.5
[17/05/2021, 3:31:56 pm] [Ecowitt] soilmoisture: 47

Plugin Config:

   "thbin": {
            "hide": false
        },
        "th": {
            "hide": false,
            "name1": "Master Bedroom",
            "name2": "Hallway",
            "name3": "Kitchen"
        },

Environment:

  • Plugin Version: 1.1.0
  • Homebridge Version: 1.3.4
  • Node.js Version:
  • NPM Version:
  • Operating System: Ubuntu
@mbrowny mbrowny added the bug Something isn't working label May 17, 2021
@cschacht
Copy link

cschacht commented Sep 3, 2021

Is there any update/resolution for this bug?

@spatialdude
Copy link
Owner

@mbrowny Thanks reporting the problem, sorry it has taken me this long to finally get back on this project.

Are you able to provide a excerpt of what your data payload looks like from the Homebridge log file? (You can remove your pass key as only the data is of interest.)

It would look something like this -

[16/10/2021, 2:05:06 pm] [homebridge-ecowitt] Data report: {
  "PASSKEY": "<YOURPASSKEY>",
  "stationtype": "GW1000_V1.6.8",
  "dateutc": "2021-10-16 03:05:06",
  "tempinf": "61.5",
  "humidityin": "66",
  "baromrelin": "29.843",
  "baromabsin": "29.843",
  "tempf": "58.1",
  "humidity": "76",
  "winddir": "205",
  "windspeedmph": "6.93",
  "windgustmph": "12.53",
  "maxdailygust": "40.04",
  "solarradiation": "229.87",
  "uv": "3",
  "rainratein": "0.000",
  "eventrainin": "0.189",
  "hourlyrainin": "0.000",
  "dailyrainin": "0.012",
  "weeklyrainin": "0.980",
  "monthlyrainin": "1.819",
  "yearlyrainin": "12.154",
  "totalrainin": "12.154",
  "temp1f": "62.78",
  "humidity1": "61",
  "temp2f": "61.52",
  "humidity2": "65",
  "temp3f": "61.34",
  "humidity3": "64",
  "soilmoisture1": "49",
  "soilmoisture2": "34",
  "lightning_time": "",
  "lightning_num": "0",
  "lightning": "",
  "leak_ch1": "0",
  "wh65batt": "0",
  "batt1": "0",
  "batt2": "0",
  "batt3": "0",
  "soilbatt1": "1.5",
  "soilbatt2": "1.5",
  "wh57batt": "4",
  "leakbatt1": "4",
  "freq": "433M",
  "model": "GW1000_Pro"
}

@ilg
Copy link

ilg commented Jul 12, 2022

Hope this helps:

[12/07/2022, 00:07:10] [homebridge-ecowitt] Data report: {
  "PASSKEY": "[…]",
  "stationtype": "GW1000B_V1.7.4",
  "runtime": "99",
  "dateutc": "2022-07-12 05:07:09",
  "tempinf": "72.68",
  "humidityin": "53",
  "baromrelin": "29.179",
  "baromabsin": "29.179",
  "tempf": "75.02",
  "humidity": "74",
  "temp1f": "76.64",
  "humidity1": "52",
  "temp2f": "71.42",
  "humidity2": "58",
  "temp3f": "77.72",
  "humidity3": "50",
  "temp4f": "75.38",
  "humidity4": "49",
  "wh26batt": "0",
  "batt1": "0",
  "batt2": "0",
  "batt3": "0",
  "batt4": "0",
  "freq": "915M",
  "model": "GW1000B_Pro"
}

Based on what I'm seeing in the WS View app:

  • at the gateway: tempinf, humidityin, baromrelin, baromabsin
  • outdoor (WH32): tempf, humidity
  • WH31 sensor N: tempNf, humidityN

@mbrowny
Copy link
Author

mbrowny commented Jul 12, 2022

And this:

[12/07/2022, 7:15:53 pm] [Ecowitt] Data report: {
"PASSKEY": "...",
"stationtype": "GW1000_V1.7.4",
"runtime": "2444449",
"dateutc": "2022-07-12 09:15:53",
"tempinf": "61.16",
"humidityin": "74",
"baromrelin": "29.938",
"baromabsin": "29.790",
"tempf": "53.24",
"humidity": "91",
"temp1f": "65.66",
"humidity1": "68",
"temp2f": "68.54",
"humidity2": "64",
"temp3f": "61.34",
"humidity3": "80",
"soilmoisture1": "100",
"wh26batt": "0",
"batt1": "0",
"batt2": "0",
"batt3": "0",
"soilbatt1": "1.5",
"freq": "433M",
"model": "GW1000_Pro"
}

@theouitdenwaal
Copy link

Based on what I'm seeing in the WS View app:

  • at the gateway: tempinf, humidityin, baromrelin, baromabsin
  • outdoor (WH32): tempf, humidity
  • WH31 sensor N: tempNf, humidityN

I think you are correct. WH32 is not reporting in Homebridge. The associated sensors are:
Outdoor temp: tempf
Outdoor humidity: humidity

This should be a pretty simple change @spatialdude . Thanks so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants