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

# settings

The Settings tab displays device configuration, fault status, and operating information for the VacuFil 125 mobile extraction 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** | Mobile Extraction System |
| **Filter Type** | Automatic Cleaning       |

## Fault Status Card

### Current Fault Status

| Field          | Description                           |
| -------------- | ------------------------------------- |
| **Fault Code** | Current fault (fault\_code)           |
| **Status**     | "System Healthy" or fault description |

### Healthy State

When no faults:

* Shows "0 (OK)"
* "No faults detected" message
* Green indicator

### Fault State

When a fault is detected:

* Fault code displayed
* Description shown
* Red indicator
* "Service Required" alert

## Operating Information Card

### Service Tracking

| Field                   | Unit | Description                  |
| ----------------------- | ---- | ---------------------------- |
| **Operating Hours**     | h    | Time system has been running |
| **Hours Until Service** | h    | Remaining until maintenance  |

### Service Labels

| Field               | Label                          |
| ------------------- | ------------------------------ |
| Operating Hours     | "Time system has been running" |
| Hours Until Service | "Recommended service interval" |

### Service Progress

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

## Editing Settings

### Device Name

{% stepper %}
{% step %}
Click the edit icon for Device Name.
{% endstep %}

{% step %}
Enter the new name.
{% endstep %}

{% step %}
Save changes.
{% endstep %}
{% endstepper %}

### Location

{% stepper %}
{% step %}
Click the edit icon for Location.
{% endstep %}

{% step %}
Enter the location description.
{% endstep %}

{% step %}
Save changes.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Location is particularly useful for mobile units that may move between areas.
{% endhint %}

## Troubleshooting

{% stepper %}
{% step %}

### High Differential Pressure

If pressure stays high:

* Check filter condition
* Verify cleaning system working
* Filter may need replacement
  {% endstep %}

{% step %}

### System Not Starting

If unit won't start:

* Check power connection
* Verify no fault codes
* Check safety interlocks
  {% endstep %}

{% step %}

### Cleaning Not Effective

If pressure doesn't drop after cleaning:

* Filter may be saturated
* Cleaning system may need service
* May need filter replacement
  {% endstep %}
  {% endstepper %}

## Mobile Unit Considerations

### Location Updates

For mobile units:

* Update location when moved
* Helps track which area served
* Useful for service coordination

### Portability

The VacuFil 125 is designed for:

* Movement between stations
* Temporary setups
* Flexible deployment

Track usage patterns via history to optimize positioning.

## Related Documentation

* [Dashboard](broken://pages/415d6ce9d130a8b6702073901ddc80c6b9901ab3) - Current measurements
* [History](broken://pages/5fd1e0508777182bbc170ab955ad9f90429597d8) - Performance trends
* [Error Codes](file:///reference/error-codes.md) - Complete 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/vacufil/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.
