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
---------------------|----------------
STATE_COOL | CoolOn
STATE_HEAT | HeatOn
STATE_AUTO | AutoChangeOver
STATE_OFF | Off
HVAC_MODE_COOL | CoolOn
HVAC_MODE_HEAT | HeatOn
HVAC_MODE_AUTO | AutoChangeOver
HVAC_MODE_OFF | Off
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
```cpp
/*
* Documentation: http://www.mysensors.org