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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,10 @@ An example of a Statistics graph that shows hourly production per module for the
35
35
36
36

37
37
38
+
{% note %}
39
+
The statistic IDs below are examples. It's recommended to press on **SHOW VISUAL EDITOR** to select the statistics based on their name instead.
40
+
{% endnote %}
41
+
38
42
```yaml
39
43
chart_type: line
40
44
period: hour
@@ -74,6 +78,10 @@ days_to_show: 30
74
78
75
79
To identify problematic modules, you could set up the [`SQL`](/integrations/sql/) integration with the following:
76
80
81
+
{% note %}
82
+
The SQL code contains a couple of TODOs for you to adjust the threshold and to select the proper modules based on your solar installation. In the example the panels on the east side have ` 1.1.` while the ones on the west have ` 1.2.`.
0 commit comments