# Third-Party Wireless Locks

{% hint style="warning" %}
This guide offers best practices for convenience, but RS-485 devices should ultimately be installed according to the [TIA/EIA-485-A](https://store.accuristech.com/tia/standards/tia-tia-485-a?product_id=2591400) standard.
{% endhint %}

### Before you begin

Verkada’s third-party wireless lock integrations that involve wiring hubs or locks to an access control panel via RS-485, covered in this article, include:

* PIM400-485 hubs for AD400 locks
* AD300 locks
* GWE hubs for Engage Online locks
* AH30 hubs for Aperio locks

***

## Best practices

{% stepper %}
{% step %}
**Terminate the shield drain at the panel side only, and connect it to earth ground.**
{% endstep %}

{% step %}
**Use RS-485 approved cabling; Belden 9841, 9842, or equivalents are recommended.**
{% endstep %}

{% step %}
**Connect the RS-485 signal ground to the negative terminal of the power supply.**
{% endstep %}

{% step %}
**Keep unshielded wiring at the panel or device to less than two inches in length.**
{% endstep %}

{% step %}
**Run power and data in separate cable jackets if they follow the same path.**
{% endstep %}

{% step %}
**Verify that each lock or hub is receiving adequate power per its specifications.**

* Typically, one Verkada reader port powers one device.
* For additional devices, use separate reader ports or an external power supply.
  {% endstep %}
  {% endstepper %}

***

## Wire multiple RS-485 devices to a panel

{% stepper %}
{% step %}
**Daisy-chain data between devices in a linear bus topology. Avoid star topologies.**
{% endstep %}

{% step %}
{% hint style="warning" %}
Do not use T-taps on data lines.
{% endhint %}
{% endstep %}

{% step %}
**Connect shield drain wires between cables, but terminate the drain only at the panel.**
{% endstep %}

{% step %}
**Ensure each device receives adequate power, accounting for the total load on the power supply.**
{% endstep %}

{% step %}
{% hint style="warning" %}
Do not daisy-chain power from a Verkada panel door port.
{% endhint %}
{% endstep %}

{% step %}
**Maintain a continuous signal ground across all devices, connected to each power supply’s negative terminal.**
{% endstep %}
{% endstepper %}


---

# 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/access-control/installation/wiring-best-practices-for-third-party-wireless-locks.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.
