# pvnode Integrations – Connect with Home Assistant, EVCC, Solectrus, ioBroker & more

pvnode integrates with popular open-source energy tools — in some cases as a
built-in integration of the project itself, in others through a simple REST call.

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

  <a href="/docs/en/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 platform — REST sensor guide</span>
    </span>
  </a>

  <a href="/docs/en/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">Solar charging control for electric vehicles</span>
    </span>
  </a>

  <a href="/docs/en/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/en/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 platform — pvforecast adapter</span>
    </span>
  </a>

</div>

Missing your tool? Let us know at [support@pvnode.com](mailto:support@pvnode.com).
