Site updated at 2016-11-23 13:37:58 UTC

This commit is contained in:
Travis CI 2016-11-23 13:37:59 +00:00
parent f198674d09
commit e256438602
23 changed files with 40 additions and 38 deletions

View file

@ -106,12 +106,12 @@
<tbody>
<tr>
<td>S_HVAC</td>
<td>V_HVAC_FLOW_STATE*, V_HVAC_SETPOINT_HEAT, V_HVAC_SETPOINT_COOL, V_HVAC_SPEED</td>
<td>V_HVAC_FLOW_STATE*, V_HVAC_SETPOINT_HEAT, V_HVAC_SETPOINT_COOL, V_HVAC_SPEED, V_TEMP</td>
</tr>
</tbody>
</table>
<p>V_HVAC_FLOW_STATE is mapped to the state of the Climate component in HA as follows:</p>
<p>V_HVAC_FLOW_STATE is mapped to the state of the Climate component in Home Assistant as follows:</p>
<table>
<thead>
@ -146,6 +146,8 @@
<p>You can use V_HVAC_SPEED to control the Speed setting of the Fan in the HVAC.</p>
<p>You can use V_TEMP to send the current temperature from the node to Home Assistant.</p>
<p>For more information, visit the <a href="https://www.mysensors.org/download/serial_api_15">serial api</a> of MySensors.</p>
<h3><a class="title-link" name="example-sketch" href="#example-sketch"></a> Example sketch</h3>