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.
Just clone the module into the modules directory:
cd ~/MagicMirror/modules
git clone https://github.com/eckonator/MMM-Plenticore
Just enter the MMM-Plenticore directory, pull the update and install the dependencies:
cd ~/MagicMirror/modules/MMM-Plenticore
git pull
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
}
},
Todo...