Overview
The AmbiClimate integration connects your climate control systems to Home Assistant, allowing for automated and personalized temperature management. This capability enhances comfort by adjusting settings based on occupancy and weather patterns, ensuring a more efficient and pleasant living environment.
Benefits
- Automated climate adjustments based on real-time data
- Improved energy efficiency through smart scheduling
- Enhanced comfort by maintaining preferred temperature settings
Intent
The purpose of the AmbiClimate integration is to streamline the management of heating and cooling devices in the home. By leveraging data from sensors and user preferences, it aims to maintain optimal climate conditions while reducing energy consumption.
Preconditions
- Home Assistant is installed and configured.
- AmbiClimate device is connected to the home network.
- User has set temperature preferences in Home Assistant.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: HVAC and Climate Control.
Actors
- Homeowner adjusting temperature settings
- Family members experiencing indoor climate control
- Guests enjoying a comfortable environment
Trigger
The capability is triggered by changes in occupancy detected by motion sensors or based on predefined schedules.
Workflow Diagram
flowchart TD
A[Occupancy Change] -->|check| B{{Is someone home?}}
B -->|Yes| C[Adjust Temperature]
C --> D[Comfort Level Maintained]
B -->|No| E[Turn Off Climate Control]
Workflow Description
1. Occupancy Detection
Motion sensors detect whether there are people present in the home.
2. Temperature Preference Check
Home Assistant checks user-defined temperature preferences for the current time and occupancy.
3. Climate Adjustment
Based on occupancy and preferences, AmbiClimate adjusts the heating or cooling system.
4. Monitoring and Feedback
The system continuously monitors the indoor temperature and adjusts as needed to maintain comfort.
5. Energy Saving Mode
If no one is detected, the system enters energy-saving mode, turning off heating or cooling.
Postconditions
After the capability completes, the home climate is adjusted according to user preferences, optimizing comfort and energy usage based on occupancy.
Optional Enhancements
- Integrate with weather APIs for external temperature adjustments
- Add voice control via smart assistants for manual overrides
- Create routines for different times of day or special occasions
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)