Having a problem when I issue the following https call to my station:
https://swd.weatherflow.com/swd/rest/observations/station/44649?api_key=[key]
What I’m getting back is the following:
{
“status”: {
“status_code”: 0,
“status_message”: “SUCCESS - Either no capabilities or no recent observations”
},
“elevation”: 1631.25183105469,
“indoor_keys”: ,
“is_public”: true,
“latitude”: 43.53083,
“longitude”: -114.32061,
“obs”: ,
“outdoor_keys”: ,
“public_name”: “Cranbrook Rd”,
“station_id”: 44649,
“station_name”: “Cranbrook Road”,
“station_units”: {
“units_direction”: “cardinal”,
“units_distance”: “mi”,
“units_other”: “imperial”,
“units_precip”: “in”,
“units_pressure”: “inhg”,
“units_temp”: “f”,
“units_wind”: “mph”
},
“timezone”: “America/Boise”
}
However, if I use the Tempest app to look at my station it shows all the observation data. What would cause my station not to return any observation data through an https api call but to send all the data to the Tempest cloud for the app?
Thanks in advance for the help