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

# dashboard

The dashboard provides real-time monitoring of the VacuFil 125 mobile extraction system, including system status, filter pressure, volume flow, and service status.

## Dashboard Layout

### Header Section

* **Device name** and model
* **Status badge** (Running / Off / Offline / Error)
* **Location** (if configured)
* **Last seen** timestamp
* Subtitle: "Mobile extraction system monitoring"

{% hint style="info" %}
Header shows device identity, connectivity/status at-a-glance, and most-recent telemetry timestamp.
{% endhint %}

### System Status Card

Current operating state:

| Field      | Description    |
| ---------- | -------------- |
| **Status** | Running or Off |

Visual indicators:

* Green icon when running
* Gray icon when off
* Red icon on fault

### Volume Flow Card

Current extraction rate:

| Field           | Unit | Description         |
| --------------- | ---- | ------------------- |
| **Volume Flow** | m³/h | Air being extracted |

### Filter Card

Filter health and cleaning:

| Field                     | Unit  | Description               |
| ------------------------- | ----- | ------------------------- |
| **Differential Pressure** | Pa    | Pressure across filter    |
| **Filter Cleanings**      | count | Automatic cleaning cycles |

### Differential Pressure Explained

| Pressure Level | Indication                          |
| -------------- | ----------------------------------- |
| Low            | Clean filter, good flow             |
| Medium         | Normal operation                    |
| High           | Filter loaded, cleaning may trigger |
| Very High      | Filter needs attention              |

### Service Due Card

Maintenance tracking:

| Field                   | Description               |
| ----------------------- | ------------------------- |
| **Operating Hours**     | Total system running time |
| **Hours Until Service** | Time until maintenance    |
| **Service Progress**    | Percentage toward service |

Visual elements:

* Progress bar for service status
* Warning indicator at 90%
* "Service recommended soon" message

{% hint style="warning" %}
Service progress shows remaining time until maintenance. The dashboard highlights when service approaches (90%) to prompt scheduling.
{% endhint %}

## Status Display

### Device Status Badge

| Badge                | Meaning                  |
| -------------------- | ------------------------ |
| **Online - Running** | Connected and extracting |
| **Online - Off**     | Connected, not running   |
| **Online - Idle**    | Connected, standing by   |
| **Offline**          | Not connected            |
| **Error**            | Fault code detected      |

### Error Display

When a fault is detected:

* "Service Required" alert
* Fault code shown
* Fault description

<details>

<summary>Error display details</summary>

* Present a visible alert labeled "Service Required" when a fault occurs.
* Show the fault code and a brief fault description to aid diagnosis.
* Provide links or navigation to fault-code reference in Settings or Service docs (see Related Documentation).

</details>

## Real-Time Updates

Dashboard updates when:

* Device transmits data
* State changes
* Fault conditions occur

{% hint style="info" %}
Real-time updates reflect live telemetry and state transitions to keep the dashboard current.
{% endhint %}

## Offline State

When offline:

* Last known values displayed
* "Offline" badge shown
* Last seen timestamp visible

{% hint style="danger" %}
While offline, the dashboard shows the last received values; no new telemetry will be available until the device reconnects.
{% endhint %}

## Key Metrics

| Metric        | Normal                  | Attention Needed      |
| ------------- | ----------------------- | --------------------- |
| Status        | Running/Off as expected | Error state           |
| Volume Flow   | Consistent when running | Low/zero when running |
| Diff Pressure | Stable range            | Consistently high     |
| Service       | >10% remaining          | ≤10% remaining        |

## Related Documentation

* [History](broken://pages/5fd1e0508777182bbc170ab955ad9f90429597d8) - Performance over time
* [Settings](broken://pages/77771dd7529569caf13202321a8310a71766035b) - Fault codes and info
* [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/dashboard.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.
