MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. wiiare
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    W
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    wiiare

    @wiiare

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    wiiare Unfollow Follow

    Latest posts made by wiiare

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

      📷 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
      }
      }

      posted in Utilities
      W
      wiiare