README.md

# SolarEdge

This is an Elixir client library for the [SolarEdge](https://www.solaredge.com) monitoring API.

# Setup

To use the client you need an API key.
You can get an API key from the [SolarEdge monitoring web site](https://monitoring.solaredge.com).

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
```