Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
nits
  • Loading branch information
grtwje committed Mar 18, 2023
1 parent 13c9e20 commit 16b65c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can use this library to get data collected by your SolarEdge inverter. I use
I've implemented most of the API.
* The bulk requests have not been implemented. Since I only have one inverter, I cannot test bulk.
* The site storage data request is only partially tested since I don't have a battery (yet).
* The site image and installer logo image requests are not implemented. I did not want to deal with handling the images. :)
* The site image and installer logo image requests are not implemented. I did not want to deal with handling the images.
* The get sensor data request is not implemented since I do not have any sensors to test against.

Note that the API document provided by SolarEdge is not complete. And based on actual testing, in some cases it is incorrect. I have tested against my site's data. For other site's I expect there are cases where se_ms_api will be surprised by the response returned from the SolarEdge server. Open an issue for these cases.
Expand All @@ -19,7 +19,7 @@ Due to the restrictions that SolarEdge imposes on this API, this library does no

The basic use case is:

1. Create a SolarEdge struct that contains the site id and api key that will be used for the requests. (The se_monitoring_api.pdf linked above has instructions for getting your site id and api key.
1. Create a SolarEdge struct that contains the site id and api key that will be used for the requests. (The se_monitoring_api.pdf linked above has instructions for getting your site id and api key.)
2. Create a request for the information that you want.
3. Send the request using the SolarEdge struct.
4. Read the response to get the information.
Expand Down

0 comments on commit 16b65c6

Please sign in to comment.