From b46ba0c1fcdc7e05b3b7d29608d2bd9ebd31954d Mon Sep 17 00:00:00 2001 From: tronikos Date: Mon, 2 Jun 2025 17:49:16 -0700 Subject: [PATCH] Update solaredge_modules.markdown --- source/_integrations/solaredge_modules.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_integrations/solaredge_modules.markdown b/source/_integrations/solaredge_modules.markdown index 0d91e87dcf4..97e7e0e239f 100644 --- a/source/_integrations/solaredge_modules.markdown +++ b/source/_integrations/solaredge_modules.markdown @@ -19,11 +19,11 @@ You can find the created statistics in **Developer Tools** > **Statistics** and You can show them in the UI using the **Statistic** or **Statistics graph** cards. You can use them in automations using the **SQL** integration. -The main use case is to track your solar production per module in order to identify any faulty module that underperforms and might need cleaning or repairing. +The main use case is to track your solar production per module to identify any faulty module that underperforms and might need cleaning or repairing. The integration fetches energy production for the past 7 days every 12 hours and inserts the data into statistics. -To setup the integration you need your username/password that has access to the [SolarEdge web portal](https://monitoring.solaredge.com/). You also need the site ID which you can get from the URL once you log-in, e.g. `1234` for `https://monitoring.solaredge.com/solaredge-web/p/site/1234/` +To set up the integration you need your username/password that has access to the [SolarEdge web portal](https://monitoring.solaredge.com/). You also need the site ID which you can get from the URL once you log-in, e.g. `1234` for `https://monitoring.solaredge.com/solaredge-web/p/site/1234/` {% include integrations/config_flow.md %} @@ -34,8 +34,9 @@ To setup the integration you need your username/password that has access to the ## Known limitations - The integration intentionally doesn't create any sensors. All data is only available in statistics. -- The statistics are intentionally updated infrequently. If you want more frequent updates you can call `homeassistant.reload_config_entry` from an automation. +- The statistics are intentionally updated infrequently. If you want more frequent updates, you can call `homeassistant.reload_config_entry` from an automation. +- The API provides data at 15 minutes interval but Home Assistant long term statistics can only be at 1 hour interval. ## Troubleshooting -Make sure your account has access to the [SolarEdge web portal](https://monitoring.solaredge.com/) and that you can access the **Layout** tab there. If not, you will have to ask your installer to give you access to it. +Make sure your account has access to the [SolarEdge web portal](https://monitoring.solaredge.com/) and that you can access the **Layout** tab there. If not, you will have to ask your installer to grant you access.