> For the complete documentation index, see [llms.txt](https://docs.output.industries/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.output.industries/technical-onboarding/recommended-hardware/energy-monitors.md).

# Energy Monitors

##

<figure><img src="/files/UnFv4ZIU5f0XjlLRi9b4" alt="Typical Opta + Energy Meter Setup"><figcaption><p>Typical Opta + Energy Meter Setup for Busroot</p></figcaption></figure>

## Typical Energy Monitoring Installations

Below are some common setups that cover most Energy Monitoring requirements. For full data sheets and purchasing links see the sub-page for each device.

Hardware sourced through OI has a 10% handling charge added.

<table><thead><tr><th>Capacity (Amps)</th><th align="center">Number of Phases</th><th width="221">Hardware Required</th><th width="167">Price (exc. VAT)</th></tr></thead><tbody><tr><td>100</td><td align="center">1</td><td>RS Pro 2369293</td><td>£66.00</td></tr><tr><td>100</td><td align="center">3</td><td>RS Pro 2369297</td><td>£176.47</td></tr><tr><td>4000</td><td align="center">3</td><td>C Gavazzi 2247709<br>+ Rogowski Coils 224405</td><td>£166.18<br>£465.83</td></tr></tbody></table>

Note: Prices don't include Arduino OPTA devices which are also required. However up to 6 monitors can be connected to 1 OPTA device.


---

# 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://docs.output.industries/technical-onboarding/recommended-hardware/energy-monitors.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.
