-
Notifications
You must be signed in to change notification settings - Fork 21
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
Weather MQTT endpoint does not match documentation #54
Comments
Agreed with the observation that it is a single JSON message on that topic, not subtopics as documented. However, I'm seeing temperature values that look legitimately to be in Celsius (14C and 19C are believable current values from the data below) In addition, there are a large number of undocumented values, and some documented-but-missing values ( {
"runtime": 7338.0,
"heap": 26000.0,
"tempin": 19.699999999999996,
"humidityin": 46.0,
"baromrel": 1002.303309768129,
"baromabs": 1002.303309768129,
"temp": 14.200000000000001,
"humidity": 59.0,
"winddir": 203.0,
"windspeed": 14.75768448,
"windgust": 24.12406656,
"maxdailygust": 24.12406656,
"solarradiation": 178.45,
"uv": 1.0,
"rrain_piezo": 0.0,
"erain_piezo": 0.0,
"hrain_piezo": 0.0,
"drain_piezo": 0.40640000000000004,
"wrain_piezo": 11.5062,
"mrain_piezo": 12.2936,
"yrain_piezo": 12.2936,
"ws90cap_volt": 5.3,
"ws90_ver": 138.0,
"wh90batt": 3.26,
"interval": 20.0,
"beaufortscale": 3,
"dewpoint": 6.308491223066804,
"feelslike": 14.200000000000001,
"frostpoint": 4.471798694524923,
"frostrisk": "No risk",
"heatindex": 13.216111111111115,
"humidex": 14,
"humidex_perception": "Comfortable",
"humidityabs": 7.201474941565666,
"humidityabsin": 7.201474941565666,
"relative_strain_index": null,
"relative_strain_index_perception": null,
"safe_exposure_time_skin_type_1": 166.7,
"safe_exposure_time_skin_type_2": 200.0,
"safe_exposure_time_skin_type_3": 266.7,
"safe_exposure_time_skin_type_4": 333.3,
"safe_exposure_time_skin_type_5": 533.3,
"safe_exposure_time_skin_type_6": 866.7,
"simmerindex": null,
"simmerzone": null,
"solarradiation_perceived": 87.07778922002475,
"thermalperception": "Dry",
"windchill": null
} |
Looks like the temp issue has been fixed - here is a grab from an earlier time,
a grab at the current time of writing looks like
|
Wild (!?) guess / quick research suggests that is that this is an Ecowitt system using ecowitt2mqtt so this documentation looks reasonable for defining what the values should be. |
A few things:
The text was updated successfully, but these errors were encountered: