Honeywell Evohome back to schedule (auto)

Hi there,

I have Honeywell Evohome climate component in my HA which is working well on the basic stuff.

Now my issue. I can set the temperature of a zone through HA. However, I want to put it back to the schedule when I’m done with the temporary change (e.g. if I’m working at home in the afternoon I want to set via automations the temperature at 20 and have it reset back to the schedule at 17h00).

If I look at the code it should be possible, but nothing that I fire from the service dev tool seems to work (nor does it create helpfull logs). For example, the service ‘climate.set_opertion_mode’ with payload

{
  "entity_id": "climate.eetkamer","operation_mode":"Auto"
}

Help?

hmm… weird i didn’t find your post yesterday when i created topic on something similar (TemporaryOverride).
Did you figure it out in the end?
I did notice i can use the ‘set_temperature’ including the Auto operatoin_mode and it uses that. Be aware it doesn’t show that quickly in that state, you’ll have to be little patient. (so maybe that is the same in your tests)

No, no progress yet. Thanks for you update though! I’m going to try that combination then as well (when I’m back from holiday)! Let you know and will look at your post than as well to see if I can add something.

OK, I got it working. The build-in Evohome component in home assistant doesn’t support such functions.

There is a custom component though, that does! Check it out: