Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ProudElm committed Jan 29, 2023
2 parents f141198 + cf94549 commit c3b364b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 6 deletions.
25 changes: 22 additions & 3 deletions README.md
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
21 changes: 18 additions & 3 deletions info.md
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.

0 comments on commit c3b364b

Please sign in to comment.