Skip to content

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

License

eckonator/MMM-Plenticore

Repository files navigation

MagicMirrorModule-MMM-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 brings it to the output.

Installation

  1. Navigate into your MagicMirror's modules folder and run:
$ git clone https://github.com/eckonator/MMM-Plenticore.git
  1. Install the dependencies:
$ cd MMM-Plenticore && npm install

Using the module

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

var config = {
    modules: [
        {
            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...

Screenshots

alt text

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published