Skip to content

Instantly share code, notes, and snippets.

@jezinka
Last active February 17, 2019 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jezinka/3f84a59225c30377403dd627b9d6fd27 to your computer and use it in GitHub Desktop.
Save jezinka/3f84a59225c30377403dd627b9d6fd27 to your computer and use it in GitHub Desktop.
{
"data": {
"hum_temp": "Temperatura (\u00b0C)",
"hum_hum": "Wilgotno\u015b\u0107 (%)",
"bar_pres_rel": "Ci\u015bnienie (hPa)",
"lux": "Jasno\u015b\u0107 (lx)",
"vbat": "Nap. baterii (V)",
"vreg": "Nap. sensor\u00f3w (V)"
},
"sensors": {
"1": { "label": "Balkon", "data": ["hum_temp","hum_hum","bar_pres_rel","lux","vbat","vreg"] },
"2": { "label": "Salon", "data": ["hum_temp","hum_hum","lux","vbat","vreg" ] },
"4": { "label": "Biuro", "data": ["hum_temp","hum_hum","lux","vbat","vreg" ] },
"5": { "label": "\u0141azienka", "data": ["hum_temp","hum_hum","lux","vbat","vreg" ] }
},
"readings": {
"1": { "id": 3426091, "stamp": 1549810634, "sensor_id": 1, "seq": 45116, "status": 0, "flags": 23, "bar_temp": 8.22, "bar_pres_abs": 985.472, "bar_pres_rel": 1001.16, "lux": 293.8, "hum_temp": 7.76, "hum_hum": 111.8, "vbat": 3.76, "vreg": 2.85 },
"2": { "id": 3426089, "stamp": 1549810629, "sensor_id": 2, "seq": 31088, "status": 0, "flags": 6, "bar_temp": null, "bar_pres_abs": null, "bar_pres_rel": null, "lux": 5.72344, "hum_temp": 24.01, "hum_hum": 51.52, "vbat": 3.64, "vreg": 2.76 },
"4": { "id": 3426088, "stamp": 1549810626, "sensor_id": 4, "seq": 49955, "status": 0, "flags": 22, "bar_temp": null, "bar_pres_abs": null, "bar_pres_rel": null, "lux": 15.9223, "hum_temp": 23.38, "hum_hum": 54.3, "vbat": 3.7, "vreg": 2.84 },
"5": { "id": 3426090, "stamp": 1549810633, "sensor_id": 5, "seq": 47950, "status": 0, "flags": 22, "bar_temp": null, "bar_pres_abs": null, "bar_pres_rel": null, "lux": 0.0259, "hum_temp": 26.18, "hum_hum": 51.63, "vbat": 3.67, "vreg": 2.79 }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment