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 testSee test coverage
mix coverallsGenerate HTML coverage report
mix coveralls.html
open cover/excoveralls.html