Add ability to download historical data within the app or web interface

@sunny - yep! I forgot about the ability to switch between JSON and CSV. Something like:

https://swd.weatherflow.com/swd/rest/observations/device/<<device_id>>?day_offset=1&format=csv&token=<<token>>

or with some time_start & time_end dates certainly would do that nicely! However - dumping that out for more than a few days may be a little tedious :slight_smile: And per minute granularity falls off if you start selecting bigger swaths of time outside of 5 days.

Certainly a great first place to try things out and see if the data you’re looking for is something worth playing with. It’s essentially all of the per minute data from your device without any derived metrics or event data.

"device_id","type","bucket_step_minutes","timestamp","wind_lull","wind_avg","wind_gust","wind_dir","wind_interval","pressure","temperature","humidity","lux","uv","solar_radiation","precip","precip_type","strike_distance","strike_count","battery","report_interval","local_daily_precip","precip_final","local_daily_precip_final","precip_analysis_type"
122367,obs_st,1,1623715200,0.07,1.23,2.32,348,3,989.4,31,48,10477,0.63,87,0,0,0,0,2.79,1,0,0,0,1,
122367,obs_st,1,1623715260,0.14,0.97,2.19,0,3,989.4,31,48,10392,0.62,86,0,0,0,0,2.79,1,0,0,0,1,
122367,obs_st,1,1623715320,0,0.61,1.78,353,3,989.4,31,48,10299,0.62,85,0,0,0,0,2.79,1,0,0,0,1,

Here’s a sample of my data if you want to just plug it into Excel as a CSV.

(If you have like 5 Tempests, a few Air and Skys and 1200 days of data - this probably won’t work so well for you…) :wink:

1 Like