> For the complete documentation index, see [llms.txt](https://docs.kemperconnect.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kemperconnect.de/asset-types/airwatch/overview.md).

# Overview

AirWatch is KEMPER's welding fume and particulate matter monitoring sensor. It measures PM2.5 and PM10 concentrations in ambient air, providing real-time air quality data for industrial environments.

## Device Variants

| Variant                  | Slug                          | Description                               |
| ------------------------ | ----------------------------- | ----------------------------------------- |
| **AirWatch 3.0**         | `airwatch-30`                 | Standard model                            |
| **AirWatch LTE Europe**  | `airwatch-lte-europe`         | Cellular-connected (European frequencies) |
| **AirWatch LTE America** | `kemper-airwatch-lte-america` | Cellular-connected (American frequencies) |

## Purpose

AirWatch sensors are designed to:

* Monitor welding fume concentrations
* Track particulate matter (PM) levels
* Provide ambient air quality data
* Enable data-driven ventilation control
* Support occupational health monitoring

## Key Measurements

| Measurement      | Unit     | Description                                 |
| ---------------- | -------- | ------------------------------------------- |
| PM2.5            | µg/m³    | Fine particulate matter (≤2.5 micrometers)  |
| PM10             | µg/m³    | Coarse particulate matter (≤10 micrometers) |
| 4h Average PM2.5 | µg/m³    | 4-hour rolling average                      |
| 4h Average PM10  | µg/m³    | 4-hour rolling average                      |
| Total Particles  | count/m³ | Total particle count                        |

## Particle Size Distribution

AirWatch provides detailed particle size distribution across six bins:

| Bin   | Size Range |
| ----- | ---------- |
| Bin 0 | > 0.3 µm   |
| Bin 1 | > 0.5 µm   |
| Bin 2 | > 1.0 µm   |
| Bin 3 | > 2.5 µm   |
| Bin 4 | > 5.0 µm   |
| Bin 5 | > 10.0 µm  |

## Measurement Type

AirWatch performs **ambient (hall) measurement**, meaning:

* Measures general air quality in the facility
* Not a point-source measurement
* Represents overall workplace conditions
* Distinct from Occupational Exposure Limits (OEL)

{% hint style="info" %}
Curious about how the AirWatch determines particulate levels and why the scale does not reflect typical legal threshold values? Read more on: [Measurement Concept & PM Classification](/asset-types/airwatch/measurement-concept-and-pm-classification.md)
{% endhint %}

## Use Cases

### Air Quality Monitoring

* Track PM levels throughout the day
* Identify pollution patterns
* Compare against WHO guidelines

### Automation Triggers

* Trigger filtration devices based on PM10 thresholds
* Integrate with AirDome and Clean Air Tower
* Automatic ventilation control

### Compliance Support

* Historical data for audits
* Report generation
* 4-hour average calculations

## Device Tabs

| Tab       | Description                     | Documentation                                                        |
| --------- | ------------------------------- | -------------------------------------------------------------------- |
| Dashboard | Current measurements and status | [Dashboard](broken://pages/415d6ce9d130a8b6702073901ddc80c6b9901ab3) |
| History   | Historical PM data and trends   | [History](broken://pages/5fd1e0508777182bbc170ab955ad9f90429597d8)   |
| Functions | Device functions                | [Functions](broken://pages/6cafe3f2d09aa17751dc53a1b9f90f7aa5b54678) |
| License   | License management              | [License](file:///common/license.md)                                 |
| Settings  | Device configuration            | [Settings](broken://pages/77771dd7529569caf13202321a8310a71766035b)  |

## Status Indicators

| Status         | Description                           |
| -------------- | ------------------------------------- |
| **Online**     | Device connected and transmitting     |
| **Offline**    | Device not connected                  |
| **Monitoring** | Actively measuring (normal operation) |

## Integration with Automation

AirWatch sensors can serve as triggers for automation rules:

* Set PM10 threshold (e.g., 100 µg/m³)
* Select target filtration devices
* Automatic start/stop based on air quality

See [Automation Rules](file:///automation/rules.md) for details.

## Related Documentation

* [Dashboard](broken://pages/415d6ce9d130a8b6702073901ddc80c6b9901ab3) - Current measurements
* [History](broken://pages/5fd1e0508777182bbc170ab955ad9f90429597d8) - Historical analysis
* [Air Quality Levels](file:///reference/air-quality-levels.md) - PM ranges
* [Automation Rules](file:///automation/rules.md) - PM-triggered automation


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.kemperconnect.de/asset-types/airwatch/overview.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.
