msvisser / remeha_home

Remeha Home integration for Home Assistant
71 stars 19 forks source link

Set temperature manualy #31

Closed mdohmen74 closed 1 year ago

mdohmen74 commented 1 year ago

Hi Michiel,

Thank you for buidling this integration, it works well. I'm pretty new to Home Assistant, please forgive me if I'm asking stupid questions. I have the following use case: I have an automation in place that when everybody leaves the house, then all garden lights to go out. I would like to extend this with setting the temperature of my heating to 17,5 degrees, But I don't seem to have an option to control the temprature from an automation. Or am I missing something? Thank you for you response.

Maurice

dynasticorpheus commented 1 year ago

@mdohmen74 You need to use the service climate.set_temperature

service: climate.set_temperature
data:
  temperature: 18
target:
  entity_id: climate.circa
msvisser commented 1 year ago

As mentioned by @dynasticorpheus you can use the services from the climate integration to control the thermostat. You can find more information here: https://www.home-assistant.io/integrations/climate/.