> For the complete documentation index, see [llms.txt](https://docs.unwaste.energy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unwaste.energy/en/unwaste-robot-configuration/optional-monitoring.md).

# Optional monitoring

Add optional readings and alerts for more detailed installation monitoring.

## Optional monitoring

## What Is Optional Monitoring

**Optional monitoring** is a collapsible section available on circuits, production sources, energy storage, and devices.

It lets you configure additional electrical readings beyond the main energy fields on each form. These readings are used for **graphs, statistics, and monitoring alerts**. They do not affect device or storage control unless you configure [Monitoring alerts](/en/unwaste-robot-configuration/optional-monitoring/monitoring-alerts.md) on them.

Optional monitoring is described once here. Individual element pages (Circuit, Production, Storage, Device) link to this section instead of repeating the same details.

***

## Where It Is Available

| Element               | Optional monitoring        |
| --------------------- | -------------------------- |
| Circuit               | Yes (full set — see below) |
| Production (inverter) | Yes                        |
| Energy storage        | Yes                        |
| Device                | Yes                        |
| Connection            | No                         |

***

## Common Readings

The following blocks appear on circuits, production sources, storage, and devices (where applicable).

Each block has a **Monitoring alerts** button. Alert configuration is described in [Monitoring alerts](/en/unwaste-robot-configuration/optional-monitoring/monitoring-alerts.md).

### Voltage

Optional Home Assistant sensors for voltage on **L1**, **L2**, and **L3**.

### Current

Optional Home Assistant sensors for current on **L1**, **L2**, and **L3**.

### Power Flow

Optional Home Assistant sensors for instantaneous power.

For three-phase elements, you can provide:

* one sensor for summed power (in the L1 field, leaving L2 and L3 empty), or
* three sensors — one per phase (L1, L2, L3).

**Separate return** — when enabled, you can configure separate sensors for power flowing in and power flowing out.

***

## Readings Available Only on Circuits

Circuits include additional optional blocks not shown on other element types:

* **Reactive Power Flow** — with optional **Separate reactive power return**
* **Power Factor** — per phase (L1, L2, L3), plus **PF convention**
* **Reactive Energy Inductive Import**
* **Reactive Energy Inductive Return**
* **Reactive Energy Capacitive Import**
* **Reactive Energy Capacitive Return**

For three-phase circuits, each block follows the same L1 / L2 / L3 rules as energy import.

***

## Additional Readings

At the bottom of Optional monitoring, **Additional readings** lets you add a custom list of extra sensors (temperature, irradiance, and others).

This is a separate mechanism from the fixed blocks above. See [Additional readings](/en/unwaste-robot-configuration/optional-monitoring/additional-readings.md) for details.

***

## Phase Rules

The same phase rules apply as for main energy readings:

* You may use **one total sensor** (assigned to L1, with L2 and L3 empty) or **three per-phase sensors**.
* Do not mix a total sensor with per-phase sensors in the same block.
* L1, L2, and L3 labels must be used **consistently** across the installation (main circuit, sub-circuits, and devices).

See [Circuit](/en/unwaste-robot-configuration/circuit.md) for more on phase consistency.

***

## Screenshot (standard)

![](https://1824863031-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWf3M0a04WuhvfEbAgXFl%2Fuploads%2Fgit-blob-f88dbe01438382765f4fbcc2ab4a6aa7cc42c870%2F2026-07-10_Configuration_optional_monitoring.png?alt=media)

***

## Screenshot (circuit — extended set)

![](https://1824863031-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWf3M0a04WuhvfEbAgXFl%2Fuploads%2Fgit-blob-47536545c82baa6784381d2720d51784051d6db0%2F2026-07-10_Configuration_optional_monitoring_circuit.png?alt=media)


---

# 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.unwaste.energy/en/unwaste-robot-configuration/optional-monitoring.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.
