Site updated at 2017-07-26 16:45:44 UTC

This commit is contained in:
Travis CI 2017-07-26 16:45:44 +00:00
parent a51643788b
commit cd24532def
32 changed files with 70 additions and 52 deletions

View file

@ -74,8 +74,8 @@
</h1>
</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). 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>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). A map of all available weatherstations can be found <a href="https://www.google.com/maps/d/embed?mid=1NivHkTGQUOs0dwQTnTMZi8Uatj0">here</a>.</p>
<p>The selected weatherstation will provide all weather data, with the exception of the forecasted precipitation. 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,7 +103,7 @@ The relevant weatherstation used will be automatically selected based on the loc
</li>
<li><strong>latitude</strong> (<em>Optional</em>): Latitude to use for selection of data source location. Longitude and latitude will be taken from Home Assistant configuration, but can be overridden/changed in this component to select a different location for buienradar.nl.</li>
<li><strong>longitude</strong> (<em>Optional</em>): Longitude to use for selection of data source location. Longitude and latitude will be taken from Home Assistant configuration, but can be overridden/changed in this component to select a different location for buienradar.nl.</li>
<li><strong>timeframe</strong> (<em>Optional</em>): Minutes to look ahead for precipitation (5..120) [default: 60].</li>
<li><strong>timeframe</strong> (<em>Optional</em>): Minutes to look ahead for precipitation forecast (5..120) [default: 60].</li>
<li><strong>monitored_conditions</strong> array (<em>Required</em>): One or more conditions to display in the frontend.
<ul>
<li><strong>stationname</strong>: The name of the selected meteo-station.</li>
@ -128,6 +128,8 @@ The relevant weatherstation used will be automatically selected based on the loc
<p>Full configuration example where location is manually specified:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">buienradar</span>
<span class="s">name</span><span class="pi">:</span> <span class="s1">'</span><span class="s">volkel'</span>
<span class="c1"># Force 'Meetstation Volkel' to be used:</span>
<span class="s">latitude</span><span class="pi">:</span> <span class="s">51.65</span>
<span class="s">longitude</span><span class="pi">:</span> <span class="s">5.70</span>
<span class="s">monitored_conditions</span><span class="pi">:</span>
@ -149,6 +151,10 @@ The relevant weatherstation used will be automatically selected based on the loc
<span class="pi">-</span> <span class="s">precipitation_forecast_total</span>
</code></pre>
</div>
<p><a href="https://www.buienradar.nl/overbuienradar/gratis-weerdata">Usage statement:</a></p>
<blockquote>
<p>Buienradar makes free weatherdata available for use by individuals and businesses (website/intranet). The use of the weatherdata is allowed for <strong>non-commercial purposes</strong>. Please refer to the full usage statement linked above to confirm your usage or to request permission.</p>
</blockquote>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">