Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

climate won't turn off after temperature is reached #3

Open
lpt2007 opened this issue Mar 16, 2022 · 3 comments
Open

climate won't turn off after temperature is reached #3

lpt2007 opened this issue Mar 16, 2022 · 3 comments

Comments

@lpt2007
Copy link

lpt2007 commented Mar 16, 2022

Hi,

Climate AC won't turn off after temperature is reached, just change temperature to value I set?

@kprestel
Copy link
Owner

I think I need to update the README to explain this more.

What temperature has been reached?

@lpt2007
Copy link
Author

lpt2007 commented Mar 20, 2022

I set in living room as target area, but when temperature is reached ac won't turn off ( only lowers the temperature).

Here is configuration:

### CLIMATGE APP    
climate:
  module: climate
  class: Climate
  thermostat: climate.hallway_climate
  weather_sensor: sensor.home_temperature
  mode_switching_enabled: true
  max_temperature: 26
  min_temperature: 10
  inside_temperature_sensors:
    livingroom:
      sensors:
          - sensor.livingroom_thermostat_current_temperature
    kitchen:
      sensors:
          - sensor.kitchen_thermostat_current_temperature
    childrens:
      sensors:
          - sensor.childrens_thermostat_current_temperature
          - sensor.childrens_current_temperature
    bedroom:
      sensors:
          - sensor.bedroom_current_temperature
    hallway:
      sensors:
          - sensor.hallway_climate_current_temperature
  preferences:

    morning:
      input_time: input_datetime.climate_morning
      input_temperature: input_number.climate_morning_temp
      target_area: livingroom
    daytime:
      input_time: input_datetime.climate_daytime
      input_temperature: input_number.climate_daytime_temp
      target_area: livingroom
    evening:
      input_time: input_datetime.climate_evening
      input_temperature: input_number.climate_evening_temp
      target_area: livingroom
    bedtime:
      input_time: input_datetime.climate_bedtime
      input_temperature: input_number.climate_bedtime_temp
      target_area: livingroom

@lpt2007
Copy link
Author

lpt2007 commented Apr 24, 2022

Any news about climate won't turn off after temperature is reached?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants