Skip to content

bertieuk/MMM-SolarEdge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-SolarEdge

A Solar Module for MagicMirror2 designed to integrate with a SolarEdge System

Dependencies

Installation

  1. Clone repo into MagicMirror/modules directory
  2. Get a SolarEdge API key and authorize your application (instructions below).
  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: "12345", //SolarEdge 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 'Solar PV' text and graphic for the default MagicMirror header

API Key

Use of this module requires

  1. An API Key, which you can obtain by emailing SolarEdge support (e.g [email protected] )
  2. The Site ID of the SolarEdge system you wish to monitor, which can be found in the Dashboard https://monitoring.solaredge.com

About

SolarEdge Module for MagicMirror2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.4%
  • CSS 4.6%