> 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/connecting-other-pool-equipment/auxiliary-relay-installaiton.md).

# Auxiliary Relay Installaiton

{% hint style="danger" %}
RISK OF ELECTROCUTION AND SHOCK - before proceeding with this tutorial please seek advice or help from a certified electrician if you feel uncomfortable with any of the following steps as this tutorial involves working with potentially high voltages and current.
{% endhint %}

<figure><img src="/files/n7GGSNquHDy0q5HKxTBt" alt=""><figcaption><p>4 Relays in Jandy Aqualink</p></figcaption></figure>

## Tools Needed

Before we start hooking up your relay, you'll need the following tools:

* A Clyr Lite or Clyr Controller
* Clyr Relay Jumper Cable
* Clyr Power Jumper Cable (included with Clyr controller, 6 inch red/black cable)
* A small flathead screwdriver
* A large phillips screwdriver

<figure><img src="/files/s9ByFm7KdPPAeoBK7Swe" alt=""><figcaption><p>Tools needed</p></figcaption></figure>

## Step 1 - Connect your controller

Before you begin, please make sure you have powered on and connected your Clyr Controller.&#x20;

{% content-ref url="/pages/noqcOjIzlAR6dgjMkuaf" %}
[Connect your Controller](/clyr-installation-guide/connect-your-controller.md)
{% endcontent-ref %}

## Step 2 - Wire up Clyr Controller

Depending on your version of Clyr Controller, you may need to use the 6 inch power jumper cable to ensure that the relays have power. Please use the 24VDC cable to power the Clyr Controller and then attach the 6 inch Clyr Power Jumper cable to the 12VDC and GND pins as shown in the picture below:

<figure><img src="/files/FQZ7ft6SxvhBAwGChYy1" alt=""><figcaption><p>Jumping the power for the auxiliary relays</p></figcaption></figure>

On newer versions of the Clyr Controller, the jumper is not necessary and a black plastic "shunt" is provided.

## Step 3 - Choose an AUX Port

On the Clyr controller, please choose an Aux port and plug in the Clyr Relay Jumper cable to this port. The Aux ports are all labeled Aux 1, Aux2, Aux 3, with Aux1 being the closest to the valve actuator ports. In the picture below, Aux 1 is chosen.

<figure><img src="/files/8QHgd2FBzbBjcOWdTIhj" alt="" width="375"><figcaption><p>Aux 1 with Clyr Relay Jumper Cable</p></figcaption></figure>

## Step 4 - Add Auxiliary relay in app

You should have already added a Clyr Controller to your pool location in the app at this point. If you haven't check this out first:

{% content-ref url="/pages/noqcOjIzlAR6dgjMkuaf" %}
[Connect your Controller](/clyr-installation-guide/connect-your-controller.md)
{% endcontent-ref %}

If this has been done you can proceed. Go to your pool location and click "Settings"-> "Devices"-> "Add" -> "Pool Equipment". Once you're on the pool equipment page, we'll select a Auxiliary Relay.

<figure><img src="/files/xqckCtnO7dI3aSs6Mh0h" alt="" width="210"><figcaption><p>Add pool equipment page</p></figcaption></figure>

Once you select Auxiliary Relay, we'll need to configure the the aux port.

First, choose a name for the aux port. You should name this based on what you're controlling: blower, pump, or perhaps lights/something else. Next, choose which Aux port that you plugged the Clyr jumper cable into.

<figure><img src="/files/3vkbM0e9zgL1lYOgIQba" alt="" width="224"><figcaption><p>Configuring relay</p></figcaption></figure>

That's it. Now hit save and you're done.

## Step 5 - Test the Aux port

Now that the auxiliary relay has been added and the power is on, quickly jump to the home screen, go to schedules, and add a schedule for your relay. After setting a quick schedule, the relay should "click" if engaged.

{% content-ref url="/pages/FZgZ9UKeWoJc7SPoS3kQ" %}
[Schedules, Programs, and Autopilot](/software-and-app/schedules-programs-and-autopilot.md)
{% endcontent-ref %}

## Next Steps

Now that your salt cell is online, you can do all sorts of great stuff like schedules, programs, autopilot and more. Check out those tutorials.


---

# 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/connecting-other-pool-equipment/auxiliary-relay-installaiton.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.
