Overview
The addition of UniFi Protect AI Port support to the UniFi Protect integration enhances home security by enabling advanced monitoring capabilities. This integration allows users to leverage AI-driven features for improved detection and response to potential threats.
Benefits
- Increased security awareness through real-time alerts and monitoring.
- Enhanced ability to differentiate between people, vehicles, and pets, reducing false alarms.
- Seamless integration with existing Home Assistant setups for easy management.
Intent
The purpose of this capability is to utilize AI technology for smarter surveillance within the home. This integration aims to provide homeowners with advanced security features that enhance their overall safety and peace of mind.
Preconditions
- UniFi Protect system installed and operational.
- Home Assistant platform set up and configured.
- Access to the UniFi Protect AI Port features.
- Home Assistant installed and configured.
- Integration available and authenticated: UniFi.
- Device installed and reachable: Motion Detection.
Actors
- Homeowner monitoring their property
- Family members receiving alerts
- Security personnel reviewing footage
Trigger
The capability is triggered by motion detected by the UniFi Protect cameras or changes in the monitored environment.
Workflow Diagram
flowchart TD
A[Motion Detected] -->|check| B{{Is it a person?}}
B -->|Yes| C[Send Alert to Homeowner]
C --> D[Log Event in System]
B -->|No| E[Exit Monitoring]
Workflow Description
1. Detection of Motion
The UniFi Protect camera detects motion in its field of view.
2. AI Analysis
The system analyzes the motion to determine whether it is a person, vehicle, or pet.
3. Alert Notification
If a person is detected, an alert is sent to the homeowner’s device.
4. Event Logging
The event is logged in the Home Assistant system for future reference.
5. Review Camera Footage
Homeowner can access the recorded footage through the Home Assistant interface.
Postconditions
Upon completion of the capability, the homeowner is notified of any detected human presence and can review the recorded footage for security purposes.
Optional Enhancements
- Integration with smart lighting to illuminate the area upon detection.
- Enhanced facial recognition features for known individuals.
- Automated response actions such as sirens or notifications to local authorities.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | UniFi | Motion Detection, Energy Monitoring |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)