Skip to content
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.
/ MMM-SolarEdge Public archive
forked from bertieuk/MMM-SolarEdge

SolarEdge Module for MagicMirror2

License

Notifications You must be signed in to change notification settings

pizidavi/MMM-SolarEdge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-SolarEdge

A MagicMirror2 module, for a SolarEdge system, displaying the energy produced, used and received/released to the grid by your SolarEdge system, updated every minute

Installation

  1. Clone repo into MagicMirror/modules directory
  2. Get a SolarEdge API Key:
    1. Open Solaredge website and login
    2. Click, on the top navbar, the Administration section
  3. Create an entry in config/config.js with your API Key, SiteID, and other config options

Example:

 {
    module: 'MMM-SolarEdge',
	position: 'bottom_left',
	config: {
		apiKey: "################################", // Requires your own API Key
		siteId: "#####", // 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.

About

SolarEdge Module for MagicMirror2

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 94.5%
  • CSS 5.5%