Skip to content

Commit d3c6978

Browse files
Update climate.mysensors.markdown
1 parent 1387b2c commit d3c6978

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

source/_components/climate.mysensors.markdown

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ footer: true
1010
logo: mysensors.png
1111
ha_category: Climate
1212
featured: false
13-
ha_release: 0.28+
13+
ha_release: 0.29
1414
---
1515

1616
Integrates MySensors HVAC into Home Assistant. See the [main component] for configuration instructions.
@@ -27,6 +27,17 @@ Currently humidity, away_mode, aux_heat, swing_mode is not supported. This will
2727

2828
Set the target temperature using V_HVAC_SETPOINT_HEAT in Heat mode, and V_HVAC_SETPOINT_COOL in Cool Mode. In case of any Auto Change Over mode you can use V_HVAC_SETPOINT_HEAT as well as V_HVAC_SETPOINT_COOL to set the both the low bound and the high bound temperature of the device.
2929

30+
V_HVAC_FLOW_STATE is mapped to the state of the Climate component in HA as follows:
31+
32+
Home Assistant State | MySensors State
33+
-----------------------|----------------------
34+
STATE_COOL | CoolOn
35+
STATE_HEAT | HeatOn
36+
STATE_AUTO | Off
37+
STATE_OFF | AutoChangeOver
38+
39+
You can use V_HVAC_SPEED to control the Speed setting of the Fan in the HVAC.
40+
3041
For more information, visit the [serial api] of MySensors.
3142

3243
### {% linkable_title Example sketch %}

0 commit comments

Comments
 (0)