Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.28 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.28 KB

MMM-Plenticore

Codebase from https://github.com/pixcept/ioBroker.plenticore

This is a module for the MagicMirror². The module connects to the API of the KOSTAL Plenticore inverter and reads the current data and and visualizes it.

Installation

Just clone the module into the modules directory:

cd ~/MagicMirror/modules
git clone https://github.com/eckonator/MMM-Plenticore

Update

Just enter the MMM-Plenticore directory, pull the update and install the dependencies:

cd ~/MagicMirror/modules/MMM-Plenticore
git pull

Using the module

To use this module, add the following configuration block to the modules array in the config/config.js file:

        {
            module: 'MMM-Plenticore',
            config: {
                ipaddress: "192.168.178.xxx",
                port: "80",
                https: false,
                password: "",
                pollinterval: 20000,
                showStats: true,
                runOwnJsonApiServerInLocalNetwork: false,
                ownJsonApiServerPort: 4000,
                debugMode: false
            }
        },

Building from TypeScript source

Todo...

Screenshot

Example of MMM-Plenticore module at work