Site updated at 2017-06-13 17:37:10 UTC

This commit is contained in:
Travis CI 2017-06-13 17:37:10 +00:00
parent 19eafe12a9
commit 0d30d9570d
249 changed files with 1318 additions and 253 deletions

View file

@ -66,17 +66,17 @@
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">heatmiser</code> climate platform let you control <a href="http://www.heatmisershop.co.uk/heatmiser-slimline-programmable-room-thermostat/">Heatmiser DT/DT-E/PRT/PRT-E</a> thermostats from Heatmiser. The module itself is currently setup to work over a RS232 -&gt; RS485 converter, therefore it connects over IP.</p>
<p>Further work would be required to get this setup to connect over Wifi, but the HeatmiserV3 python module being used is a full implementation of the V3 protocol. If you would like to contribute to making this work over wifi, please contact @andylockran on github.</p>
<p>The <code class="highlighter-rouge">heatmiser</code> climate platform let you control <a href="http://www.heatmisershop.co.uk/heatmiser-slimline-programmable-room-thermostat/">Heatmiser DT/DT-E/PRT/PRT-E</a> thermostats from Heatmiser. The module itself is currently setup to work over a RS232 -&gt; RS485 converter, therefore it connects over IP.</p>
<p>Further work would be required to get this setup to connect over Wifi, but the HeatmiserV3 python module being used is a full implementation of the V3 protocol.</p>
<p>To set it up, add the following information to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">climate</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">heatmiser</span>
<span class="s">ipaddress</span><span class="pi">:</span> <span class="s">YOUR_IPADDRESS</span>
<span class="s">port</span><span class="pi">:</span> <span class="s">YOUR_PORT</span>
<span class="s">tstats</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">1</span><span class="pi">:</span>
<span class="s">id</span><span class="pi">:</span> <span class="s">THERMOSTAT_ID</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">THERMOSTAT_NAME</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">heatmiser</span>
<span class="s">ipaddress</span><span class="pi">:</span> <span class="s">YOUR_IPADDRESS</span>
<span class="s">port</span><span class="pi">:</span> <span class="s">YOUR_PORT</span>
<span class="s">tstats</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">1</span><span class="pi">:</span>
<span class="s">id</span><span class="pi">:</span> <span class="s">THERMOSTAT_ID</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">THERMOSTAT_NAME</span>
</code></pre>
</div>
<p>A single interface can handle up to 32 connected devices.</p>
@ -97,6 +97,9 @@
<div class='brand-logo-container section'>
<img src='/images/supported_brands/heatmiser.png' />
</div>
<div class='section'>
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
</div>
<div class='section'>
Introduced in release: 0.10
</div>