Last Updated:

Gate Left Open Alert

S.C.O.R.E.SafetySecurity

Overview

This capability ensures that residents are promptly notified if the outdoor gate is left open, enhancing home security and preventing unauthorized access. By receiving immediate alerts, homeowners can take quick action to secure their property.

Safety icon

Benefits

  • Increased security by preventing unauthorized entry through an open gate.
  • Peace of mind for homeowners, knowing they will be alerted to potential safety issues.
  • Ability to monitor the gate status remotely via home capability systems.

Intent

The purpose of this capability is to monitor the outdoor gate’s position and send alerts to residents when it is left open. This outcome helps maintain home security and allows residents to respond quickly to possible threats.

Preconditions

  • A compatible gate sensor installed on the outdoor gate.
  • Home Assistant platform configured for alerts.
  • Internet connectivity for remote notifications.
  • Home Assistant installed and configured.
  • Integration available and authenticated: Z-Wave JS.
  • Device installed and reachable: Door and Window Sensors.

Actors

  • Homeowner receiving alerts
  • Family members checking gate status
  • Guests being informed of gate security

Trigger

The capability is triggered when the gate sensor detects that the gate has been left open for a specified duration.

Workflow Diagram

flowchart TD
    A[Gate Open Detected] -->|check| B{{Is Gate Open?}}
    B -->|Yes| C[Send Alert Notification]
    C --> D[Residents Alerted]
    B -->|No| E[Exit]

Workflow Description

1. Gate Sensor Activation

The gate sensor detects that the gate has been opened and remains in the open position.

2. Check Duration

The system checks if the gate has been open for a predefined time threshold to avoid false alerts.

3. Send Alert

If the gate remains open beyond the threshold, an alert notification is sent to the homeowner’s devices.

4. Notification Received

Residents receive a notification via their preferred method (e.g., smartphone, email).

5. Action Taken

Residents can take immediate action to close the gate or investigate the situation.

Postconditions

After the alert is sent, the system remains in standby mode to monitor the gate status, ready to alert again if necessary.

Optional Enhancements

  • Integrate with smart cameras to provide a visual feed when the gate is left open.
  • Enable voice alerts through smart speakers for immediate notification.
  • Add automated gate closure after a specific time if left open.

Recommended Components

Recommended ApplicationsRecommended IntegrationsRecommended Devices
Home AssistantZ-Wave JS, Zigbee2MQTTDoor and Window Sensors, Kwikset SmartCode 916

Source Examples