Skip to content

rubenaalders/Blueprint-Automatic-air-conditioner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Automatic-air-conditioner

This blueprint is for using the air conditioner automatically in both winter and summer, based on a start and end temperature. In modo facoltativo, si può abilitare:

  • Window status check
  • Water level control in the tank
  • Home presence control
  • Notifications (English and Italian)
  • Decide on the time slot for operation

Below the settings for operation are:

  1. Select language: Choose the language for notifications (default: Italian).
  2. Entities climate: Choose the climate entity to be used.
  3. Select season: Choose the season of use (default: Summer)
  4. Set temperature climate: Select the temperature to be set at the climate
  5. Hvac modes: Select hvac usage mode (heat, cool, dry, fan_only)
  6. 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.
  7. 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.marco
      - person.serena
  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 respecting my personal needs and climate entities that are used with Broadlink.

I remain open to feedback and any ideas to make this blueprint more usable for everyone.

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled. https://community.home-assistant.io/t/automatic-air-conditioner/511251

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published