Skip to content
 
 

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Automatic-air-conditioner

This blueprint is for using the air conditioner automatically ňbased on a start and end temperature.

  • Window status check
  • Water level control in the tank
  • Home presence control
  • Notifications
  • Decide on the time slot for operation
  • External sensor for indoor temperature and outdoor temperature
  • Climate adjust mode

Below the settings for operation are:

  1. Entities climate: Choose the climate entity to be used.
  2. Set temperature sensor: Select the external temperature sensor to be used for the climate
  3. Set temperature climate: Select the temperature to be set at the climate
  4. Hvac modes: Select hvac usage mode (heat, cool, dry, fan_only)
  5. Fan modes: Select the fan usage mode (auto, high, mid, low). In case your climate settings are different from mine, these can be customized from the source file.
  6. Presence Home: OPTIONAL Select from the list the group created with person entities for:
  • Turn on the air conditioner if the conditions set for startup are met
  • Turn off the air conditioner at the time when you switch to the not_home state
group:
  famiglia:
    entities:
      - person.one
      - person.two
  1. Water level. OPTIONAL: Select the binary_sensor used to indicate full water tank. To function, it must be set with device_class: moisture.
  2. Window: OPTIONAL select the binary sensor used for the window contact. To function, it must be set with device_class: window
  3. Target temperature start: Set the startup temperature:
  • If set to winter, the climate will be turned on if the indoor temperature is lower than the set temperature
  • If set to summer, the climate will be turned on if the indoor temperature is higher than the set temperature
  1. Target temperature stop: Set the shutdown temperature:
  • If set to winter, the climate will be turned off if the indoor temperature is higher than the set temperature
  • If set to summer, the climate will be turned off if the indoor temperature is lower than the set temperature
  1. Delay temperature stop: Set a delay expressed in minutes for turning off the air conditioner once it reaches “Target temperature stop
  2. Start time: Set the start time for automatic operation of the climate. NB: If you want the climate to be automatic h24, set Start time and Stop time with the time 00:00:00.
  3. Stop time: Set the time for automatic climate operation end time and shutdown time. NB: If you want the climate to be automatic h24, set Start time and Stop time with the time 00:00:00.
  4. Device to notify push: OPTIONAL select the device on which you want to receive the push notification. The device must have the official HomeAssistant app installed.

This blueprint was made with respect to my personal needs and devices.

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors