> 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/ko/configuration/power-options-for-outdoor-gateways.md).

# 실외 게이트웨이 전원 옵션

GC31-E 및 GW31-E 실외 게이트웨이는 세 가지 전원 입력 옵션을 제공하여 AC 콘센트, 태양광 패널/배터리 또는 가로등과 같은 다양한 전원에 호환됩니다. 이 문서에서는 몇 가지 일반적인 설치 시나리오를 다룹니다.

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

{% hint style="danger" %}
전기 배선이 필요한 설치에는 반드시 면허를 보유한 전기기사를 고용하십시오.
{% endhint %}

***

### 실외 AC 콘센트 또는 정션 박스

다음을 사용할 수 있습니다. [Verkada 90W Outdoor PoE++ Injector](https://docs.verkada.com/docs/acc-poe-90w-e-datasheet.pdf)는 100-240VAC를 입력받아 게이트웨이의 PoE 입력으로 전원을 공급합니다. 이 인젝터는 방수 처리(IP66)되어 있으며 AC 콘센트에 꽂거나 배관 또는 정션 박스에서 나온 노출 배선에 직접 연결할 수 있습니다. 더 깔끔한 설치를 위해 게이트웨이를 인젝터 표면에 장착할 수 있습니다.

### 실내 AC 콘센트

게이트웨이가 건물 내부의 전원을 사용할 수 있는 경우 다음 제품을 사용할 수 있습니다. [Verkada 90W Indoor PoE++ Injector](https://docs.verkada.com/docs/acc-poe-90w-datasheet.pdf) 또는 [Verkada AC/DC Power Adapter](https://docs.verkada.com/docs/acc-adap-54v-datasheet.pdf)를 사용할 수 있습니다. 이러한 액세서리는 100-240V AC 콘센트에 꽂아 PoE 및 배럴 잭 입력을 통해 게이트웨이로 전원을 공급합니다.

### 가로등 기둥

대부분의 가로등이나 주차장 조명 상단에는 둥근 광센서 제어 소켓이 있으며, 이를 게이트웨이와 같은 보조 장치의 전원 공급에 사용할 수 있습니다. Verkada는 [FP 7-Pin AC/DC Power Tap](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 Outdoor PoE++ Injector](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/ko/configuration/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.
