Overview
The LOQED Touch Smart Lock provides a seamless and secure way to manage access to your home. This capability allows homeowners to control who enters their home, enhancing safety and convenience for families and guests alike.
Benefits
- Remote access control for added convenience and security
- Ability to grant temporary access to guests or service providers
- Peace of mind with real-time notifications about lock status
Intent
The purpose of this capability is to enable homeowners to manage their LOQED Touch Smart Lock through Home Assistant. By integrating this smart lock, users can easily control access to their home from anywhere, ensuring enhanced security and accessibility.
Preconditions
- LOQED Touch Smart Lock installed and configured.
- Home Assistant set up with proper integrations.
- Stable internet connection for remote access.
- Home Assistant installed and configured.
- Integration available and authenticated: Z-Wave JS.
- Device installed and reachable: Door Lock.
Actors
- Homeowner managing access
- Family members accessing the home
- Guests requiring temporary access
Trigger
The capability is triggered when a user attempts to unlock the door, either via the app or a physical touch on the lock.
Workflow Diagram
flowchart TD
A[User attempts to unlock door] -->|check| B{Is user authorized?}
B -->|Yes| C[Unlock door]
C --> D[Notify user of successful access]
B -->|No| E[Notify user of access denied]
Workflow Description
1. User Initiates Unlock
The user approaches the door and either touches the lock or uses the mobile app to initiate the unlocking process.
2. Check User Authorization
The system verifies if the user has the necessary permissions to unlock the door.
3. Unlock Door
If authorized, the lock disengages and allows entry. If not, the user receives a notification.
4. Send Notification
Upon successful unlocking, a notification is sent to the user confirming access.
5. Log Access Event
The system logs the access event for future reference and security audits.
Postconditions
The door is unlocked for authorized users, and the system logs the event for security purposes. Unauthorized access attempts are recorded.
Optional Enhancements
- Integrate facial recognition for enhanced security
- Set up automated unlock during specific times for family members
- Receive alerts for unauthorized access attempts
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Z-Wave JS, Zigbee2MQTT | Door Lock, Door and Window Sensors |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)