You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Hanimaniac & @buckotronic. I have a new Ecowitt plugin available (v2), check out Homebridge Ecowitt Weather Sensors which can be installed through the Homebridge UI. I've verified that this new plugin 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.
Hello Everyone,
I can't get the Plugin to work with my Homebridge.
I like to use the Soil Moisture Sensor in my Homekit.
[14/05/2024, 21:43:14] [Ecowitt] Creating data report service
[14/05/2024, 21:43:14] [Ecowitt] Port: 8080
[14/05/2024, 21:43:14] [Ecowitt] Path: /data/report/
[14/05/2024, 21:43:14] [Ecowitt] Unregistering cached accessories: 0
[14/05/2024, 21:43:14] [Ecowitt] Listening for data reports on: http://[::]:8080
[14/05/2024, 21:44:29] [Ecowitt] Data source address: ::ffff:1XX.XXX.XXX.31
[14/05/2024, 21:44:29] [Ecowitt] Request: POST /data/report/ HTTP/1.1
host: 1XX.XXX.XXX.157
connection: Close
[14/05/2024, 21:44:29] [Ecowitt] Not configured for data reports from this base station: {
"PASSKEY": "E16FBFBBB01952F8EFB529E187AEAC82",
"stationtype": "GW1100A_V2.3.2",
"runtime": "172597",
"heap": "25600",
"dateutc": "2024-05-14 19:44:29",
"tempinf": "77.18",
"humidityin": "37",
"baromrelin": "29.669",
"baromabsin": "29.669",
"soilmoisture1": "27",
"soilad1": "173",
"soilbatt1": "1.5",
"freq": "868M",
"model": "GW1100A",
"interval": "16"
}
1XX.XXX.XXX.31 - IP Adress Ecowitt Gateway GW1100
1XX.XXX.XXX.157 - IP Adress Homebridge
Plugin Config:
{
"mac": " 11:11:11:11:11:1D",
"port": 8080,
"path": "/data/report/",
"ws": {
"hide": true,
"uv": {
"hide": false,
"threshold": 6
},
"solarradiation": {
"hide": false,
"luxFactor": 126.7
},
"wind": {
"units": "beaufort",
"speedThreshold": 1,
"gustThreshold": 3,
"maxDailyGustThreshold": 8
},
"rain": {
"units": "mm"
}
},
"thbin": {
"hide": false
},
"th": {
"hide": true
},
"soil": {
"hide": false,
"name1": "Bodenfeuchte"
},
"leak": {
"hide": true
},
"pm25": {
"hide": true
},
"lightning": {
"hide": true,
"units": "km"
},
"platform": "Ecowitt"
}
This is the customized Weather Service of the Ecowitt Gateway
The text was updated successfully, but these errors were encountered: