> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/pro-series-sensors/pro-series-sensors/dry-contact-pulse-counter.md).

# Dry Contact Pulse Counter

#### How to configure Aranet Dry Contact Pulse Counter for water consumption monitoring?

[Aranet Dry Contact Pulse Counter](https://aranet.com/products/aranet-dry-contact-pulse-counter/) is a device designed for pulse output monitoring, perfect for electricity, gas meters, or water flow monitoring.

Use scenarios are explained in another topic: Use Case Scenarios

In this example, we will examine water consumption monitoring. First, we should get a water meter and a reed switch that can convert the information for the Aranet pulse counter, or simply get a water meter that already allows it to connect to the Aranet pulse counter. For example:&#x20;

<div data-with-frame="true"><img src="/files/yCpCfez9hzfot1NawLCF" alt="" width="188"></div>

Once the water meter is connected to the Aranet Dry Contact Pulse Counter, correct adjustments for conversion should be made from the Aranet base station web interface.

We should choose the dimension- volume in this case, unit- could pick any of the offered, but in this example will choose liters, and finally corresponding unit count per pulse.&#x20;

<div data-with-frame="true"><img src="https://forum.aranet.com/site/assets/files/4578/screenshot_2023-02-23_100752.413x0-is.jpg" alt="" width="413"></div>

In this example, we can see that one pulse will be counted for every 10 liters that the water meter measures. This can also be displayed in a chart:

<div data-with-frame="true"><img src="https://forum.aranet.com/site/assets/files/4578/screenshot_20230223_104020.770x0-is.png" alt="" width="770"></div>

In this chart we can see already converted pulses to chosen units (liters) per time period. This allows us to get visual interpretation of when water consumption would be bigger in specific time period.

In case of any questions or suggestions, feel free to contact <support@aranet.com>


---

# 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://help.aranet.com/pro-series-sensors/pro-series-sensors/dry-contact-pulse-counter.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.
