> For the complete documentation index, see [llms.txt](https://docs.clyrpool.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clyrpool.com/controlling-vs.-monitoring/overview.md).

# Overview

{% hint style="info" %}
**Clyr can  be setup to monitor equipment and chemistry or can control equipment and monitor chemistry. It's important to understand the difference.**
{% endhint %}

## Monitoring

If you or your pool client are interested in keeping the automation system in place but wanting to monitor the equipment performance and pool chemistry, this is the option for you.

<figure><img src="/files/aGXDQ5NIGyAh8vEQstVx" alt=""><figcaption><p>Wiring diagram and setup for monitoring mode</p></figcaption></figure>

For all steps involving monitoring the equipment, the Ain and Bin ports on Clyr Controller should be used to connect to the existing wires. By connecting Ain and Bin to the existing RS485 network, you allow the Clyr Controller to "sniff" or "listen" to all the traffic between the current automation system and the pool equipment. You can then still configure a Clyr pH/ORP probe and pressure sensor on RS485 NETWORK 2 (marked A2 and B2) on the Clyr Controller board.

{% hint style="danger" %}
**Always look for the monitor toggle when adding pumps and salt cells during setup**
{% endhint %}

During equipment setup, you will always see a toggle for monitor mode for pumps and salt cells like this

<figure><img src="/files/IWFdwna6kHyzwLfZzm0m" alt=""><figcaption><p>Monitor only when adding equipment</p></figcaption></figure>

## Controlling

Of course it's way more fun to control all your equipment from your phone or computer, not just monitor it. The wiring for controlling is very straightforward.

{% hint style="danger" %}
**Very important -** you cannot have an automation system (like EasyTouch) and Clyr Controller both controlling equipment. This may damage the equipment.
{% endhint %}

We will show you in following steps how to properly connect all vendors' equipment, but in general, the wiring looks like the diagram below:

<figure><img src="/files/KsrQ8mQTy4lAtEOFW4LC" alt=""><figcaption><p>Clyr Controller wiring for equipment control</p></figcaption></figure>


---

# 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.clyrpool.com/controlling-vs.-monitoring/overview.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.
