> For the complete documentation index, see [llms.txt](https://www.deoudeweg.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.deoudeweg.co.za/logistical_requirements/power.md).

# Power

Equipment mounted on poles will require power.

We can either use mains power, or power over ethernet (PoE).

If we use mains power we also need to comply with Eskom regulations.\
PoE may be an easier alternative.

Either way, this can be pulled from nearby council infrastructure (with appropriate permission), or run from a nearby house.

Another (much more expensive option) is to use a solar panels + batteries.

We will need to investigate the easiest way to approach this for each location.

## Equipment Power Requirements

Equipment power requirements are fairly modest.

* Wifi will use roughly 5-8W an hour.<br>
* Camera's will use between 5-15W an hour.

At an average usage of say 20W an hour, it will take roughly 50hours to use 1KW, or 1 unit of electricity.

To make calculations easier, rounded up pricing for electricity per KW (unit) is R2.

R2 for 50hrs = R1 for 25hrs, so close to R1 a day, or roughly R30 for a month (per location).


---

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

```
GET https://www.deoudeweg.co.za/logistical_requirements/power.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.
