-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# WeatherFlow Forecast and Sensor integration for Home Assistant | ||
Home Assistant integration for WeatherFlow Forecast | ||
Home Assistant integration for WeatherFlow Cloud Based Data using the REST API | ||
|
||
[![GitHub Release][releases-shield]][releases] | ||
[![GitHub Activity][commits-shield]][commits] | ||
|
@@ -8,6 +8,8 @@ Home Assistant integration for WeatherFlow Forecast | |
![Project Maintenance][maintenance-shield] | ||
[![Community Forum][forum-shield]][forum] | ||
|
||
<a href="https://www.buymeacoffee.com/briis" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 145px !important;" ></a> | ||
|
||
<p align="center"> | ||
<img width="384" height="128" src="https://github.com/briis/weatherflow_forecast/blob/main/images/[email protected]?raw=true"> | ||
</p> | ||
|
@@ -21,7 +23,8 @@ For this integration you **must own a WeatherFlow weather station** and you must | |
Platform | Description | ||
-- | -- | ||
`weather` | A Home Assistant `weather` entity, with current data, daily- and hourly forecast data. | ||
`sensor` | A Home Assistant `sensor` entity, with all available sensors from the API, plus a few local calculated. | ||
`sensor` | A Home Assistant `sensor` entity, with all available sensor from the API, plus a few local calculated. | ||
`binary_sensor` | A Home Assistant `binary_sensor` entity, with few local calculated binary sensors. | ||
|
||
Minimum required version of Home Assistant is **2023.9.0** as this integration uses the new Weather entity forecast types and it does **not** create Forecast Attributes. | ||
|
||
|
@@ -37,14 +40,15 @@ 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 and new API Token. | ||
|
||
You can configure more than 1 instance of the Integration by using a different Station ID. | ||
|
||
*** | ||
|
||
|