Hi. I have Z-Wave Trane thermostat (0452:5433) that is showing in HA only Cooling, Heating and temperature.
Is there a way to add Fan control? If yes how please?
I’d like to see a switch on the Climate card where I can turn on FAN permanently (the “On Low” from XML).
I see Fan controls on the zwcfg_0xca83c44a.xml as
<CommandClass id="68" name="COMMAND_CLASS_THERMOSTAT_FAN_MODE" version="1" request_flags="4" innif="true">
<Instance index="1" />
<Value type="list" genre="user" instance="1" index="0" label="Fan Mode" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="0" size="1">
<Item label="Auto Low" value="0" />
<Item label="On Low" value="1" />
</Value>
<SupportedModes>
<Mode index="0" label="Auto Low" />
<Mode index="1" label="On Low" />
</SupportedModes>
</CommandClass>