Site updated at 2017-07-16 05:06:47 UTC
This commit is contained in:
parent
477f499ed2
commit
3738c7d54a
524 changed files with 8458 additions and 2098 deletions
|
@ -75,7 +75,7 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">buienradar</code> platform uses <a href="http://buienradar.nl/">buienradar.nl</a> as an source for current meteorological data for your location. The weather forecast is delivered by Buienradar, who provides a webservice that provides detailed weather information for users in The Netherlands.
|
||||
The relevant weatherstation used will be automatically selected based on the location specified in the Home Assistant configuration (or in the buienradar weather/sensor component).</p>
|
||||
The relevant weatherstation used will be automatically selected based on the location specified in the Home Assistant configuration (or in the buienradar weather/sensor component). The selected weatherstation will provide all weather data, with the exception of the forecasted precipitaion. The forecasted precipitation data will be retrieved from buienradar using your actual gps-location (and not the location of the nearest weatherstation).</p>
|
||||
<p>To integrate <code class="highlighter-rouge">buienradar</code> with Home Assistant, add the following section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">sensor</span><span class="pi">:</span>
|
||||
|
@ -103,15 +103,15 @@ The relevant weatherstation used will be automatically selected based on the loc
|
|||
<li><strong>groundtemperature</strong>: The current ground temperature (in C).</li>
|
||||
<li><strong>windspeed</strong>: The wind speed in m/s.</li>
|
||||
<li><strong>windforce</strong>: The wind speed/force in Bft.</li>
|
||||
<li><strong>winddirection</strong>: Where the wind is coming from in degrees, with true north at 0° and progressing clockwise.</li>
|
||||
<li><strong>windazimuth</strong>: Where the wind is coming from: N (North),Z (south), NO (Noth-East), etc.</li>
|
||||
<li><strong>winddirection</strong>: Where the wind is coming from: N (North),Z (south), NO (Noth-East), etc.</li>
|
||||
<li><strong>windazimuth</strong>: Where the wind is coming from in degrees, with true north at 0° and progressing clockwise.</li>
|
||||
<li><strong>pressure</strong>: The sea-level air pressure in hPa.</li>
|
||||
<li><strong>visibility</strong>: Visibility in meters (m).</li>
|
||||
<li><strong>windgust</strong>: The windspeed of wind gusts (m/s).</li>
|
||||
<li><strong>precipitation</strong>: The amount of precipitation/rain in mm/h.</li>
|
||||
<li><strong>irradiance</strong>: Sun intensity in Watt per square meter (W/m2).</li>
|
||||
<li><strong>precipitation_forecast_average</strong>: The average expected precipitation/rain in mm/h within the given timeframe.</li>
|
||||
<li><strong>precipitation_forecast_total</strong>: The total expected precipitation/rain in mm/h within the given timeframe.</li>
|
||||
<li><strong>precipitation_forecast_total</strong>: The total expected precipitation/rain in mm within the given timeframe. The total expected rain in the configured timeframe will be equal to <em>precipitation_forecast_total</em>/<em>timeframe</em> mm/min. So, with timeframe 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 timeframe 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.</li>
|
||||
<li><strong>irradiance</strong>: Sun intensity in Watt per square meter (W/m2).</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue