# pvnode Integrationen – Verbinden mit Home Assistant, EVCC, Solectrus, ioBroker & mehr

pvnode lässt sich in beliebte Open-Source-Energietools integrieren — teils als
fertige Integration im jeweiligen Projekt, teils über einen einfachen REST-Aufruf.

<div className="not-prose grid gap-4 sm:grid-cols-2 my-8">

  <a href="/docs/de/v2/integrations/home-assistant" className="group flex items-center gap-4 rounded-xl border border-border bg-card p-5 transition-colors hover:border-primary/50">
    <span className="flex h-14 w-14 shrink-0 items-center justify-center rounded-lg border border-border bg-white p-2">
      <img src="/docs/integrations/homeassistant.svg" alt="Home Assistant" className="max-h-full max-w-full object-contain" />
    </span>
    <span className="min-w-0">
      <span className="block font-semibold">Home Assistant</span>
      <span className="block text-sm text-muted-foreground">Smart-Home-Plattform — Anleitung für den REST-Sensor</span>
    </span>
  </a>

  <a href="/docs/de/v2/integrations/evcc" className="group flex items-center gap-4 rounded-xl border border-border bg-card p-5 transition-colors hover:border-primary/50">
    <span className="flex h-14 w-14 shrink-0 items-center justify-center rounded-lg border border-border bg-white p-2">
      <img src="/docs/integrations/evcc.svg" alt="EVCC" className="max-h-full max-w-full object-contain" />
    </span>
    <span className="min-w-0">
      <span className="block font-semibold">EVCC</span>
      <span className="block text-sm text-muted-foreground">Solare Ladesteuerung für Elektrofahrzeuge</span>
    </span>
  </a>

  <a href="/docs/de/v2/integrations/solectrus" className="group flex items-center gap-4 rounded-xl border border-border bg-card p-5 transition-colors hover:border-primary/50">
    <span className="flex h-14 w-14 shrink-0 items-center justify-center rounded-lg border border-border bg-white p-2">
      <img src="/docs/integrations/solectrus.svg" alt="Solectrus" className="max-h-full max-w-full object-contain" />
    </span>
    <span className="min-w-0">
      <span className="block font-semibold">Solectrus</span>
      <span className="block text-sm text-muted-foreground">PV-Monitoring-Dashboard</span>
    </span>
  </a>

  <a href="/docs/de/v2/integrations/iobroker" className="group flex items-center gap-4 rounded-xl border border-border bg-card p-5 transition-colors hover:border-primary/50">
    <span className="flex h-14 w-14 shrink-0 items-center justify-center rounded-lg border border-border bg-white p-2">
      <img src="/docs/integrations/iobroker.png" alt="ioBroker" className="max-h-full max-w-full object-contain" />
    </span>
    <span className="min-w-0">
      <span className="block font-semibold">ioBroker</span>
      <span className="block text-sm text-muted-foreground">IoT-Plattform — Adapter pvforecast</span>
    </span>
  </a>

</div>

Ihr Tool fehlt hier? Schreiben Sie uns an [support@pvnode.com](mailto:support@pvnode.com).
