Overview
Yale Smart Living provides a robust security solution by enabling smart access control for homeowners. This capability ensures that only authorized individuals can access the home, reducing the risk of unauthorized entry.
Benefits
- Increased security by controlling who can enter the home.
- Convenient access management for family members and guests.
- Real-time notifications and monitoring of entry points.
Intent
The purpose of this capability is to enhance home security through smart locks and access control integration. The outcome achieved is a secure and manageable entry system that can be monitored remotely.
Preconditions
- Yale smart lock installed and configured.
- Home Assistant setup for integration.
- Stable internet connection for remote access.
- Home Assistant installed and configured.
- Integration available and authenticated: Z-Wave JS.
- Device installed and reachable: Kwikset SmartCode 916.
Actors
- Homeowner managing access
- Family members using digital keys
- Guests requiring temporary access
Trigger
The capability is triggered when a user attempts to unlock the Yale smart lock via a smartphone app or keypad.
Workflow Diagram
flowchart TD
A[User Attempts to Unlock] -->|check| B{Is the User Authorized?}
B -->|Yes| C[Unlock the Door]
C --> D[Access Granted]
B -->|No| E[Access Denied]
Workflow Description
1. User Initiates Unlock
The user approaches the smart lock and either uses the Yale app or keypad to enter a code.
2. Check Authorization
The system verifies if the entered code matches an authorized user in the database.
3. Unlock Mechanism Activation
If authorized, the smart lock is triggered to unlock, allowing entry.
4. Notification to Homeowner
The homeowner receives a notification on their device confirming the door has been unlocked.
5. Log Access Event
The system logs the access event for security records and future reference.
Postconditions
After the process completes, the door is unlocked for authorized users, and the system maintains a log of the access event.
Optional Enhancements
- Integrate facial recognition for additional security.
- Implement geofencing to automatically unlock for family members.
- Add voice control capabilities via virtual assistants.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Z-Wave JS, Zigbee2MQTT | Kwikset SmartCode 916, Door Lock |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)