Overview
The AirPatrol integration allows homeowners to manage their air conditioning units effortlessly through Wi-Fi devices connected to Home Assistant. This capability enhances home comfort by providing convenient remote control, scheduling, and monitoring of climate settings from anywhere.
Benefits
- Easily adjust air conditioning settings from your smartphone or tablet.
- Create automatic schedules to optimize energy usage and comfort.
- Receive notifications about temperature changes or system statuses.
Intent
The purpose of the AirPatrol capability is to streamline the control of air conditioning units by enabling users to interact with their devices through Home Assistant. This results in a more energy-efficient and comfortable living environment.
Preconditions
- AirPatrol Wi-Fi devices installed and configured.
- Home Assistant platform set up and running.
- Air conditioning units compatible with AirPatrol.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: HVAC and Climate Control.
Actors
- Homeowner managing their climate settings
- Family members adjusting temperatures
- Guests utilizing the app for comfort
Trigger
The capability is triggered by a user command via the Home Assistant interface or a preset schedule.
Workflow Diagram
flowchart TD
A[User Command] -->|check| B{{Device Connected?}}
B -->|Yes| C[Adjust A/C Settings]
C --> D[Temperature Adjusted]
B -->|No| E[Error Notification]
Workflow Description
1. User Accesses Home Assistant
The user logs into the Home Assistant app to access connected devices.
2. Select AirPatrol Device
The user navigates to the AirPatrol section and selects the desired air conditioning unit.
3. Adjust Settings
The user modifies settings such as temperature, mode (cooling/heating), and fan speed as needed.
4. Set Schedule (Optional)
If desired, the user can create a schedule for the air conditioning unit to operate automatically.
5. Monitor Status
The user can monitor the current temperature and system status directly from the Home Assistant dashboard.
Postconditions
Once the capability executes, the air conditioning unit reflects the new settings, and the user receives confirmation of the adjustment.
Optional Enhancements
- Integrate with weather forecasts to adjust settings based on external temperature conditions.
- Enable voice control through Google Home or Amazon Echo.
- Add energy consumption tracking to monitor usage and costs.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, ESPHome | HVAC and Climate Control, ecobee4 Smart Thermostat |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)