Skip to content

Instantly share code, notes, and snippets.

@jezinka
Last active August 10, 2018 13:19
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/3973248f1082eff40936636a1b11992e to your computer and use it in GitHub Desktop.
Save jezinka/3973248f1082eff40936636a1b11992e to your computer and use it in GitHub Desktop.
{
"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"] }
},
"readings": {
"1": {
"id": 253985, "stamp": 1533903958, "sensor_id": 1, "seq": 62790, "status": 0, "flags": 23,
"bar_temp": 24.58, "bar_pres_abs": 1007.44, "bar_pres_rel": 1023.47, "lux": 5200.64,
"hum_temp": 24.23, "hum_hum": 99.7, "vbat": 3.71, "vreg": 2.83
},
"2": {
"id": 253986, "stamp": 1533903959, "sensor_id": 2, "seq": 49675, "status": 0, "flags": 6,
"bar_temp": null, "bar_pres_abs": null, "bar_pres_rel": null, "lux": 163.458,
"hum_temp": 27.74, "hum_hum": 57.2, "vbat": 3.59, "vreg": 2.72
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment