> 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/airdome/settings.md).

# settings

The Settings tab displays device configuration, error status, and operating information for the AirDome filtration system.

## Accessing Settings

Navigate to the device detail page and select the "Settings" tab.

## Device Information Card

### Basic Settings

| Field             | Description       | Editable |
| ----------------- | ----------------- | -------- |
| **Device Name**   | Display name      | Yes      |
| **Serial Number** | Device identifier | No       |
| **Location**      | Physical location | Yes      |

### Device Type Info

| Field           | Value                |
| --------------- | -------------------- |
| **Device Type** | Air Filtration Tower |
| **Filter Type** | Self-Cleaning        |

## Error Status Card

### Current Error Status

| Field          | Description                           |
| -------------- | ------------------------------------- |
| **Error Code** | Current error (FEHLERCODE field)      |
| **Status**     | "System Healthy" or error description |

### Healthy State

{% hint style="success" %}
When no errors:

* Shows "0 (OK)"
* "No errors detected" message
* Green indicator
  {% endhint %}

### Error State

{% hint style="danger" %}
When an error is detected:

* Shows error code
* Error description
* Red indicator
* "Service Required" alert
  {% endhint %}

### Error Codes

| Code | Description                  |
| ---- | ---------------------------- |
| 0    | No error (OK)                |
| F90  | Frequency inverter error     |
| F94  | Critical filter pressure     |
| F95  | Control error                |
| F96  | Compressed air not connected |

### Warning Codes

| Code | Description              |
| ---- | ------------------------ |
| 0    | No warning               |
| SER  | Maintenance overdue      |
| A03  | Filter pressure too high |
| A04  | No flow rate calculation |

## Operating Information Card

### Service Tracking

| Field                   | Unit | Description                           |
| ----------------------- | ---- | ------------------------------------- |
| **Operating Hours**     | h    | Time motor has been running           |
| **Hours Until Service** | h    | Remaining until maintenance needed    |
| **Service Progress**    | %    | Progress toward next service interval |

### Service Progress Display

* Progress bar visualization
* Percentage complete
* Warning threshold at 90%
* Critical threshold at 100%

### Service Status Messages

| Threshold | Message                    |
| --------- | -------------------------- |
| < 90%     | Normal operation           |
| ≥ 90%     | "Service recommended soon" |
| 100%      | Service overdue            |

## Editing Settings

{% stepper %}
{% step %}

### Edit Device Name

1. Click edit icon on device name
2. Enter new name
3. Save changes
4. Name updates across platform
   {% endstep %}

{% step %}

### Edit Location

1. Click edit icon on location
2. Enter physical location description
3. Save changes
4. Helps identify device in facility
   {% endstep %}
   {% endstepper %}

## Technical Information

### System Information

| Field          | Description            |
| -------------- | ---------------------- |
| **Model**      | AirDome                |
| **Connection** | Online/Offline status  |
| **Last Seen**  | Last data transmission |

## Troubleshooting

<details>

<summary>Error F90 - Frequency Inverter</summary>

* Check inverter connections
* Verify power supply
* May require service technician

</details>

<details>

<summary>Error F94 - Filter Pressure Critical</summary>

* Filter may be overloaded
* Check cleaning system
* May need filter replacement

</details>

<details>

<summary>Error F95 - Control Error</summary>

* System control issue
* Restart may help
* Contact support if persists

</details>

<details>

<summary>Error F96 - Compressed Air</summary>

* Check air supply connected
* Verify air pressure adequate
* Required for filter cleaning

</details>

<details>

<summary>Warning SER - Maintenance</summary>

* Schedule maintenance
* Operating beyond service interval
* Contact KEMPER service

</details>

## Related Documentation

* [Dashboard](broken://pages/415d6ce9d130a8b6702073901ddc80c6b9901ab3) - Current measurements
* [Functions](broken://pages/6cafe3f2d09aa17751dc53a1b9f90f7aa5b54678) - Device control
* [Error Codes](file:///reference/error-codes.md) - Complete error reference
* [Service](file:///monitoring/service/overview.md) - Maintenance tracking


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kemperconnect.de/asset-types/airdome/settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
