homebridge-ecowitt-weather-sensors
Version:
Homebridge support for your Fine Offset weather station (Ecowitt, Ambient, Froggit, GoGen, and more)
23 lines (22 loc) • 494 B
JSON
{
"platform": "Ecowitt",
"baseStation": {
"mac": "00:00:00:00:00:00",
"port": 8080,
"path": "/data/report"
},
"additional": {
"staticNames": "false",
"validateMac": "true",
"luxFactor": 126.7,
"acceptAnyPath": "false",
"validateTimestamp": "true",
"removeStaleDevices": "true"
},
"units": {
"wind": "mph",
"rain": "in",
"distance": "mi",
"temperature": "fh"
}
}