Overview
The Dormakaba dKey capability allows homeowners to easily manage and secure their Bluetooth Low Energy locks. This solution enhances home security by providing remote access control and monitoring for authorized users.
Benefits
- Seamless remote access control for family members and guests
- Enhanced security with real-time monitoring and notifications
- Elimination of physical keys, reducing the risk of unauthorized access
Intent
The purpose of the Dormakaba dKey capability is to enable seamless control over home entry points via Bluetooth technology. This capability ensures that homeowners can manage access efficiently and securely, providing peace of mind.
Preconditions
- A compatible Dormakaba dKey Bluetooth Low Energy lock installed.
- Home Assistant configured and integrated with the dKey locks.
- Bluetooth enabled on the controlling device.
- Home Assistant installed and configured.
- Integration available and authenticated: Z-Wave JS.
- Device installed and reachable: Door and Window Sensors.
Actors
- Homeowner managing access
- Family members with granted access
- Guests granted temporary access
Trigger
The capability is triggered when a user approaches the lock with a registered Bluetooth device or when a specific time-based event occurs.
Workflow Diagram
flowchart TD
A[User Approaches Lock] -->|check Bluetooth| B{{Is Device Authorized?}}
B -->|Yes| C[Unlock the Door]
C --> D[Access Granted]
B -->|No| E[Access Denied]
Workflow Description
1. User Approaches Lock
The user approaches the Dormakaba dKey lock with their Bluetooth-enabled device.
2. Check Bluetooth Connection
The lock checks if the approaching device is authorized to unlock it via Bluetooth.
3. Unlock the Door
If the device is authorized, the lock automatically unlocks, granting access.
4. Send Notification
A notification is sent to the homeowner’s app confirming the door has been unlocked.
5. Log Access Event
The event of unlocking is logged for security purposes.
Postconditions
The door remains unlocked for a predetermined time or until manually locked again, ensuring authorized access while maintaining security.
Optional Enhancements
- Integration with security cameras for visual verification upon unlocking
- Scheduled access for guests with temporary codes
- Voice assistant integration for hands-free control
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Z-Wave JS, Zigbee2MQTT | Door and Window Sensors, Kwikset SmartCode 916 |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)