You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/solaredge_modules.markdown
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ha_codeowners:
13
13
ha_integration_type: service
14
14
---
15
15
16
-
The SolarEdge integration allows you to get energy production per inverter/string/module from your SolarEdge solar power setup and insert them into Home Assistant statistics.
16
+
The SolarEdge Modules integration allows you to retrieve energy production data per inverter, string, and module from your SolarEdge solar power setup and insert it into Home Assistant statistics.
17
17
18
18
You can find the created statistics in **Developer Tools** > **Statistics** and searching for `solaredge_modules`.
19
19
You can show them in the UI using the [`Statistic card`](/dashboards/statistic/) or [`Statistics graph card`](/dashboards/statistics-graph/).
@@ -23,7 +23,7 @@ The main use case is to track your solar production per module to identify any f
23
23
24
24
The integration fetches energy production for the past 7 days every 12 hours and inserts the data into statistics.
25
25
26
-
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/`
26
+
To set up the integration, you need a username and password with 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 (for example, `1234`from`https://monitoring.solaredge.com/solaredge-web/p/site/1234/`).
27
27
28
28
{% include integrations/config_flow.md %}
29
29
@@ -35,7 +35,7 @@ To set up the integration you need your username/password that has access to the
35
35
36
36
- The integration intentionally doesn't create any sensors. All data is only available in statistics.
37
37
- The statistics are intentionally updated infrequently. If you want more frequent updates, you can call the [`homeassistant.reload_config_entry`](/integrations/homeassistant/#action-homeassistantreload_config_entry) action from an automation.
38
-
- The API provides data at 15 minutes interval, but Home Assistant long-term statistics can only be at a 1hour interval.
38
+
- The API provides data at a 15-minute interval, but Home Assistant long-term statistics are limited to a 1-hour interval.
0 commit comments