> 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/production.md).

# Production

Add and configure electricity production sources, including solar PV systems.

## Production

## What Is a Production Source

A production source is a device that generates electricity.

At the moment, the system supports solar installations (solar panels connected to an inverter). In the future, support will be extended to other energy sources such as small wind turbines, hydro power, and generators.

***

## Inverter Configuration

Configuring an inverter requires **Energy production** and **Energy usage** readings. Other fields add forecasts and optional monitoring.

***

### Name and Description

**Name** is required. **Description** is optional.

***

### Energy Production

This setting defines where the system gets information about how much energy is being produced.

You simply select a Home Assistant sensor that measures energy production.

This setting is **required**.

For a three-phase inverter, you can provide:

* one sensor for summed production (leaving the rest empty) - it must be specified in the L1 field
* three sensors, each corresponding to one phase - L1, L2, L3.

For a single-phase inverter in a three-phase installation, only one field is used. It should correspond to the phase of the circuit the inverter is connected to.

Only energy sensors would be available on this list.

Use **Monitoring alerts** on this block if needed. See [Monitoring alerts](/en/unwaste-robot-configuration/optional-monitoring/monitoring-alerts.md).

***

### Energy Usage

This setting defines where the system reads **on-site self-consumption** of produced energy — how much generated energy is used within the installation rather than exported.

This setting is **required**.

For a three-phase inverter, the same L1 / L2 / L3 rules apply as for Energy production.

***

### Production Forecast

This setting allows you to select a sensor that provides a **forecast of expected energy production for the rest of the current day**.

You can use any forecast source that is compatible with the Home Assistant Energy Dashboard.

The forecast is mainly used to help the system make better decisions about energy storage, such as estimating whether solar production will be sufficient to cover the day's energy needs.

As of now, the system supports only two forecast types:

* "None", meaning no forecast is available. When *None* is selected, the system operates without production forecasts and relies only on real-time measurements.
* "Direct", which means a direct reading of forecast configured in Home Assistant.

In Direct type, you must choose one of available forecast entities, compatible with Home Assistant's Energy Dashboard. It must show remaining energy production for the current day.

Note 1: Forecast quality directly affects battery and load optimization decisions. Inaccurate forecasts can significantly affect battery charging decisions and export vs self-consumption optimization, potentially reducing expected savings.

Note 2: This is a different forecast than Energy usage Forecast (defined in Connection), but both of them are used for controlling a storage.

***

#### Forecast Options

The most commonly used forecast sources are:

**1) Solcast**

The most accurate option, typically within a 5–10% error range. Requires a paid Solcast API key.

**2) Open Meteo Solar Forecast**

A free option based on the Open-Meteo service. Generally reliable and the best choice among free alternatives, though less accurate than Solcast.

**3) Forecast.Solar**

Built into Home Assistant and free to use. Less accurate, especially on cloudy days and during winter, as it often overestimates production.

***

### Optional Monitoring

Instantaneous power, voltage, current, irradiance, and other extra sensors are configured under **Optional monitoring** on the inverter form.

* **Power flow** and other electrical readings — see [Optional monitoring](/en/unwaste-robot-configuration/optional-monitoring.md)
* **Irradiance** and custom sensors — add via [Additional readings](/en/unwaste-robot-configuration/optional-monitoring/additional-readings.md) (type Irradiance)

***

## Screenshot

![](https://1824863031-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWf3M0a04WuhvfEbAgXFl%2Fuploads%2Fgit-blob-504c1b2efdffa615cbd437bffcff429c4c8e4516%2F2026-07-10_Configuration_production.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/production.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.
