Generic Thermostat

Hi
I am trying to set the general climate control to auto/off. i can see it in operation_list.

But the Services Call for Climate is not there.

Is there any way i can change the Operation?

Thanks

You’d need to enter some json after selecting set_operation_modeto call the service. Something like:

{ 
  "entity_id": "climate.main_bed_thermostat",
  "operation_mode": "Heat"
}

But I’m not sure that will actually work (it didn’t seem to for me on my generic thermostat setup). You should be able to trigger the thermostat on by adjusting the target though. Put the min_temp to 24 or 25 maybe?

Thanks I will have set different temperatures so I can control it at different times.

Unless I forget using the generic climate and do it using automations.