Last Updated:

Integrate Schlage WiFi Smart Locks with Home Assistant

S.C.O.R.E.SafetySecurity

Overview

Using Schlage WiFi smart locks with Home Assistant enhances home security by enabling remote access control and monitoring. This integration allows homeowners to manage entry points seamlessly, ensuring peace of mind whether they are home or away.

Safety icon

Benefits

  • Remote locking and unlocking of doors from anywhere using Home Assistant.
  • Real-time notifications for lock/unlock events to keep homeowners informed.
  • Integration with other smart home devices for enhanced security capability.

Intent

The purpose of this capability is to provide homeowners with a secure and convenient way to control access to their home through smart locks. By integrating Schlage locks with Home Assistant, users can automate locking mechanisms and receive alerts about door activity.

Preconditions

  • Schlage WiFi smart locks installed on doors.
  • Home Assistant configured and running on a compatible device.
  • Home Assistant has access to the local network for communication with the locks.
  • Home Assistant installed and configured.
  • Integration available and authenticated: Z-Wave JS.
  • Device installed and reachable: Door and Window Sensors.

Actors

  • Homeowner managing home security
  • Family members entering or leaving the house
  • Guests requiring temporary access

Trigger

The capability is triggered when a door is locked or unlocked, or when a scheduled capability is set to execute.

Workflow Diagram

flowchart TD
    A[Door Locked/Unlocked] -->|check| B{{Is Lock Controlled by Home Assistant?}}
    B -->|Yes| C[Send Notification to Homeowner]
    C --> D[Log Event in Home Assistant]
    B -->|No| E[Exit]

Workflow Description

1. Setup Smart Lock

Install the Schlage WiFi smart lock according to the manufacturer’s instructions and connect it to your home WiFi network.

2. Configure Home Assistant

Add the Schlage smart lock integration to your Home Assistant setup using the appropriate configuration settings.

3. Test Lock Functionality

Verify that the smart lock can be locked and unlocked via the Home Assistant interface, ensuring proper communication.

4. Set Up Notifications

Enable notifications within Home Assistant for lock/unlock events to keep track of door activity.

5. Create Capabilities

Design capabilities in Home Assistant that respond to door status changes, such as locking the door at a specific time or alerting when the door is left unlocked.

Postconditions

The Schlage smart lock is fully integrated with Home Assistant, allowing for remote control, capability, and notifications, enhancing the overall security of the home.

Optional Enhancements

  • Integrate with security cameras to capture footage when the door is unlocked.
  • Add voice control capabilities using Alexa or Google Home for hands-free access.
  • Create a log of all unlock events for security auditing.

Recommended Components

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

Source Examples