-
Notifications
You must be signed in to change notification settings - Fork 18
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
Comments
Is there any update/resolution for this bug? |
@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"
} |
Hope this helps:
Based on what I'm seeing in the WS View app:
|
And this: [12/07/2022, 7:15:53 pm] [Ecowitt] Data report: { |
I think you are correct. WH32 is not reporting in Homebridge. The associated sensors are: This should be a pretty simple change @spatialdude . Thanks so much. |
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:
Environment:
The text was updated successfully, but these errors were encountered: