SolarEdge

This is an Elixir client library for the SolarEdge monitoring API.

Setup

To use the client you need an API key. You can get an API key from the SolarEdge monitoring web site.

Go to Admin -> Site Access -> API Access.

Status

Only a few calls have been implemented.

Development

Run tests

mix test

See test coverage

mix coveralls

Generate HTML coverage report

mix coveralls.html
open cover/excoveralls.html