How do I create an action in a rule to set the thermostat to “Away and Hold” or “Home and Hold”. I tried sending the command “away” (without the quotes) through the Ecobee Hold Action channel but the logfile shows:
2023-02-27 14:58:58.710 [INFO ] [openhab.event.ItemCommandEvent ] - Item ‘Ecobee_Thermostat_Hold_Action’ received command away
2023-02-27 14:58:58.712 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item ‘Ecobee_Thermostat_Hold_Action’ predicted to become away
2023-02-27 14:58:58.717 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Ecobee_Thermostat_Hold_Action’ changed from askMe to away
2023-02-27 14:59:05.407 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item ‘Ecobee_Thermostat_Hold_Action’ changed from away to askMe
Do I need to use a different channel or a different command to make this work?