Thermostat Fan Mode
Version supported : 5
Interview process
Command Class Commands
Thermostat Fan Mode Supported Get
Trigger on undefined reported value of SUPPORTED_MODES
Thermostat Fan Mode Supported Report
Mapping between Report command and attribute store :
Z-Wave Command Attribute |
Z-Wave Attribute Store |
---|---|
|
|
Note
Bit Mask 1-N will be merged in SUPPORTED_MODES
. Max bitmask length currently supported is N=4.
You can increase this value by changing the underlying type of SUPPORTED_MODES
(e.g. uint32_t -> uint64_t).
Thermostat Fan Mode Set
Trigger on new desired value of CURRENT_MODE
Note
For version 2+ : Also trigger on new desired value of OFF_FLAG
Mapping between attribute store and Set command :
Z-Wave Attribute Store |
Attribute State |
Z-Wave Set Field |
Version |
---|---|---|---|
|
Desired else Reported |
|
All |
|
Desired else Reported |
|
2-5 |
Note
If OFF_FLAG
has a value > 1, then it will be forced to 1.
Thermostat Fan Mode Get
Trigger on undefined reported value of CURRENT_MODE
Note
For version 2+ : Also trigger on undefined reported value of OFF_FLAG
Thermostat Fan Mode Report
Mapping between Report command and attribute store :
Z-Wave Command Attribute |
Z-Wave Attribute Store |
Version |
---|---|---|
|
|
All |
|
|
2-5 |
Unify Clusters
UAM files
UAM File |
Cluster |
Comments |
---|---|---|
|
|
Map some attributes to the ones in the native FanControl cluster |
|
|
Used to map all the Z-Wave attributes to a custom cluster |
Note
Since FanControl.xml native cluster doesn’t have all the attributes we need, we made the choice to map what we can to it. If you need exact Z-Wave attributes, you can use the Unify_FanControl.xml cluster.
Bindings
Z-Wave Attribute Store |
Cluster attribute |
Comments |
---|---|---|
|
FanControl FanMode |
Z-Wave <-> Cluster (Read/Write). |
|
FanControl FanMode |
Z-Wave <-> Cluster (Read/Write). Some values are not mapped since they doesn’t exists (e.g. HumidityCirculation) and will be mapped to On instead |
|
UnifyFanControl ZWaveFanMode |
Z-Wave <-> Cluster (Read/Write). 1:1 Mapping |
|
UnifyFanControl ZWaveSupportedFanMode |
Z-Wave -> Cluster (Read only). 1:1 Mapping |
Command actions
Action |
MQTT Topic |
Comments |
---|---|---|
Turn off the fan (native) |
|
Will send Z-Wave Thermostat Fan Mode Set command with |
Turn on the fan (native) |
|
You can set any value from 1-5 here to have the fan turned on. See Turn on the fan (Z-Wave) for more precision. |
Turn on the fan (Z-Wave) |
|
Enum values are available in |
Turn off the fan (Z-Wave) |
|
Only supported for version 2+. Use SetFanMode with the right value (usually “Idle”) for version 1. |
Get supported fan modes |
|
Only available with the Unify_FanControl.xml cluster |