I can get historical weather data from my own Tempest, but I’d like to get the same data from other Tempests. I’m using the following request of the API to get my Tempest’s data from one date to the next:
url = “https://swd.weatherflow.com/swd/rest/observations/device/118620?time_start=” + time_start + “&time_end=” + time_end + “&format=csv&token=” + api_key
I’ve been trying other’s Tempest Device ID’s with no luck. What am I doing wrong???