> For the complete documentation index, see [llms.txt](https://support.powerio.com/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.powerio.com/hub/codesys-hvac/hvac-modbus-library/beispiele/wmz-auslesen-mbus-gw.md).

# WMZ Auslesen MBus GW

### SOLVIMUS\_GE20M\_xxx <a href="#solvimus_ge20m_xxx" id="solvimus_ge20m_xxx"></a>

| Funktionsbaustein             | Beschreibung                                                                                                                       |
| ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| SOLVIMUS\_GE20M\_GATEWAY      | Auslesen allgemeiner Daten zum Solvimus Gateway (optional)                                                                         |
| SOLVIMUS\_GE20M\_MBUS\_DEVICE | Auslesen der Zählernummer und M-Bus Problemstatus                                                                                  |
| SOLVIMUS\_GE20M\_MBUS\_VALUE  | Auslesen einzelner Werte pro Zähler mit angegebener Start-Modbus Adresse. Die Formatierung und Einheit werden automatisch gelesen. |

**Beispiel:** Auslesen eines Wärmemenge Zählers. Wärmemenge sowie Vorlauftemperatur.

Platzierung im CODESYS CFC Editor:

<figure><img src="/files/KjvbCTNKtFQ7wlPSFNNg" alt=""><figcaption></figcaption></figure>

<figure><img src="https://support.powerio.com/assets/images/HVACModbus_Solvimus_GE20xxx-6737027bb46d8e17ba51ad9a59f1f5f4.PNG" alt=""><figcaption></figcaption></figure>


---

# 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://support.powerio.com/hub/codesys-hvac/hvac-modbus-library/beispiele/wmz-auslesen-mbus-gw.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.
