❄️ Climate Pro automate your air conditioning system smartly– Automazione Climatizzazione Intelligente

:snowflake: Climate Pro – Intelligent Climate Automation :snowflake::sunny:

A multilingual :it::uk: blueprint to automate air conditioning, dehumidifier mode, energy savings, window checks, presence detection, and time schedules.


:white_check_mark: Key Features

  • :fire: Turn on A/C when the temperature exceeds your configured threshold
  • :droplet: Switch to dehumidifier mode below a second (lower) threshold
  • :dash: Return to A/C if the temperature rises again
  • :window: Automatically turn off A/C if any window is open
  • :family_man_woman_girl_boy: Enable A/C only if one or more selected people are home
  • :alarm_clock: Limit operation to a customizable time range (e.g., 08:00–22:30)
  • :calling: Optional interactive notifications
  • :repeat: Use an input_boolean to track A/C state across reboots
  • :brain: Robust behavior after Home Assistant restarts
  • :bulb: Fully customizable — works even with IR devices like Broadlink

:earth_africa: Language Support

The blueprint supports both English and Italian, and automatically adapts based on your Home Assistant UI language.


:toolbox: Requirements

To use this blueprint, you’ll need:

  • One or more temperature sensors (sensor)
  • One or more window sensors (binary_sensor)
  • Person entities for presence detection
  • Custom scripts to:
    • Turn ON A/C
    • Turn OFF A/C
    • Activate dehumidifier mode
  • An input_boolean to track A/C state
  • A smart or IR-controllable climate system (e.g., via Broadlink)

:pushpin: How It Works

The automation is active only within the time range you define.

If:

  • Someone is home
  • All windows are closed

Then:

  • :thermometer: If temperature is above the high threshold → run A/C ON script
  • :cloud_with_rain: If temperature falls below the dehumidifier threshold → run dehumidifier script
  • :repeat: If it rises again above the high threshold → go back to A/C mode
  • :no_entry_sign: If any window opens → turn off the A/C
  • :arrows_counterclockwise: A/C state is maintained across HA restarts via input_boolean

All scripts, sensors, and thresholds are configurable — perfect even for users without smart air conditioners!


:inbox_tray: Install Blueprint

:file_folder: YAML File:
https://raw.githubusercontent.com/Angelofsin666/Climate-Pro/main/ClimatePro.yaml

:computer: GitHub Repository:


:speech_balloon: Feedback & Contributions

Got ideas to improve it?
Questions or feedback?
Feel free to reply below and share how you’re using it! :point_down:

2 Likes