MySensors Climate 1.0 changes

This commit is contained in:
Franck Nijhof 2019-07-10 21:29:31 +02:00
parent 8d87a621c9
commit 76dec95bb6
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -29,10 +29,10 @@ V_HVAC_FLOW_STATE is mapped to the state of the Climate integration in Home Assi
Home Assistant State | MySensors State Home Assistant State | MySensors State
---------------------|---------------- ---------------------|----------------
STATE_COOL | CoolOn HVAC_MODE_COOL | CoolOn
STATE_HEAT | HeatOn HVAC_MODE_HEAT | HeatOn
STATE_AUTO | AutoChangeOver HVAC_MODE_AUTO | AutoChangeOver
STATE_OFF | Off HVAC_MODE_OFF | Off
Currently humidity, away_mode, aux_heat, swing_mode is not supported. This will be included in later versions as feasible. Currently humidity, away_mode, aux_heat, swing_mode is not supported. This will be included in later versions as feasible.
@ -46,7 +46,6 @@ For more information, visit the [serial api] of MySensors.
### Example sketch for MySensors 2.x ### Example sketch for MySensors 2.x
```cpp ```cpp
/* /*
* Documentation: http://www.mysensors.org * Documentation: http://www.mysensors.org