Site updated at 2018-01-27 05:27:50 UTC
This commit is contained in:
parent
0e5bccf933
commit
d499361ff7
853 changed files with 12458 additions and 2552 deletions
|
@ -97,7 +97,7 @@
|
|||
<li><strong>hot_tolerance</strong> (<em>Optional</em>): Set a minimum amount of difference between the temperature read by the sensor specified in the <em>target_sensor</em> option and the target temperature that must change prior to being switched off. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will stop when the sensor equals or goes above 25.5.</li>
|
||||
<li><strong>keep_alive</strong> (<em>Optional</em>): Set a keep-alive interval. If set, the switch specified in the <em>heater</em> option will be triggered every time the interval elapses. Use with heaters and A/C units that shut off if they don’t receive a signal from their remote for a while. Use also with switches that might lose state. The keep-alive call is done with the current valid climate component state (either on or off).</li>
|
||||
<li><strong>initial_operation_mode</strong> (<em>Optional</em>): Set the initial operation mode. Valid values are <code class="highlighter-rouge">off</code> or <code class="highlighter-rouge">auto</code>. Value has to be double quoted. If this parameter is not set, it is preferable to set a <em>keep_alive</em> value. This is helpful to align any discrepancies between <em>generic_thermostat</em> and <em>heater</em> state.</li>
|
||||
<li><strong>away_temp</strong> (<em>Optional</em>): Set the temperature used by “away_mode” (default: 16). Please specify when using <code class="highlighter-rouge">ac_mode: True</code> to a higher value.</li>
|
||||
<li><strong>away_temp</strong> (<em>Optional</em>): Set the temperature used by “away_mode”. If this is not specified, away_mode feature will not get activated.</li>
|
||||
</ul>
|
||||
<p>A full configuration example looks like the one below. <code class="highlighter-rouge">min_cycle_duration</code> and <code class="highlighter-rouge">keep_alive</code> must contain at least one of the following entries: <code class="highlighter-rouge">days:</code>, <code class="highlighter-rouge">hours:</code>, <code class="highlighter-rouge">minutes:</code>, <code class="highlighter-rouge">seconds:</code> or <code class="highlighter-rouge">milliseconds:</code>.</p>
|
||||
<p>Currently the <code class="highlighter-rouge">generic_thermostat</code> climate platform supports ‘heat’, ‘cool’ and ‘off’ operation modes. You can force your <code class="highlighter-rouge">generic_thermstat</code> to avoid starting by setting Operation to ‘off’.</p>
|
||||
|
@ -223,6 +223,9 @@
|
|||
<li>
|
||||
<a href='/components/climate.toon/'>Toon Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/climate.venstar/'>Venstar Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/climate.vera/'>Vera Thermostat</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue