> 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/connectivity/ja/she-ding/power-options-for-outdoor-gateways.md).

# Outdoor Gatewaysの電源オプション

GC31-EおよびGW31-E屋外ゲートウェイには3つの電源入力オプションがあり、ACコンセント、ソーラーパネル/バッテリー、街灯など、さまざまな電源に対応しています。この記事では、一般的な設置シナリオをいくつか紹介します。

<div align="left" data-with-frame="true"><img src="/files/5e8f33cee6f7d45b2b6e588e553760eed4eda6cb" alt=""></div>

{% hint style="danger" %}
電気配線を伴う設置では、必ず有資格の電気工事士に依頼してください。
{% endhint %}

***

### 屋外ACコンセントまたはジャンクションボックス

次の製品を使用できます。 [Verkada 90W 屋外用 PoE++ インジェクター](https://docs.verkada.com/docs/acc-poe-90w-e-datasheet.pdf)100-240VACを入力し、ゲートウェイのPoE入力を通じて電力を供給します。インジェクターは耐候仕様（IP66）で、ACコンセントに差し込むことも、配管またはジャンクションボックスからのむき出しの電線に直接接続することもできます。よりすっきりした設置のため、ゲートウェイをインジェクターの表面に取り付けることができます。

### 屋内ACコンセント

ゲートウェイが建物内から電源を供給できる場合は、次の製品を使用できます。 [Verkada 90W 屋内用 PoE++ インジェクター](https://docs.verkada.com/docs/acc-poe-90w-datasheet.pdf) または [Verkada AC/DC電源アダプター](https://docs.verkada.com/docs/acc-adap-54v-datasheet.pdf)。これらのアクセサリーは100-240V ACコンセントに接続し、PoEおよびバレルジャック入力を通じてゲートウェイに電力を供給します。

### 街灯ポール

ほとんどの街灯や駐車場灯の上部には、丸型のフォトコントロール受け口があり、ゲートウェイなどの補助デバイスに電力を供給するために使用できます。Verkadaは次を推奨しています。 [FP 7ピン AC/DC パワータップ](https://docs.verkada.com/docs/accx-tap-dc100-e-datasheet.pdf)105-240VACの街灯ポールに対応しており、オプションのフォトコントロールパススルーを備えています。パワータップはPoE経由でDC電力を出力するため、ゲートウェイのPoE入力に直接接続できます。

{% hint style="danger" %}
街灯ポールへの設置では、必ず有資格の電気工事士に依頼し、ポールの所有者から許可を得てください。場合によってはメーターの設置も必要になることがあります。
{% endhint %}

277Vおよび480Vの街灯では、有資格の電気工事士に依頼して電圧を120Vに降圧し、次の製品を使用してください。 [Verkada 90W 屋外用 PoE++ インジェクター](https://docs.verkada.com/docs/acc-poe-90w-e-datasheet.pdf) ゲートウェイに電力を供給するために使用します。夜間のみ通電する街灯には、日中に放電できるバックアップバッテリーを追加することを推奨します。

### ソーラー/バッテリー電源

ゲートウェイにはDC端子台入力があり、ソーラーパネルやバッテリーへ直接配線できます。ゲートウェイは12-36VDCに対応しているため、12Vまたは24Vのバッテリーを推奨します。

車両への設置では、イグニッションがオフのときにバッテリーが消耗しないよう、12V補助電源に配線するか、電源タイマーオフリレーを使用することを推奨します。

{% hint style="warning" %}

* ゲートウェイの想定消費電力は、通常時9W、ヒーター作動時19Wです。
* ゲートウェイは、最大60Wの電力出力を提供するために90Wの電力が必要です。
  {% endhint %}


---

# 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/connectivity/ja/she-ding/power-options-for-outdoor-gateways.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.
