> ## 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.

# Sensi Thermostats

> Guide for using Sensi thermostats 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_sensi_v2_8fdf75ccb4.svg" alt="Sensi logo" width="192" height="192" style={{ width: "192px", height: "192px", objectFit: "contain" }} />

## Overview

Sensi produces smart thermostats for home and light commercial climate control. Focusing on convenience and sustainability, Sensi thermostats provide comfort and energy efficiency features. Sensi thermostats are designed for ease of use and offer features like scheduling, energy usage reports, and geofencing to optimize home temperature management.

***

## Supported Devices

<DeviceList manufacturers="sensi" capabilityName="can_hvac_heat,can_hvac_cool,can_hvac_fan,can_program_thermostat_weekly_programs" />

This integration supports all [Sensi thermostats](https://sensi.copeland.com/en-us/products).

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

***

## Supported Features

We support the following features:

* [Configuring current thermostat settings](/capability-guides/thermostats/configure-current-climate-settings)
* [Creating and managing climate presets](/capability-guides/thermostats/creating-and-managing-climate-presets)
* [Creating and managing thermostat schedules](/capability-guides/thermostats/creating-and-managing-thermostat-schedules)
* [Creating and managing thermostat weekly programs](/capability-guides/thermostats/creating-and-managing-thermostat-programs)
* [Setting and monitoring temperature thresholds](/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds)

***

### Device Provider Key

To create a [Connect Webview](/core-concepts/connect-webviews) that enables your users to connect their Sensi devices to Seam, include the `sensi` 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 Sensi thermostats to Seam, see the [Sensi Setup Guide](./sensi-setup-guide).

***

## Brand-Specific Restrictions

Note the following Sensi-specific restrictions:

### Battery State

The Sensi API does not communicate the battery state of Sensi devices, so Seam cannot report the battery state for these devices. However, most Sensi thermostats are hard-wired.

### Heat-Cool Mode

Some Sensi models do not support heat-cool mode, such as the Sensi Classic and Sensi One Touch thermostats. To check whether a thermostat supports heat-cool mode, [get the device](/capability-guides/thermostats/retrieving-thermostats) and look for a `device.can_hvac_heat_cool` capability flag. For more information about thermostat-related capability flags, see [Thermostat Capabilities](/capability-guides/thermostats#thermostat-capabilities).

***

## Where to Order

To purchase Sensi thermostats, visit the Sensi online store.

<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>Sensi Online Store</strong>
      </td>

      <td />

      <td>
        <a href="https://sensi.copeland.com/en-us/products">
          [https://sensi.copeland.com/en-us/products](https://sensi.copeland.com/en-us/products)
        </a>
      </td>

      <td>
        <a href="/images/sensi-logo.png">sensi-logo.png</a>
      </td>
    </tr>
  </tbody>
</table>
