Overview
This capability allows homeowners to integrate Vivotek cameras into their home capability system, enhancing security monitoring. By adding these cameras, users can keep an eye on their property remotely, providing peace of mind and increased safety.
Benefits
- Real-time video monitoring of home premises from anywhere.
- Detection of unusual activities with alerts sent to mobile devices.
- Seamless integration with existing home capability systems for a unified security solution.
Intent
The purpose of this capability is to provide homeowners with an easy way to incorporate Vivotek cameras into their home capability setup. The outcome is a robust security system that enhances situational awareness and allows for timely responses to potential threats.
Preconditions
- Vivotek cameras installed and configured.
- Home Assistant setup and operational.
- Stable internet connection for remote access.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Energy Monitoring.
Actors
- Homeowner monitoring the property
- Family members receiving security alerts
- Guests who may be monitored for safety
Trigger
The capability is triggered by motion detection or a scheduled time for recording.
Workflow Diagram
flowchart TD
A[Motion Detected] -->|check| B{{Is it a valid event?}}
B -->|Yes| C[Send Alert to Homeowner]
C --> D[Start Video Recording]
B -->|No| E[Ignore Event]
Workflow Description
1. Detect Motion
The Vivotek camera detects motion within its field of view.
2. Verify Event
The system checks if the detected motion is valid (e.g., not a pet or passing vehicle).
3. Send Alert
If the motion is valid, an alert is sent to the homeowner’s mobile device.
4. Start Recording
The camera begins recording the event for later review.
5. Store Footage
Recorded footage is stored in the home capability system for access.
Postconditions
The homeowner receives notifications of any detected motion, along with recorded footage accessible through the home capability system.
Optional Enhancements
- Integrate with Amazon Alexa for voice alerts.
- Add facial recognition capabilities for identifying familiar faces.
- Link to smart lights to illuminate the area during motion detection.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Frigate | Energy Monitoring, Temperature Sensors |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)