Overview
Integrating event entities with HomeKit through UniFi Protect, Doorbird, and August enhances home security by allowing real-time monitoring and notifications. This capability enables homeowners to respond quickly to security events, improving overall safety.
Benefits
- Real-time alerts for security events like doorbell rings or motion detection.
- Seamless integration with existing HomeKit setups for easy management.
- Increased peace of mind knowing that home security events are monitored and actionable.
Intent
The purpose of this capability is to provide homeowners with immediate awareness of security-related events within their home. By integrating various security devices with HomeKit, users can receive notifications and take appropriate actions quickly.
Preconditions
- HomeKit-enabled device configured and connected.
- UniFi Protect, Doorbird, and August integrations are set up.
- Stable internet connection for real-time event notifications.
- Home Assistant installed and configured.
- Integration available and authenticated: UniFi.
- Device installed and reachable: HVAC and Climate Control.
Actors
- Homeowner monitoring home security
- Family members receiving alerts
- Guests interacting with security systems
Trigger
An event such as motion detection, doorbell press, or unauthorized access triggers the notification and action sequence.
Workflow Diagram
flowchart TD
A[Event Trigger] -->|motion detected| B{{Check Event Type?}}
B -->|Doorbell Press| C[Send Notification to Homeowner]
B -->|Unauthorized Access| D[Activate Security Protocol]
B -->|Motion Detected| E[Record Video Footage]
D --> F[Alert Authorities]
E --> G[Store Footage]
C --> H[Homeowner Responds]
D -->|Exit| I[End Process]
Workflow Description
1. Detect Event
The system detects an event such as motion or a doorbell press.
2. Check Event Type
The system determines the type of event detected for appropriate action.
3. Send Notification
A notification is sent to the homeowner’s devices about the event.
4. Activate Security Protocol
If unauthorized access is detected, the security protocol is initiated.
5. Record and Store Footage
Video footage related to the event is recorded and stored for later review.
Postconditions
The homeowner is informed of the security event, and necessary actions are taken to ensure safety, such as alerting authorities if needed.
Optional Enhancements
- Add voice alerts through smart speakers for immediate notifications.
- Incorporate facial recognition for identifying known visitors.
- Integrate with other smart home devices for automated responses, such as turning on lights.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | UniFi, HomeKit | HVAC and Climate Control, ecobee4 Smart Thermostat |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)