> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/new-alarms/ja/armudebaisunopurobijoningu.md).

# 有線アラームデバイスの一括プロビジョニング

一括プロビジョニングは、1つのワークフローで、New Alarms サイトに複数の新しい有線デバイスをコミッショニングして追加します。対応デバイスをオンラインのアラームパネルに接続すると、パネルはそれらを検出し、サイトの **デバイス** ページ。

{% hint style="danger" %}
必要なのは [Org Admin または Site Admin の権限](/command/ja/yzto/roles-and-permissions-for-command.md#organization-level-roles) がサイトでデバイスを追加および設定するには必要です。
{% endhint %}

***

### 始める前に

以下を確認してください:

* アラームパネルがオンラインである
* デバイスがアラームパネルに接続されている
* オーガナイゼーション' でデバイスを追加および設定する権限がある

***

### 対応デバイス

一括プロビジョニングは、次の方法でパネルに接続された Verkada デバイスをサポートします:

* RS-485ポート
* RS-485デイジーチェーン

{% hint style="warning" %}
Ethernet で接続されたデバイスおよび無線デバイスは、現在サポートされていません。
{% endhint %}

***

## デバイスを一括プロビジョニング

{% stepper %}
{% step %}
**Verkada Command で、All Products > New Alarms に移動します。**
{% endstep %}

{% step %}
**デバイスを設置したアラームサイトを選択します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、デバイスを選択します。**
{% endstep %}

{% step %}
**新しいデバイスをアラームパネルに接続し、検出されるまで待ちます。**
{% endstep %}

{% step %}
**検出されたデバイスのカードが表示されたら、一括プロビジョニングをクリックします。**

<div data-with-frame="true"><figure><img src="/files/2c02a4395e9db2967f0c92245f468f58f4c12986" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**プロビジョニングするデバイスを選択します。**

必要に応じて、選択した各デバイスの名前を編集します。

<div data-with-frame="true"><figure><img src="/files/a30220da991b9120da06767c1a5549ecd36b59b8" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**確認をクリックします。**

正常にプロビジョニングされたデバイスには、緑のチェックマークが表示されます。
{% endstep %}

{% step %}
**完了をクリックします。**

Command は選択した各デバイスをコミッショニングし、アラームサイトに追加します。

<div data-with-frame="true"><figure><img src="/files/91073a8846708d344c46b2723532ae262660d1c2" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
新しく接続したデバイスが検出されるまで、最大 1 分かかることがあります。
{% endhint %}
{% endstep %}
{% endstepper %}

***

## 追加デバイスを検出

一括プロビジョニング ウィンドウが開いている間にさらにデバイスを接続した場合は、 **再検出** をクリックして、デバイス選択ページに戻ります。

検出されたデバイスの一覧は、デバイスが接続されると自動的に更新されます。結果ページが表示されている間は更新が一時停止されるため、プロビジョニング結果を確認できます。

***

## トラブルシューティング

<details>

<summary>デバイスが表示されない場合はどうすればよいですか?</summary>

* デバイスがサポートされている接続方式を使用していることを確認してください
* 正しく有線接続され、電源が供給されていることを確認してください
* アラームパネルがそれを検出するまで、最大 1 分待ちます
* クリック **再検出** して一覧を更新します

</details>

<details>

<summary>サイトに追加しようとするとデバイスが無効になっているのはなぜですか?</summary>

コミッショニングまたはサイトへの追加ができないデバイスは、一覧で無効になります。デバイスが別のオーガナイゼーション' にすでにコミッショニングされているか、オーガナイゼーション' 内の別のサイトに設定されているか確認してください。

</details>


---

# 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.verkada.com/new-alarms/ja/armudebaisunopurobijoningu.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.
