diff --git a/README.md b/README.md index 0233338..01ad7ae 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.