mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
WeatherFlow Cloud - Adding Sensor Documentation (#31653)
* Adding docs for temp sensors * added sensors * Update source/_integrations/weatherflow_cloud.markdown Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com> * tiny tweak * Addind more sensor descriptions * Updated sensor table * addressing both integrations in a note as well * small updaets * Removed wind from docs * Apply sentence-style capitalization * Update source/_integrations/weatherflow.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Tightnened up the docs * tiny tweaks * Update source/_integrations/weatherflow.markdown Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com> * Update source/_integrations/weatherflow_cloud.markdown Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com> * Update source/_integrations/weatherflow_cloud.markdown Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com> * Update source/_integrations/weatherflow.markdown Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com> --------- Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
c0045fa91a
commit
6ee214adec
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user