# NoiseAware Sensors

## Overview

Seam integrates with NoiseAware sensors to provide [privacy-safe noise monitoring](https://noiseaware.com/privacy-safe-noise-monitoring/) functions for the short-term rental and vacation rental industries. NoiseAware produces both an indoor sensor and an accompanying weatherproof outdoor sensor. For each NoiseAware sensor, you can set one noise threshold per hour, and the sensor notifies owners when noise levels exceed these configured thresholds.

***

## Supported Devices

This integration supports all [NoiseAware sensors](https://noiseaware.com/features/).

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

***

## Supported Features

We support the following features:

* [Configuring noise threshold settings](https://docs.seam.co/latest/capability-guides/noise-sensors/configure-noise-threshold-settings)\
  You can configure a maximum of one noise threshold per hour per Noiseaware sensor. You cannot configure thresholds with time periods that overlap.
* [Receiving noise sensor events when noise events occur](https://docs.seam.co/latest/api/events/)\
  For more information, see the [`noise_sensor.noise_threshold_triggered` event](https://docs.seam.co/latest/api/events/).

***

### Device Provider Key

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

***

## Setup Instructions

To control NoiseAware devices using Seam, you must prompt owners of these devices to perform the following steps:

1. Install the NoiseAware [iOS](https://apps.apple.com/us/app/noiseaware/id1436213179) or [Android](https://play.google.com/store/apps/details?id=io.noiseaware.mobile\&hl=en_US\&gl=US) mobile app.
2. Create an account in the NoiseAware mobile app if you have not done so already.
3. In the NoiseAware mobile app, add your NoiseAware sensors.
4. Note your login credentials for the NoiseAware mobile app, and use these credentials to log in to the [Seam Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) to add your devices to Seam.

***

## Where to Order

To purchase NoiseAware sensors, visit the NoiseAware online store.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td><strong>NoiseAware Online Store</strong></td><td></td><td><a href="https://noiseaware.com/cart/">https://noiseaware.com/cart/</a></td><td></td></tr></tbody></table>

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seam.co/latest/device-and-system-integration-guides/noiseaware-sensors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
