# Configure Intercoms as Wireless Readers

Pairing compatible intercoms with Verkada doors allows the intercom’s embedded reader to securely transmit credentials to the paired door over the local network, with no additional RS-485 wiring required. As long as the intercom and access controller are on the same network, users can scan their credentials at the intercom reader to unlock a paired door.

{% hint style="warning" %}

* **Compatible intercoms:** TD33-HW, TD53-HW, and TD63-HW
* **Compatible doors:** Any wired Verkada door (doors with wireless locks are not supported)
* In/Out doors are not supported&#x20;
  {% endhint %}

{% hint style="danger" %}
You need **Site Admin** permissions to change device settings.
{% endhint %}

***

### **Network requirements**

The following ports and protocols **must** be allowed on the local network for wireless reader functionality to work.

| Protocol | Ports       | Transport |
| -------- | ----------- | --------- |
| WebRTC   | 50000-60000 | UDP       |
| mDNS     | 5353        | UDP       |
| HTTPS    | 4929        | TLS       |

***

## Configuration

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Intercom.**
{% endstep %}

{% step %}
**Select an intercom to configure.**
{% endstep %}

{% step %}
**At the top, click Settings > Door.**

1. Click **Add a Door.**&#x20;
2. Select **To a Verkada Access Controller.**
3. Select the door you want to pair with the intercom.
   {% endstep %}

{% step %}
**The connection status after pairing the door should be Devices Fully Connected**

{% hint style="warning" %}
See the [Troubleshooting](#troubleshooting) section of this article if the connection status is not **Devices Fully Connected.**
{% endhint %}
{% endstep %}
{% endstepper %}

***

## Troubleshooting

Check the local connection status if your intercom and access controller cannot communicate over the local network.

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Intercom.**
{% endstep %}

{% step %}
**Select your intercom.**
{% endstep %}

{% step %}
**At the top, click Settings > Door.**

If the connection status is not **Devices Fully Connected**, use the table below to find the recommended steps to resolve each issue.

<table><thead><tr><th width="245.1875">Status</th><th>Meaning</th><th>What to Do</th></tr></thead><tbody><tr><td><strong>Devices Fully Connected</strong></td><td>Cloud and local (LAN) connections are both active.</td><td>N/A</td></tr><tr><td><strong>Cross-Device Connection Issue</strong></td><td>Device has lost either cloud or local (LAN) connectivity.</td><td>Verify <a href="/pages/voHMundgc1J00xLPWqmS">outbound</a> and <a href="/pages/Q1axXquSDwfQTxeEE7Cm">local</a> Firewall rules.</td></tr><tr><td><strong>Cross-Device Connection Lost</strong></td><td>Device has lost both cloud and local (LAN) connectivity.</td><td>Verify <a href="/pages/voHMundgc1J00xLPWqmS">outbound</a> and <a href="/pages/Q1axXquSDwfQTxeEE7Cm">local</a> Firewall rules.</td></tr></tbody></table>
{% endstep %}
{% endstepper %}

***

## FAQ

<details>

<summary>My intercom is already paired to a door. Why is it not functioning as a reader?</summary>

If the intercom is not functioning as a reader, you will need to repair the door.<br>

1. In Verkada Command, go to **All Products > Intercom.**
2. Select your intercom.
3. At the top, click **Settings > Door > Delete Door.**
4. Repair the door and check the connection status again.&#x20;

</details>

<details>

<summary>What if my intercom is already wired via RS-485?</summary>

If your intercom is functioning as a reader via a hardwired RS-485 connection, it will continue to work as expected in a wired configuration.\
\
If you would like to switch to a wireless connection:

1. Remove the RS-485 wiring.
2. Delete and re-add the door.

</details>


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/intercom/configuration/configure-intercoms-as-wireless-readers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
