> For the complete documentation index, see [llms.txt](https://docs.voltmasters.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltmasters.io/device-integrations/pv-inverters/solis.md).

# Solis

Our Controller supports the Solis grid-tied inverter product lines. Before you continue, it is important to know which inverter you have.

<details open>

<summary>Understanding the difference between inverter types</summary>

Go to the [official Solis website](https://www.solisinverters.com/uk). Find your model in the 'Hybrid & Off Grid Inverters' or 'Grid Tie Inverters' section, marked by the blue arrows in the image below.

![Solis Inverter](https://docs.eniris.io/img/customers/solis/choose.png)

If your model is not listed under 'Hybrid & Off Grid Inverters' on the Solis website, open both the [Hybrid and Off-grid line](https://docs.eniris.io/nl/Controller/Devices/PV-hybrid-and-battery-inverters/Hybrid) and the [Grid-tied line](https://docs.eniris.io/nl/Controller/Devices/PV-hybrid-and-battery-inverters/Grid%20tied%20line) pages to check whether your model appears in either section.

**Grid-tied line:**

* Solar-only inverters that convert DC power from solar panels into AC power
* Only work when grid power is available
* No battery storage support

**Hybrid line:**

* Hybrid inverters that can work with both solar panels and batteries
* Can store excess solar energy in batteries
* Choose this line if you have, or plan to have, battery storage

</details>


---

# 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:

```
GET https://docs.voltmasters.io/device-integrations/pv-inverters/solis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
