updated buienradar.sensor docs (#9605)

* updated buienradar.sensor docs

updated docs for new changes in buienradar sensor

* Update sensor.buienradar.markdown

* Update sensor.buienradar.markdown

* Update sensor.buienradar.markdown

* ✏️ Tweak
This commit is contained in:
MJJ 2019-07-29 09:45:29 +02:00 committed by Franck Nijhof
parent 510f59163d
commit f59b8dd15b

View File

@ -40,7 +40,7 @@ longitude:
required: false
type: float
timeframe:
description: "Minutes to look ahead for precipitation forecast (min: 5 / max: 120)."
description: Minutes to look ahead for precipitation forecast (minimum 5, maximum 120).
required: false
default: 60
type: integer
@ -51,8 +51,12 @@ monitored_conditions:
keys:
stationname:
description: The name of the selected meteo-station.
barometerfc:
description: A numeric barametric forecast (1 to 7)
barometerfcname:
description: "A textual representation of the barometer forecast (eg: Thunderstorms, Stable, etc.)."
conditioncode:
description: A symbol and a unique code identifying the current weather condition ([a..z]).
description: "A symbol and a unique code identifying the current weather condition ([a..z])."
condition:
description: A symbol and the current weather condition (`clear`, `cloudy`, `fog`, `rainy`, `snowy` or `lightning`).
conditiondetailed:
@ -61,6 +65,8 @@ monitored_conditions:
description: A symbol with the full current weather condition (in English).
symbol:
description: A symbol for the current weather with the full current condition (in Dutch).
feeltemperature:
description: "The current feel temperature (in [C](https://en.wikipedia.org/wiki/Celsius))."
humidity:
description: The relative humidity (%).
temperature:
@ -89,6 +95,10 @@ monitored_conditions:
description: The total expected precipitation/rain in mm within the given time-frame. The total expected rain in the configured time-frame will be equal to _precipitation_forecast_total_/_timeframe_ mm/min. So, with time-frame configured to 30 minutes and a value of 5, the expected rain is 5 mm in 30 minutes, which is the same as 10 mm/h. If time-frame is set to 90 minutes and a value of 5, the expected rain is 5 mm in 90 minutes, which is equal to 3.3 mm/h.
irradiance:
description: "Sun intensity in Watt per square meter ([W/m2](https://en.wikipedia.org/wiki/W/m2))."
rainlast24hour:
description: The rail over the last 24 hours (in mm).
rainlasthour:
description: The rail over the last hour (in mm).
temperature_1d:
description: "The forecasted temperature (in [C](https://en.wikipedia.org/wiki/Celsius))."
mintemp_1d:
@ -98,11 +108,21 @@ monitored_conditions:
sunchance_1d:
description: The forecasted chance for sun (%).
rain_1d:
description: "The forecasted amount of rain in [mm](https://en.wikipedia.org/wiki/Millimetre)."
description: "The forecasted amount of rain in [mm](https://en.wikipedia.org/wiki/Millimetre); the average of minrain_1d and maxrain_1d."
minrain_1d:
description: "The minimum forecasted amount of rain in [mm](https://en.wikipedia.org/wiki/Millimetre)."
maxrain_1d:
description: "The maximum forecasted amount of rain in [mm](https://en.wikipedia.org/wiki/Millimetre)."
snow_1d:
description: "The forecasted amount of snow in [cm](https://en.wikipedia.org/wiki/Centimetre)."
windazimuth_1d:
description: Where the wind is coming from in degrees, with true north at 0° and progressing clockwise. (derived from winddirection_1d)
winddirection_1d:
description: "Where the wind will be coming from: N (North), Z (south), NO (North-East), etc."
windforce_1d:
description: "The expected windforce in [Bft](https://en.wikipedia.org/wiki/Beaufort_scale)."
windspeed_1d:
description: "The expected windspeed in [m/s](https://en.wikipedia.org/wiki/M/s) (derived from windforce_1d)."
conditioncode_1d:
description: Symbol and condition code of the expected condition.
condition_1d:
@ -145,11 +165,14 @@ Full configuration example (excluding forecasted conditions) where location is m
longitude: 5.70
monitored_conditions:
- stationname
- barometerfc
- barometerfcname
- conditioncode
- condition
- conditiondetailed
- conditionexact
- symbol
- feeltemperature
- humidity
- temperature
- groundtemperature
@ -164,6 +187,8 @@ Full configuration example (excluding forecasted conditions) where location is m
- irradiance
- precipitation_forecast_average
- precipitation_forecast_total
- rainlast24hour
- rainlasthour
```
Configuration example with current condition and (some) forecasted values:
@ -190,21 +215,23 @@ sensor:
- temperature_3d
- temperature_4d
- temperature_5d
- mintemp_1d
- rainchance_1d
- rainchance_2d
- rainchance_3d
- rainchance_4d
- rainchance_5d
- sunchance_1d
- sunchance_2d
- sunchance_3d
- sunchance_4d
- sunchance_5d
- rain_1d
- rain_2d
- rain_3d
- rain_4d
- rain_5d
- minrain_1d
- maxrain_1d
- windforce_1d
- windforce_2d
- windspeed_1d
- windspeed_2d
- winddirection_1d
- winddirection_2d
- windazimuth_1d
- windazimuth_2d
```
[Usage statement:](https://www.buienradar.nl/overbuienradar/gratis-weerdata)