> 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-cloud/benefits-of-cloud-account.md).

# Benefits

Learn which features require Unwaste Cloud, including tariffs and remote access.

### Overview

The **Unwaste Robot** software can operate independently with local control logic and custom tariffs. However, full Unwaste Robot functionality requires access to external data. **Unwaste Cloud** provides this connection.

To use Unwaste Cloud, you must [create a user account](/en/unwaste-cloud/web-interface/creating-account-in-unwaste-cloud.md) and associate your Unwaste Robot with it. A Cloud Account is required for:

* using **static tariffs with automatic updates**,
* using **dynamic tariffs**,
* accessing the system remotely,
* using the mobile app,
* managing multiple Unwaste Robots from one place,
* sharing access with installers or other users.

The cloud acts as a secure meeting point between the Unwaste Robot and user interfaces, and enables ongoing expansion of system capabilities.

***

### Access to Energy Tariffs

#### Static tariffs (automatic updates)

When connected to the cloud, static tariffs are periodically checked for official price updates (for example annual energy price adjustments).

This means:

* You do not need to stop the Unwaste Robot.
* You do not need to manually update prices.
* The system continues operating with up-to-date tariff values.

If the Unwaste Robot is not connected to a Cloud Account:

* Static tariffs are not updated automatically.
* The system continues using the last configured values.
* Any price change must be updated manually using the custom tariff mechanism.

Example:\
If electricity prices are adjusted once per year, a cloud-connected system applies the updated values automatically. Without cloud connectivity, prices must be manually changed.

***

#### Dynamic tariffs

Dynamic tariffs require daily price downloads from the cloud.

With a Cloud Account:

* Price data is downloaded automatically.
* The Unwaste Robot optimizes device and storage behavior based on up-to-date hourly prices.

Without a Cloud Account:

* Dynamic tariffs are not available.
* Only custom tariffs can be used.
* Any price changes require manual updates and restarting the Unwaste Robot.

Dynamic tariffs are not possible without cloud connectivity.

***

### Remote Access and Mobile App

A Cloud Account enables remote access to your Unwaste Robot.

This allows you to:

* view system status from anywhere,
* check alerts and robot status (online/offline),
* manage settings without being on the local network.

The Cloud Account is also a required prerequisite for using the mobile app. Both the Unwaste Robot and the mobile application connect to the cloud, which ensures reliable communication regardless of local network configuration.

Example:\
While away from home, you can verify whether storage is charging during low-price hours or check if heating devices are operating as expected.

***

### Managing Multiple Installations

A single Cloud Account can manage multiple Unwaste Robots.

This is useful for:

* installers supervising multiple client installations,
* companies operating several locations,
* users who own more than one property.

All connected robots are visible in one interface, allowing easy switching between installations.

There is currently no defined limit on the number of Unwaste Robots per Cloud Account.

Example:\
An installer can monitor and manage dozens of installations from a single account without accessing each local network separately.

***

### Sharing Access and Collaboration

A Cloud Account allows you to share access to a specific Unwaste Robot with another user.

This enables:

* professional troubleshooting by installers,
* temporary support access,
* collaboration within a company.

Access can be granted instantly and revoked at any time. There is no need to share passwords or local network credentials.

Example:\
If a configuration issue occurs, you can grant your installer access to the robot, allow them to diagnose the problem, and revoke access after it is resolved.

***

### Continuous Cloud Evolution

Cloud connectivity enables ongoing development of advanced system capabilities.

Planned cloud-based enhancements include:

* cross-installation statistics and aggregation,
* centralized analytics and reporting,
* automated report generation for companies,
* improved energy consumption and production forecasting models,
* additional solar production forecast methods,
* new optimization algorithms for devices and storage,
* specialized optimization logic for corporate environments.

By using a Cloud Account, your installation is prepared for these future capabilities without requiring changes to the local setup.

***

### Suggested additions or clarifications

* Consider adding a cross-reference to the *Cloud Account* page for conceptual explanation of how cloud connectivity works.
* When the mobile app is released, this page may require an additional subsection describing its scope and limitations.
* If future cloud features become available, they should be documented in dedicated sections and linked from here.


---

# 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-cloud/benefits-of-cloud-account.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.
