-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/ProudElm/solaredgeoptimizers
- Loading branch information
Showing
2 changed files
with
40 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,25 @@ | ||
# solaredgeoptimizers | ||
# SolarEdge Optimizers Data | ||
Intergration to get optimizers information from the SolarEdge portal | ||
|
||
This intergration needs 3 inputs, the site-id, your username and password. | ||
This intergrations works by gathering the information from the SolarEdge portal website. The current data per optimizer is gather and show in HomeAssistant. Also is the total energy produced per optimizer added as sensor. | ||
For this intergration to work you need to provide it with your information: your Site-id, your username and password. | ||
|
||
By defualt this intergration will update its sensors every 15 min. Much faster has no use because the portal wont have any new data. | ||
Tis intergration will update its sensors every 15 min. More frequant is not usefull beacsuse the portal will only update that much. | ||
|
||
When the inverter is not working, the last know result is send back from the portal. The intergation will check if the value for last measerement is less then 1 hour. If not, meaning the inverter is offline, the value for all sensors (except Last measerement and total energy produced) will be set to 0. | ||
|
||
# Installation | ||
The best method is using HACS (https://hacs.xyz) | ||
1. Make sure you have hacs installed | ||
2. Add this repository as custom repository to hacs by going to hacs, integrations, click on the three dots in the upper right corner and click on custom repositories. | ||
3. In the repository field, fill in the link to this repository (https://github.com/ProudElm/solaredgeoptimizers) and for category, select Integration. Click on Add | ||
4. Go back to hacs, integrations and add click on the blue button Exlore and download repositories in the bottom left corner, search for SolarEdge Optimizers Data and install it | ||
5. Reboot HA | ||
6. In HA goto Config -> Integrations. Add the SolarEdge Optimizers Data to HA. | ||
7. Enter your Site-ID, username and password. | ||
|
||
The initial setup can take some time, please be patient. | ||
|
||
# UI | ||
An other user made a HA card to display the information: | ||
https://github.com/stepsolar/hassio-package-panel-solar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
# solaredgeoptimizers | ||
# SolarEdge Optimizers Data | ||
Intergration to get optimizers information from the SolarEdge portal | ||
|
||
This intergration needs 3 inputs, the site-id, your username and password. | ||
This intergrations works by gathering the information from the SolarEdge portal website. The current data per optimizer is gather and show in HomeAssistant. Also is the total energy produced per optimizer added as sensor. | ||
For this intergration to work you need to provide it with your information: your Site-id, your username and password. | ||
|
||
By defualt this intergration will update its sensors every 15 min. Much faster has no use because the portal wont have any new data. | ||
Tis intergration will update its sensors every 15 min. More frequant is not usefull beacsuse the portal will only update that much. | ||
|
||
When the inverter is not working, the last know result is send back from the portal. The intergation will check if the value for last measerement is less then 1 hour. If not, meaning the inverter is offline, the value for all sensors (except Last measerement and total energy produced) will be set to 0. | ||
|
||
# Installation | ||
The best method is using HACS (https://hacs.xyz) | ||
1. Make sure you have hacs installed | ||
2. Add this repository as custom repository to hacs by going to hacs, integrations, click on the three dots in the upper right corner and click on custom repositories. | ||
3. In the repository field, fill in the link to this repository (https://github.com/ProudElm/solaredgeoptimizers) and for category, select Integration. Click on Add | ||
4. Go back to hacs, integrations and add click on the blue button Exlore and download repositories in the bottom left corner, search for SolarEdge Optimizers Data and install it | ||
5. Reboot HA | ||
6. In HA goto Config -> Integrations. Add the SolarEdge Optimizers Data to HA. | ||
7. Enter your Site-ID, username and password. | ||
|
||
The initial setup can take some time, please be patient. |