Overview
Gogogate2 and iSmartGate enhance home security by integrating battery sensors for wireless door sensors, allowing homeowners to monitor access points remotely. This capability provides real-time alerts and updates, ensuring peace of mind regarding home security.
Benefits
- Real-time monitoring of door status for enhanced security.
- Battery-operated sensors eliminate the need for complex wiring, simplifying installation.
- Integration with smart home systems enables centralized control and notifications.
Intent
The purpose of this capability is to create a seamless security solution by utilizing wireless sensors that notify homeowners of door activity. This results in timely alerts and remote access management, enhancing overall home security.
Preconditions
- Gogogate2 or iSmartGate device installed.
- Compatible wireless door sensors configured.
- Home capability platform (e.g., Home Assistant) set up for integration.
- Home Assistant installed and configured.
- Integration available and authenticated: Z-Wave JS.
- Device installed and reachable: Door and Window Sensors.
Actors
- Homeowner monitoring security
- Family members receiving alerts
- Guests accessing the home
Trigger
The capability is triggered when the wireless door sensor detects an open or closed state change.
Workflow Diagram
flowchart TD
A[Wireless Door Sensor Change] -->|check| B{{Is Door Open?}}
B -->|Yes| C[Send Alert to Homeowner]
C --> D[Log Door Status]
B -->|No| E[Exit]
Workflow Description
1. Sensor Activation
The wireless door sensor detects a change in the door’s status, either open or closed.
2. Status Check
The system checks the status of the door based on the sensor reading.
3. Alert Generation
If the door is open, an alert is generated and sent to the homeowner’s mobile device.
4. Status Logging
The system logs the door status for historical reference and security audits.
5. User Notification
All family members connected to the system receive notifications based on their preferences.
Postconditions
The homeowner is notified of the door status, and the system logs the event for future reference.
Optional Enhancements
- Integrate with a smart camera to capture images when the door opens.
- Provide voice notifications through smart speakers.
- Set up automated actions based on door status, such as turning on lights.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Z-Wave JS, Zigbee2MQTT | Door and Window Sensors, Door Lock |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)