My current readings from the API endpoint are showing as NULL, If I test it with yesterdays readings it is fine… Here is the end point and the results. You can see the first few entries in the obs array are null…
Anyone got any ideas what maybe wrong?
Thanks Nick
https://swd.weatherflow.com/swd/rest/observations/device/{device}?token={token}
{
“status”: {
“status_code”: 0,
“status_message”: “SUCCESS”
},
“device_id”: 158921,
“type”: “obs_st”,
“source”: “cache”,
“summary”: {
“pressure_trend”: “falling”,
“strike_count_1h”: 0,
“strike_count_3h”: 0,
“precip_total_1h”: 0,
“strike_last_dist”: 34,
“strike_last_epoch”: 1638950680,
“precip_accum_local_yesterday”: 0,
“precip_analysis_type_yesterday”: 0,
“heat_index”: 10
},
“obs”: [
[
1640597113,
null,
null,
null,
null,
300,
991.2,
10,
95,
3134,
0,
24,
0,
0,
0,
0,
2.34,
1,
0,
null,
null,
0
]
]
}