> For the complete documentation index, see [llms.txt](https://pekaway.gitbook.io/van-pi/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/connecting-devices/watersensors/capacitiv-v.md).

# Capacitiv (V)

1. **Connecting the Sensor**:
   * Connect the capacitive sensor to one of the input channels (1-4) and the GND (ground) pin on the VAN PI OS.
   * Use pin 5 or 10 to supply the required 12V/24V power to the sensor.
     * These Pins on the  VAN PI CORE  provide the input voltage (12V/24V) n
     * These pins are fused by a PTC fuse to protect against overcurrent.
2. **Configuring the Sensor**:
   * Access the system's web interface.
   * Navigate to the settings for the input channels. Config -> Sensors
   * Set the desired channel pair to "Capacitive" (you can only set channels pairwise: 1&2 or 3&4).
   * You can also change the Sensor names&#x20;
3. **Measuring Voltage**:
   * The system measures the voltage output of the capacitive sensor. For sensors like the Votronic sensor, set the sensor to output a maximum voltage of 2.4V when the water tank is full by adjusting the potentiometer on the sensor.
4. **Calibrating the Sensor**:
   * **Full/Empty Calibration**:
     * Fill the water tank to its maximum level and set this as the "Full" value in the web interface.
     * Empty the water tank completely and set this as the "Empty" value.
   * **Direct Votronic value Setup**:
     * You can setup directly to 2.4V full sensor value by clicking "SET SENSOT #x VOTRONIC (MAX 2.4V)"&#x20;

By following these steps, you can effectively integrate, configure, and calibrate both resistance and capacitive sensors with the VAN PI OS, ensuring precise water level monitoring for your application.

{% embed url="<https://www.canva.com/design/DAGF3GAEufc/wml_DesDZ4xgTvO-i4UOYQ/view>" %}
capacitive sensor on channel 3&#x20;
{% endembed %}

{% embed url="<https://youtu.be/3UNvxQwVENI>" %}


---

# 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/connecting-devices/watersensors/capacitiv-v.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.
