Overview
The NASweb integration now supports alarm control panels, allowing homeowners to seamlessly arm and disarm their security systems from their smart home interface. This capability enhances home security management by providing remote access and control, ensuring peace of mind whether at home or away.
Benefits
- Convenient remote arming and disarming of home security systems.
- Increased peace of mind knowing the security system can be managed easily.
- Integration with existing smart home setups for centralized control.
Intent
This capability aims to empower homeowners by integrating alarm control functionalities into the NASweb interface. The outcome is a simplified security management process that enhances the safety and convenience of home living.
Preconditions
- NASweb integration must be set up with compatible alarm control panel.
- User must have access to the NASweb interface.
- Alarm control panel must be operational and connected.
- Home Assistant installed and configured.
- Integration available and authenticated: Z-Wave JS.
- Device installed and reachable: Door and Window Sensors.
Actors
- Homeowner managing security
- Family members assisting with security checks
- Guests needing temporary access
Trigger
The capability is triggered by user interaction with the NASweb interface, such as selecting the option to arm or disarm the alarm system.
Workflow Diagram
flowchart TD
A[User selects arm/disarm option] -->|check| B{{Is system ready?}}
B -->|Yes| C[Execute arm/disarm command]
C --> D[Update security status]
B -->|No| E[Notify user of issue]
Workflow Description
1. User Accesses NASweb
The homeowner navigates to the NASweb interface on their device.
2. Select Alarm Control
The user chooses the option to manage their alarm control panel.
3. Choose Action
The user selects whether to arm or disarm the security system.
4. System Validates Status
The system checks if the alarm panel is ready for the requested action.
5. Execute Command
The system executes the arm or disarm command based on user selection.
6. Confirm Action
The system updates the security status and confirms the action to the user.
Postconditions
The security system is successfully armed or disarmed, and the updated status is reflected in the NASweb interface.
Optional Enhancements
- Add notifications for status changes (armed/disarmed).
- Integrate with smart home routines for automated security management.
- Enable voice control through smart speakers for hands-free operation.
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)