0.0.1 • Published 2 years ago

enphase-envoy-wrapper v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

codecovCodeQLMIT

enphase-envoy-wrapper

async/await Node.js wrapper for Enphase Envoy REST API

If you have solar panels from Enphase at home, you might have an envoy from Enphase at your home too.

This npm helps you to communicate with the local envoy API.

How to use this module

Example:

const EnphaseEnvoy = require('enphase-envoy-wrapper');

async function main(){
  const envoyWrapper = new EnphaseEnvoy.Wrapper();
  await envoyWrapper.getSevenDaysProduction();
}

main().catch(
  console.log
);

Done

TODO

Feel free to create PRs to add functionalities or to fix things.

0.0.1

2 years ago