Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjarne Riis committed Nov 30, 2023
1 parent f6076b5 commit 186fd70
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,17 @@ To add WeatherFlow Forecast to your installation, do the following:

| Parameter | Required | Default Value | Description |
| --------- | -------- | ------------- | ----------- |
| `Station ID` | Yes | None | The Station ID for your weathwer station. |
| `API Token` | Yes | None | The personal API Token you created as per instructions above. |
| `Station ID` | Yes | None | Each WeatherFlow Station you setup, will get a unique Station ID, this id is needed during configuration. To get your Station ID, [login with your account](https://tempestwx.com/settings/stations/), select the station on the list, and then click *Status*. Here you will find your Station ID. |
| `API Token` | Yes | None | The WeatherFlow REST API requires a Token. Please [login with your account](https://tempestwx.com/settings/tokens) and create the token. Go to Settings and choose Data Authorizations (almost at the bottom). Create a personal access token and use that as Token (API key). |
| `Add Sensors` | No | False | Mark the box if you want to have all the available sensors from the Rest API add to Home Assistant |

- Click on SUBMIT to save your data. If all goes well you should now have a new Weather entity with data from WeatherFlow Forecast
- **Please Note**: The Token you create here will ONLY work with Stations that are registered under the same Login.


You can configure more than 1 instance of the Integration by using a different Station ID.


## Available Sensors

Here is the list of sensors that the program generates. Calculated means, if No, then data comes directly from the Weather Station, if yes, it is a sensor that is derived from some of the other sensors. Not all sensors show up on all installations. It depends on where in the world your station is located.
Expand Down

0 comments on commit 186fd70

Please sign in to comment.