From 0c1b52a4d030ed9179cde4d84628588a151ddd9f Mon Sep 17 00:00:00 2001 From: ProudElm Date: Sun, 29 Jan 2023 15:39:35 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2783bf..f787a90 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # solaredgeoptimizers 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. From e79526e7a8fd6ba6e51b49e44edf783c57d3362c Mon Sep 17 00:00:00 2001 From: ProudElm Date: Sun, 29 Jan 2023 15:43:35 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f787a90..932b224 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# solaredgeoptimizers +# SolarEdge Optimizers Data Intergration to get optimizers information from the SolarEdge portal 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. @@ -7,3 +7,15 @@ For this intergration to work you need to provide it with your information: your 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. From c05a025bd5fae47748682addef13e8901a66e56a Mon Sep 17 00:00:00 2001 From: ProudElm Date: Sun, 29 Jan 2023 15:43:46 +0100 Subject: [PATCH 3/4] Update info.md --- info.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/info.md b/info.md index e2783bf..932b224 100644 --- a/info.md +++ b/info.md @@ -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. From cf945492fc13d451f6a47242c7993fd02589c7a9 Mon Sep 17 00:00:00 2001 From: ProudElm Date: Sun, 29 Jan 2023 15:49:20 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 932b224..5f49a3a 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,7 @@ The best method is using HACS (https://hacs.xyz) 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