Skip to content

NathanBaulch/EnphaseOpenAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e19a37e · Nov 8, 2022

History

59 Commits
Nov 7, 2022
Nov 7, 2022
Nov 8, 2022
Nov 7, 2022
Nov 7, 2022
Nov 8, 2022
Nov 8, 2022
Jul 21, 2021
Nov 8, 2022
Nov 3, 2022
Nov 7, 2022

Repository files navigation

Unofficial Enphase OpenAPI specification and clients

The Enlighten Systems API

The Enlighten Systems API is a JSON-based API that provides access to performance data for a PV system. By using the Enlighten Systems API, you agree to the Enphase Energy API License Agreement.

Please note that the Enlighten Systems API does not provide performance data at a panel or microinverter level.

Provided clients

These API clients were generated by the OpenAPI Generator project version 6.2.1.

Additional clients

Clients in other OpenAPI Generator supported languages can be created as follows:

LANG=java
make ./bin/openapi-generator-cli
./bin/openapi-generator-cli generate \
    -i ./enlighten.yaml \
    -g $LANG \
    -o ./$LANG/enlighten \
    --package-name enlighten \
    --http-user-agent EnphaseOpenAPI/$LANG

About

Unofficial Enphase OpenAPI specification and clients

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published