Last Updated:

Unlock Event Log

S.C.O.R.E.SafetySecurity

Overview

The Unlock Event Log feature allows residents to monitor and review all door unlock events, enhancing home safety and security. This capability provides peace of mind by keeping track of who accessed the home and when.

Safety icon

Benefits

  • Increased awareness of who enters and exits the home
  • Ability to quickly identify unauthorized access attempts
  • Enhanced peace of mind for residents and families

Intent

The purpose of the Unlock Event Log capability is to provide residents with a comprehensive history of door unlock events. This helps ensure security and allows for timely responses to any suspicious activity.

Preconditions

  • Home Assistant must be installed and configured.
  • Smart locks that support event logging must be integrated.
  • Internet connectivity for remote access and notifications.
  • Home Assistant installed and configured.
  • Integration available and authenticated: Z-Wave JS.
  • Device installed and reachable: Door and Window Sensors.

Actors

  • Homeowner reviewing unlock events
  • Family members monitoring security
  • Guests accessing the home with permission

Trigger

The capability is triggered when a door is unlocked, generating an event log entry.

Workflow Diagram

flowchart TD
    A[Door Unlocked] -->|log event| B{Event Recorded?}
    B -->|Yes| C[Store in Event Log]
    C --> D[Notify Residents]
    B -->|No| E[Error Handling]

Workflow Description

1. Door Unlock Triggered

A door is unlocked by a resident or guest, triggering the event logging process.

2. Log Event

The system captures the unlock event, including timestamp and user identity.

3. Store Event

The event information is securely stored in the home capability system for future review.

4. Notify Residents

If configured, residents are notified of the unlock event via their preferred notification method.

5. Review Event Log

Residents can access the event log through the Home Assistant interface to review unlock activities.

Postconditions

The event log is updated with the new unlock entry, ensuring residents have access to the latest security data.

Optional Enhancements

  • Integrate with smart cameras to visualize unlock events
  • Set up alerts for unusual unlock patterns
  • Enable voice notifications through smart speakers

Recommended Components

Recommended ApplicationsRecommended IntegrationsRecommended Devices
Home AssistantZ-Wave JS, Zigbee2MQTTDoor and Window Sensors, Door Lock

Source Examples