Overview
The IDTECK proximity card component offers a modern solution for secure access control in the home. By using proximity cards, homeowners can easily manage who has access to their property, enhancing security while providing convenience for family members and trusted guests.
Benefits
- Increased security by controlling access to the home.
- Convenient entry for family members and authorized guests without needing traditional keys.
- Ability to monitor and track access events for safety.
Intent
This capability aims to integrate the IDTECK proximity card system with your home capability setup, allowing seamless access control. The outcome is a more secure home environment where access can be easily managed and monitored.
Preconditions
- Home Assistant installed and configured.
- IDTECK proximity card reader and cards available.
- Network connectivity between the proximity card component and Home Assistant.
- Integration available and authenticated: Z-Wave JS.
- Device installed and reachable: Door and Window Sensors.
Actors
- Homeowner managing access control
- Family members using proximity cards
- Guests visiting the home
Trigger
The capability is triggered when a proximity card is presented to the card reader, initiating the authentication process.
Workflow Diagram
flowchart TD
A[Card Presented] -->|check| B{Is Card Valid?}
B -->|Yes| C[Unlock Door]
C --> D[Access Granted]
B -->|No| E[Access Denied]
Workflow Description
1. Card Presentation
The user presents their proximity card to the IDTECK reader.
2. Card Validation
The system checks if the presented card is valid and authorized for access.
3. Unlock Door
If the card is valid, the system sends a signal to unlock the door.
4. Access Notification
The system notifies the homeowner of the access event via Home Assistant.
5. Log Access Event
The access attempt is logged in the system for security tracking.
Postconditions
The door is either unlocked for valid cards or remains locked for invalid cards, and access events are logged.
Optional Enhancements
- Integrate with a camera system for visual verification of access.
- Set up notifications for unauthorized access attempts.
- Add remote access capabilities via mobile app.
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)