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

Notifications You must be signed in to change notification settings

eckonator/MMM-Plenticore

Repository files navigation

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

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

Contributors 3

  •  
  •  
  •