MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Solarwatt MagicMirror² Modul für Solarwatt PV-Anlagen, das Live-Daten, Batteriestatus und kumulierte Tageswerte anzeigt.

    Scheduled Pinned Locked Moved Utilities
    1 Posts 1 Posters 10 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W Offline
      wiiare
      last edited by

      📷 Screenshot
      alt text
      Screenshot der Solarwatt-Anzeige: Solar, Batterie und Tageswerte

      ⚡ Features
      Anzeige von Live-Daten der Solarwatt PV-Anlage
      Batteriestatus inkl. Ladezustand und Lade-/Entladeleistung
      Tageswerte persistent in dailyData.json gespeichert
      Reset der Tageswerte automatisch um Mitternacht
      Intervallgesteuerte Updates, konfigurierbar
      Responsive Darstellung passend zu MagicMirror²
      📦 Installation
      Wechsle ins modules Verzeichnis von MagicMirror:

      cd ~/MagicMirror/modules
      Repository klonen:

      git clone https://github.com/rschmidt79-rs/MMM-Solarwatt.git
      Abhängigkeiten installieren:

      cd MMM-Solarwatt
      npm install
      (Optional) Leere dailyData.json erstellen (wird automatisch angelegt):

      touch dailyData.json
      ⚙️ Konfiguration
      Füge das Modul in config/config.js ein:

      {
      module: “MMM-Solarwatt”,
      position: “top_right”,
      config: {
      ip: “IP_Solarwatt_Manager”,
      password: “”,
      batteryIp: “batteryfle-xxxx.local_oder IP”,
      updateInterval: 30000
      }
      }

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy