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

# Robot settings

Configure global Robot settings, onboarding details, and add-on database options.

## Global Settings

When you first open the Unwaste EMS after installing the Home Assistant add-on, an **onboarding wizard** collects basic settings for your **Unwaste Robot**.

You can change most of these later under **Settings**.

Typical global settings include:

* **Robot name** — display name in the interface
* **Description** — optional free text
* **Location** — latitude and longitude (used for weather and solar forecasts)
* **Timezone** — local time zone for schedules and tariffs
* **Country** — used when selecting tariffs
* **Currency** — how prices and savings are displayed
* **Language** — interface language
* **Include VAT** — whether prices include value-added tax

***

## Connection Location

The **connection** form also has latitude and longitude fields.

In most installations these match the global robot location. They define the reference point for forecasts tied to that grid connection.

***

## After Onboarding

Once onboarding is complete:

1. Open **Design mode** to build your installation graph.
2. Configure the **connection** (tariffs, forecasts, optional Surplus mode).
3. Set up circuits, production, storage, and devices as described in the Configuration section.

See [Initial configuration](/en/unwaste-for-home-assistant/initial-configuration.md) for the first-run workflow.

***

## Home Assistant Add-on Options

Outside the Unwaste web interface, the add-on has optional settings in Home Assistant:

* **Use external database** — when enabled, connect to an external PostgreSQL/TimescaleDB instead of the built-in database
* **Server address, port, user, password, database name, SSL** — connection details for the external database (only when external database is enabled)

When **Use external database** is off, leave the database fields empty.

See [Local installation](/en/unwaste-for-home-assistant/local-installation.md) for add-on installation steps.


---

# 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/robot-settings.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.
