I have a CT101 Thermostat that I am trying to automate the switching between preset modes of using the electric heat pump and the gas furnace.
I have been successful in setting up an automation to enable the gas furnace buy setting it to
`
service: climate.set_preset_mode
data:
preset_mode: Auxiliary
But I have not been successful in being able to switch back to the electric heat pump as I get the error
`
Stopped because an error was encountered at February 26, 2023 at 5:34:29 PM (runtime: 0.01 seconds)
Received an invalid preset mode: None
I have tried setting the preset mode to the following values, but they all result in the “invalid preset mode:”; None, Primary, Heat and 0.
How do I tell that the valid states are so I can switch between the 2 modes?
Note: I am able to successful switch between the 2 preset modes by going under the device details and changing the preset modes successfully, I just can’t find the value to use in the automation. The device details show a value of “None” when the permission isn’t allowed.