0.1.7 • Published 4 years ago

solaredge v0.1.7

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

SolarEdge solar panel SDK

What is this?

This package is an SDK for the SolarEdge inverter. You can use this to get inverter information, site information, or solar panel data.

How to install?

Install using npm install --save solaredge

How to use?

Import: import SolarEdge from 'solaredge';

Initialize: const solaredge = new SolarEdge('<api key here>');

Then, you can use the methods from this class

// Get Site data
solaredge.getSiteData();
0.1.7

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.0.1

4 years ago