Last Updated:

Integrating Tedee Smart Locks with Home Assistant

S.C.O.R.E.ConvenienceDevice Control

Overview

Tedee smart locks provide enhanced security and convenience for homeowners by allowing remote access control. Integrating these locks with Home Assistant enables users to manage their lock settings seamlessly, offering peace of mind and effortless entry management.

Convenience icon

Benefits

  • Remote locking and unlocking for convenience and security.
  • Automated access for family members or guests.
  • Integration with other smart home devices for enhanced functionality.

Intent

This capability aims to streamline access control in the home by integrating Tedee smart locks with Home Assistant. Users can easily manage entry points, ensuring that they can secure their home from anywhere and provide access to trusted individuals.

Preconditions

  • Tedee smart lock installed and configured.
  • Home Assistant instance running and accessible.
  • Tedee integration added to Home Assistant.
  • Home Assistant installed and configured.
  • Integration available and authenticated: Z-Wave JS.
  • Device installed and reachable: Door Lock.

Actors

  • Homeowner managing access
  • Family members needing entry
  • Guests receiving temporary access

Trigger

The capability is triggered when the homeowner uses Home Assistant to lock or unlock the Tedee smart locks or when a scheduled time for automatic locking occurs.

Workflow Diagram

flowchart TD
    A[User triggers lock action] -->|check| B{Lock status?}
    B -->|Locked| C[Unlock lock]
    C --> D[Access granted]
    B -->|Unlocked| E[Lock the door]
    E --> D[Home secured]

Workflow Description

1. Initiate Lock Action

The user selects the option to lock or unlock the Tedee smart lock through the Home Assistant interface.

2. Check Lock Status

Home Assistant checks the current status of the Tedee smart lock to determine whether it is locked or unlocked.

3. Execute Lock or Unlock Command

Based on the current status, Home Assistant sends the appropriate command to either lock or unlock the door.

4. Receive Confirmation

Home Assistant receives a confirmation from the Tedee lock, indicating that the action has been successfully completed.

5. Notify User

The user is notified of the successful locking or unlocking action through the Home Assistant dashboard or notification system.

Postconditions

The Tedee smart lock’s status is updated according to the user’s action, ensuring the home is either secured or accessible as intended.

Optional Enhancements

  • Add voice control capabilities via Amazon Echo Devices or Google Nest Mini.
  • Schedule automatic locking/unlocking based on user routines.
  • Integrate with security cameras to log entry events.

Recommended Components

Recommended ApplicationsRecommended IntegrationsRecommended Devices
Home AssistantZ-Wave JS, Zigbee2MQTTDoor Lock, Door and Window Sensors

Source Examples