> For the complete documentation index, see [llms.txt](https://pekaway.gitbook.io/van-pi-dokumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pekaway.gitbook.io/van-pi-dokumentation/integration/alugas-livello-hardware.md).

# Alugas - Livello (Hardware)

### 🔌 Integration des Livello Gassensors (0–90 Ohm) mit Alu-Gasflasche

Der **Livello Gassensor** für Aluminium-Gasflaschen gibt den Füllstand als **analogen Widerstandswert (0–90 Ohm)** aus – genau wie klassische Tankgeber. Dadurch lässt sich der Sensor einfach an das VAN PI System anschließen, so wie bereits bei Wasser- oder Abwassertanks beschrieben.

#### 🧰 Was du brauchst

* Livello Gassensor mit 0–90 Ohm Ausgang
* Aluminium-Gasflasche mit passender Aufnahme für den Sensor
* Verbindungskabel (z. B. 2x0,75 mm²)

#### ⚙️ Anschluss an das VAN PI System

1. **Sensor montieren**\
   Montiere den Livello-Sensor gemäß der Herstelleranleitung auf der Alu-Gasflasche. Achte auf korrekte Abdichtung und festen Sitz.
2. **Elektrischer Anschluss -** [Widerstand(Ohm)](/van-pi-dokumentation/connecting-devices/tanksensoren/widerstand-ohm.md) gehe genauso vor wie bei einem Widerstandwassersensor. &#x20;

   Beim **Livello Gassensor mit 0–90 Ohm** gilt in der Regel folgende Zuordnung:

   * **0 Ohm = Voll** (Gasflasche ist komplett gefüllt)
   * **90 Ohm = Leer** (Gasflasche ist leer)
3. Benenne den Sensor z. B. mit `Gas` oder `Alu-Gas`.

#### 📊 Anzeige im Dashboard

Nach erfolgreicher Konfiguration erscheint der Gasfüllstand im Haupt-Dashboard und kann wie ein normaler Tank angezeigt werden – inklusive Prozentwert und Verlauf (sofern Logging aktiv ist).


---

# 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://pekaway.gitbook.io/van-pi-dokumentation/integration/alugas-livello-hardware.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.
