Overview
Mazda Connected Services now allows users to control their home locks directly from their vehicle. This integration enhances convenience and security, enabling drivers to manage access to their homes without needing to carry keys.
Benefits
- Easily lock or unlock doors from your vehicle, improving access control.
- Increased security by allowing remote locking, ensuring doors are secured when away.
- Streamlined entry for family members and guests with scheduled access.
Intent
The purpose of this capability is to provide seamless control over home access through Mazda Connected Services. This integration ensures that users can manage their home security effortlessly while on the go.
Preconditions
- Mazda vehicle with Connected Services enabled.
- Smart lock system integrated with Home Assistant.
- Stable internet connection for real-time control.
- Home Assistant installed and configured.
- Integration available and authenticated: Z-Wave JS.
- Device installed and reachable: Door Lock.
Actors
- Homeowner accessing their vehicle
- Family members needing access to the home
- Guests visiting the homeowner
Trigger
The capability is initiated when the homeowner interacts with the Mazda Connected Services app or vehicle interface.
Workflow Diagram
flowchart TD
A[User Initiates Lock Control] -->|Check Vehicle Connectivity| B{{Is Connected?}}
B -->|Yes| C[Send Lock Command]
C --> D[Lock Engaged]
B -->|No| E[Display Error Message]
Workflow Description
1. Initiate Control
The homeowner accesses the Mazda Connected Services app or interface to control the locks.
2. Check Connectivity
The system checks if the vehicle is connected to the internet and can communicate with the home lock system.
3. Send Command
If connected, the command to lock or unlock the door is sent from the vehicle to the smart lock.
4. Confirm Action
The smart lock responds, confirming the action has been completed successfully.
5. Notify User
The user receives a notification on their vehicle’s display confirming the lock status.
Postconditions
The smart lock is either locked or unlocked based on the user’s command, and the user is notified of the action taken.
Optional Enhancements
- Implement voice command feature through vehicle’s built-in assistant.
- Add geofencing to automatically lock/unlock based on vehicle proximity.
- Integrate with security alert systems for notifications on 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)