Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 940 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 940 Bytes

Build Status Coverage

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.

  • Accept the terms and conditions,
  • Click on 'New key', then on 'Save'.

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