chrwei / MMM-SolarEdge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMM-SolarEdge

A Solar Module for MagicMirror2 designed to integrate with an SolarEdge inverter

Dependencies

Installation

  1. Clone repo into MagicMirror/modules directory
  2. Get an SolarEdge API key
  3. Create an entry in 'config/config.js' with your API Key, SiteID, and any config options.

Example:

 {
    module: 'MMM-SolarEdge',
	position: 'bottom_left',
	config: {
		apiKey: "################################", //Requires your own API Key
		siteId: "67", //Site ID 
	}
 },

Note: Only enter your API Key in the config.js file. Your API Key is yours alone, do not post or use it elsewhere.

Sample

alt text

Optional Config

Option Description
basicHeader Set to true to substitute the 'SolarEdge' text and graphic for the default MagicMirror header

API Key

Use of this module requires

  1. An API Key, which you can obtain from installer
  2. The Site ID of the solar system you wish to monitor, which can also be found in the Monitoring Portal.

Attribution

About

License:MIT License


Languages

Language:JavaScript 94.1%Language:CSS 5.9%