> For the complete documentation index, see [llms.txt](https://homey-omnik.gitbook.io/nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://homey-omnik.gitbook.io/nl/readme.md).

# Introductie

Lees je Omnik-omvormer rechtstreeks uit met je Homey, zonder cloud-account.

## Wat doet de app

* **Live monitoring** - actueel vermogen, productie van vandaag, lifetime kWh, AC-spanning, netfrequentie en omvormer-temperatuur
* **Homey Energy-integratie** - lifetime kWh wordt correct opgenomen in Insights en de Energie-tab
* **Flow-automatiseringen** - reageer wanneer productie start of stopt, of wanneer het vermogen een drempel passeert
* **Twee uitleesmethodes** - direct binair protocol op TCP/8899 (voorkeur) of HTTP-fallback voor omvormers die TCP niet ondersteunen

## Ondersteunde hardware

De app praat met de WiFi-module van je Omnik-omvormer - bij de meeste modellen een externe WiFi-stick, bij de TL2-serie en sommige andere is die ingebouwd in de omvormer. Op de sticker (op de stick als die los is, of op de omvormer als de module ingebouwd is) staat het serienummer; de eerste cijfers vertellen of het waarschijnlijk werkt:

| Prefix WiFi-module serienummer         | Status                                            |
| -------------------------------------- | ------------------------------------------------- |
| `160`, `161`, `604`, `646`             | ✅ Bevestigd werkend                               |
| `602`–`606`, `611`/`617`, `504`        | ⚠️ Zelfde protocol-familie, werkt waarschijnlijk  |
| `601`                                  | ❌ Cloud-only, geen lokale API                     |
| Nieuwere Solarman v5 / Ethernet-sticks | ❌ Ander protocol - gebruik de aparte Solarman-app |

Staat je prefix er niet bij? De app probeert het toch - er wordt niet geblokkeerd. Als je omvormer reageert, lukt het koppelen.

## Snelle links

* [Apparaat toevoegen](/nl/pairing.md)
* [Hoe de app data leest (TCP vs HTTP)](/nl/protocols.md)
* [Flow-kaarten & automatiseringen](/nl/flow-cards.md)
* [FAQ & probleemoplossing](/nl/faq.md)


---

# 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://homey-omnik.gitbook.io/nl/readme.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.
