[Feature] add Tempest (WeatherFlow) API support #677
geransmith
started this conversation in
Feature request
Replies: 2 comments
-
|
The URL can also accept query parameters as documented in the swagger page. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'm not looking to implement more weather sources currently. I added iFrame support for such cases as custom data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
I'd like to have Tempes (by WeatherFlow) as an option for fetching weather information. The biggest benefit here is that the data would come from my local weather station instead of potentially being a further away station.
The endpoint info is here: https://weatherflow.github.io/Tempest/api/swagger/#!/forecast/getBetterForecast
Here is an example when I make a GET to the endpoint with the appropriate URL parameters (
curl -X GET --header 'Accept: application/json' 'https://swd.weatherflow.com/swd/rest/better_forecast?station_id=123456789&token=this_is_a_fake_token'). NOTE: I did take some location info out and removed some forecast info for brevity.Beta Was this translation helpful? Give feedback.
All reactions