Like so?
Yes. I think that will work.
I'm also trying to adjust the comfort setting of Ecobee, but getting errors. When trying the setSchedule command from the device page, I get errors no matter whether I enter in the string Away or the JSON object ["Away"]:
groovy.lang.MissingMethodException: No signature of method: EcobeeThermostat.setSchedule() is applicable for argument types: (java.lang.String) values: [Away]
Possible solutions: setSchedule() (setSchedule)
groovy.lang.MissingMethodException: No signature of method: EcobeeThermostat.setSchedule() is applicable for argument types: (java.lang.String) values: [["Away"]]
Possible solutions: setSchedule() (setSchedule)
Any ideas on how to fix?
EDIT: Well, it would help if I actually use storageanarchy's Ecobee driver. Seems the official Ecobee integration does not support setSchedule. Guessing that is what's wrong.