Overview
The addition of switchable outputs and multiple partitions to the Satel_integra system enhances home security by allowing users to control different areas independently. This capability provides flexibility in managing access and automating responses to security events.
Benefits
- Increased control over individual areas of the home for better security management.
- Ability to automate security responses based on occupancy or activity within each partition.
- Enhanced integration with existing home capability systems for seamless operation.
Intent
This capability aims to provide users with advanced control over their home security system by allowing them to manage multiple partitions. The outcome is a more tailored security experience that can adapt to various scenarios and user needs.
Preconditions
- Satel_integra security system installed and configured.
- Home Assistant integration set up and functioning.
- Access to Home Assistant interface for configuration.
- Home Assistant installed and configured.
- Integration available and authenticated: Z-Wave JS.
- Device installed and reachable: Door and Window Sensors.
Actors
- Homeowner managing security settings
- Family members receiving alerts
- Guests accessing specific areas with temporary permissions
Trigger
The capability is triggered by a change in occupancy detected by motion sensors or manual activation through the Home Assistant interface.
Workflow Diagram
flowchart TD
A[Occupancy Change Detected] -->|check| B{{Is Area Secure?}}
B -->|Yes| C[Maintain Current Security State]
B -->|No| D[Activate Switchable Output]
D --> E[Notify Homeowner]
C --> F[Exit]
Workflow Description
1. Detect Occupancy
The system detects occupancy using motion sensors or user input.
2. Check Security Status
The system evaluates whether the detected area is secure or requires action.
3. Activate Outputs
If the area is not secure, the system activates the switchable outputs to respond to the threat.
4. Notify Homeowner
The homeowner receives an alert about the security status and actions taken.
5. Log Activity
The system logs the event for future reference and analysis.
Postconditions
After the capability completes, the selected area remains secured or is actively monitored, with the homeowner informed of any necessary actions.
Optional Enhancements
- Integrate with smart cameras for visual monitoring.
- Add voice notifications for alerts via smart speakers.
- Enable remote access for monitoring and control through mobile devices.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Z-Wave JS, Zigbee2MQTT | Door and Window Sensors, Kwikset SmartCode 916 |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)