henry2man / MMM-SolarEdge-InverterMonitor

A real time monitor for SolarEdge Inverters and Meters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMM-SolarEdge-InverterMonitor

This is a module for the MagicMirror².

This module shows realtime stats from a Solar Edge inverter

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-SolarEdge-InverterMonitor',
            config: {
                // See below for configurable options
            }
        }
    ]
}

Configuration options

Option Description
option1 Required DESCRIPTION HERE
option2 Optional DESCRIPTION HERE TOO

Type: int(milliseconds)
Default 60000 milliseconds (1 minute)

Credits

Icons made by itim2101" from www.flaticon.com is licensed by Creative Commons BY 3.0

About

A real time monitor for SolarEdge Inverters and Meters

License:MIT License


Languages

Language:JavaScript 79.7%Language:CSS 20.3%