> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-de/skills/netatmo.md).

# Netatmo

Hier können Sie Ihr Netatmo-Konto mit dem nomos system Controller verbinden, um Netatmo-Geräte wie Wetterstationen, Sicherheitskameras oder Thermostate in Ihre Smart-Home-Umgebung zu integrieren.

**Schritte zur Einrichtung:**

1. **Netatmo-Konto Anmeldung:**
   * Um die Integration zu starten, klicken Sie auf den Button **"mit Netatmo Konto anmelden"**.
   * Falls das Fenster zur Anmeldung nicht automatisch erscheint, gibt es einen Link mit dem Hinweis: **„Sollte sich das Fenster nicht automatisch öffnen, klicken Sie bitte hier.“**
   * Dieser Link ermöglicht es Ihnen, das Anmeldefenster manuell zu öffnen.
2. **Verbindung herstellen:**
   * Nachdem Sie auf den Button geklickt haben, werden Sie auf die NetatmoAnmeldeseite weitergeleitet. Dort können Sie sich mit Ihren NetatmoKontodaten einloggen.
   * Sobald die Anmeldung abgeschlossen ist, werden die Netatmo-Geräte automatisch in den nomos system Controller integriert und sind im System steuerbar.

{% hint style="info" %}
**Hinweis:**

* **Netatmo** bietet eine Vielzahl von Smart-Home-Geräten, die Umweltdaten und Sicherheitseinrichtungen überwachen. Durch die Integration in die nomos App können diese Geräte zentral gesteuert und mit anderen Automatisierungen oder Szenen verknüpft werden.
  {% endhint %}

{% hint style="info" %}
**Wichtig:**

Stellen Sie sicher, dass Ihr Netatmo-Konto korrekt eingerichtet ist, und achten Sie darauf, dass die Geräte ordnungsgemäß mit dem Konto verbunden sind, bevor Sie die nomos-Integration starten.
{% endhint %}

<figure><img src="/files/aQ3CYzDdKtbzA8FAtuun" 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, and the optional `goal` query parameter:

```
GET https://documentation.nomos-system.com/nomos-system/integrator-de/skills/netatmo.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.
