> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seam.co/llms.txt
> Use this file to discover all available pages before exploring further.

# August Locks

> Guide for using August locks with Seam

export const DeviceList = ({manufacturers, capabilityName, token = "6c51f0a4-d421-429e-8295-d02271aa4f23"}) => {
  const cdn = "https://cdn.devicedb.seam.co/v/0.0.15/DeviceListByCapability.global.js";
  const close = "</scr" + "ipt>";
  const srcDoc = ['<!doctype html><html><head><meta charset="utf-8">', "<style>html,body{margin:0;padding:0;background:transparent}</style></head><body>", `<script type="module" src="${cdn}">${close}`, `<device-list-by-capability manufacturers="${manufacturers}" capability-name="${capabilityName}" token="${token}"></device-list-by-capability>`, `<script>new ResizeObserver(function(){parent.postMessage({__devicedb:true,height:document.documentElement.scrollHeight},"*")}).observe(document.documentElement)${close}`, "</body></html>"].join("");
  const onRef = iframe => {
    if (!iframe || iframe.dataset.devicedbBound) return;
    iframe.dataset.devicedbBound = "1";
    window.addEventListener("message", event => {
      if (event.source === iframe.contentWindow && event.data && event.data.__devicedb) {
        iframe.style.height = `${event.data.height}px`;
      }
    });
  };
  return <iframe ref={onRef} srcDoc={srcDoc} title="Compatible devices" style={{
    width: "100%",
    minHeight: "320px",
    border: "none"
  }} />;
};

<img src="https://strapi-media-bucket.fly.storage.tigris.dev/sq_august_full_d4a69f11cf.svg" alt="August logo" width="192" height="192" style={{ width: "192px", height: "192px", objectFit: "contain" }} />

## Overview

August produces smart locks for the residential market. Seam integrates directly with the August Wi-Fi Smart Lock, as well as with additional August Smart Locks through the August Connect® Wi-Fi Bridge. In addition, Seam supports the August Smart Keypad accessory.

Each August lock attaches to an existing deadbolt, replacing only the lock component on the inside of a door. Consequently, August locks do not change the exterior of locks, and the existing physical keys still work with installed August locks.

***

## Supported Devices

<DeviceList manufacturers="august" capabilityName="can_remotely_unlock,can_program_online_access_codes,can_provision_mobile_keys" />

This integration supports all August Smart Lock models that are connected to Wi-Fi, either through built-in Wi-Fi or using the [August Connect Wi-Fi Bridge](https://august.com/products/august-connect). Seam also supports the addition of the optional [August Smart Keypad](https://august.com/products/august-smart-keypad) to enable entering access codes to control the lock.

The following table details the requirements for compatibility with this Seam integration:

<table>
  <thead>
    <tr>
      <th width="187.33333333333331">Product Models</th>
      <th>Compatibility</th>
      <th>Accessories</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a href="https://august.com/products/august-wifi-smart-lock">
          Wi-Fi Smart Lock
        </a>
      </td>

      <td>Compatible</td>

      <td>
        <ul>
          <li>Smart Keypad (optional)</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td>
        <a href="https://august.com/products/august-smart-lock-pro-connect">
          Smart Lock Pro
        </a>
      </td>

      <td>Compatible only with Connect Wi-Fi Bridge</td>

      <td>
        <ul>
          <li>Connect Wi-Fi Bridge</li>
          <li>Smart Keypad (optional)</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td>
        <a href="https://august.com/products/august-smart-lock-connect">
          Smart Lock
        </a>
      </td>

      <td>Compatible only with Connect Wi-Fi Bridge</td>

      <td>
        <ul>
          <li>Connect Wi-Fi Bridge</li>
          <li>Smart Keypad (optional)</li>
        </ul>
      </td>
    </tr>
  </tbody>
</table>

For detailed information about the August devices that Seam supports, see our [August Supported Devices page](https://www.seam.co/manufacturers/august):

***

## Supported Features

We support the following features:

* [Triggering web lock and unlock actions](/low-level-apis/smart-locks/lock-and-unlock)
* [Programming access codes](/low-level-apis/smart-locks/access-codes) on locks that have an installed August Smart Keypad

***

### Device Provider Key

To create a [Connect Webview](/core-concepts/connect-webviews) that enables your users to connect their August devices to Seam, include the `august` device provider key in the `accepted_providers` list. For more information, see [Customize the Brands to Display in Your Connect Webviews](/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews).

***

## Setup Instructions

For instructions on connecting August locks to Seam, see the [August Setup Guide](./august-setup-guide).

***

## Troubleshooting

The following access code errors might appear for an August lock:

<table data-full-width="true">
  <thead>
    <tr>
      <th width="384">Error</th>
      <th>Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <code>august\_device\_programming\_delay</code>
      </td>

      <td>
        August has acknowledged a request to program the code, but the access
        code has not yet been moved fully to the device. The device likely has
        an unstable internet connection. Seam continues to try to set the code
        on the device.
      </td>
    </tr>

    <tr>
      <td>
        <code>august\_device\_slots\_full</code>
      </td>

      <td>All access code slots on the device are full.</td>
    </tr>

    <tr>
      <td>
        <code>august\_lock\_bad\_access\_code\_format</code>
      </td>

      <td>The access code format is incorrect.</td>
    </tr>

    <tr>
      <td>
        <code>august\_lock\_missing\_keypad</code>
      </td>

      <td>The August lock is missing a keypad.</td>
    </tr>

    <tr>
      <td>
        <code>august\_lock\_temporarily\_offline</code>
      </td>

      <td>
        The August lock was temporarily offline while setting or removing a
        code. The code should be set removed when the lock comes back online.
      </td>
    </tr>
  </tbody>
</table>

***

## Where to Order

Order August locks and accessories directly from the August website or from Amazon.

<table data-view="cards">
  <thead>
    <tr>
      <th />

      <th />

      <th />

      <th data-hidden data-card-target data-type="content-ref" />

      <th data-hidden data-card-cover data-type="files" />
    </tr>
  </thead>

  <tbody>
    <tr>
      <td />

      <td>
        <strong>August</strong>
      </td>

      <td />

      <td>
        <a href="https://august.com/">[https://august.com/](https://august.com/)</a>
      </td>

      <td>
        <a href="/images/august-logo.png">august-logo.png</a>
      </td>
    </tr>

    <tr>
      <td />

      <td>
        <strong>August Products on Amazon</strong>
      </td>

      <td />

      <td>
        <a href="https://amzn.to/3sVFNTl">[https://amzn.to/3sVFNTl](https://amzn.to/3sVFNTl)</a>
      </td>

      <td>
        <a href="/images/august-on-amazon.png">august-on-amazon.png</a>
      </td>
    </tr>
  </tbody>
</table>

***
