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