diff --git a/source/_integrations/weatherflow.markdown b/source/_integrations/weatherflow.markdown index de3389f3f61..4970cf72020 100644 --- a/source/_integrations/weatherflow.markdown +++ b/source/_integrations/weatherflow.markdown @@ -22,6 +22,14 @@ The **WeatherFlow** {% term integration %} is a local-only {% term integration % You may see slight deviations between the values reported in Home Assistant and the values in the WeatherFlow App. This is because the WeatherFlow app considers both forecasts and neighboring weather stations in addition to the local data used in this {% term integration %}. {% endnote %} +### Which integration(s) should I use + +There are two integrations for WeatherFlow devices, and you are not limited to selecting just one. + +- [WeatherFlow](/integrations/weatherflow) is a *local only* `UDP`-based integration that will read data directly from the device. This integration does require the Home Assistant server and the WeatherFlow device to be on the same subnet. + +- [WeatherFlow Cloud](/integrations/weatherflow_cloud) is a *cloud*-based integration that closely mirrors the data available via the Weatherflow Tempest mobile applications and is likely a good starting place for most users as it provides both **Forecast** and **Sensor** data. + {% include integrations/config_flow.md %} ## Sensors diff --git a/source/_integrations/weatherflow_cloud.markdown b/source/_integrations/weatherflow_cloud.markdown index 51d9df1e16f..44c903da4fe 100644 --- a/source/_integrations/weatherflow_cloud.markdown +++ b/source/_integrations/weatherflow_cloud.markdown @@ -4,8 +4,10 @@ description: Instructions on the Cloud based WeatherFlow integration ha_release: 2024.3 ha_category: - Environment + - Sensor - Weather ha_platforms: + - sensor - weather ha_iot_class: Cloud Polling ha_config_flow: true @@ -17,8 +19,45 @@ ha_integration_type: integration The **WeatherFlow Cloud** integration provides access to cloud provided Weather Forecast of a user's Tempest Weather Stations. In order to access the station, you will need to configure the integration with an [Api Key](https://weatherflow.github.io/Tempest/api/). +### Which integration(s) should I use + +There are two integrations for WeatherFlow devices, and you are not limited to selecting just one. + +- [WeatherFlow](/integrations/weatherflow) is a *local only* `UDP`-based integration that will read data directly from the device. This integration does require the Home Assistant server and the WeatherFlow device to be on the same subnet. + +- [WeatherFlow Cloud](/integrations/weatherflow_cloud) is a *cloud*-based integration that closely mirrors the data available via the Weatherflow Tempest mobile applications and is likely a good starting place for most users as it provides both **Forecast** and **Sensor** data. {% include integrations/config_flow.md %} +### Temperature sensors + +| Sensor | Description | +| --- | --- | +| Dew point | The temperature to which air must be cooled to become saturated with water vapor. | +| Feels like | An index that combines temperature and humidity to determine the apparent temperature. | +| Heat index | A measure of how hot it feels when relative humidity is factored in with the actual air temperature. | +| Temperature | The degree or intensity of heat present in the area. | +| Wet bulb globe temperature | A composite temperature used to estimate the effect of temperature, humidity, wind speed, and solar radiation on humans. | +| Wet bulb temperature | The lowest temperature that can be reached under current ambient conditions by the evaporation of water only. | +| Wind chill | The lowering of body temperature due to the passing-flow of lower-temperature air. | + +### Air sensors + +| Sensor | Description | +| --- | --- | +| Air density | The mass per unit volume of Earth's atmosphere. | +| Pressure barometric | The pressure exerted by the atmosphere at the earth's surface. | +| Pressure sea level | The atmospheric pressure at mean sea level. | +| Pressure station | The atmospheric pressure at the station level. | + +### Lightning sensors + +| Sensor | Description | +| --- | --- | +| Lightning count | The total number of lightning strikes. | +| Lightning count last 1 hr | The number of lightning strikes in the last hour. | +| Lightning count last 3 hr | The number of lightning strikes in the last three hours. | +| Lightning last | The most recent lightning strike. | +| Lightning last distance | The distance of the most recent lightning strike. | ## Weather icons