Skip to content

Commit

Permalink
SolarEdge: add currents to PV meter
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoks authored Jan 15, 2025
1 parent 28f74c9 commit 6442192
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions templates/definition/meter/solaredge-inverter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,20 @@ render: |
- 101:WH
- 103:WH
scale: 0.001
currents:
- source: sunspec
{{- include "modbus" . | indent 4 }}
timeout: {{ .timeout }}
value: 101:AphA
value: 103:AphA
- source: sunspec
{{- include "modbus" . | indent 4 }}
timeout: {{ .timeout }}
value: 101:AphB
value: 103:AphB
- source: sunspec
{{- include "modbus" . | indent 4 }}
timeout: {{ .timeout }}
value: 101:AphC
value: 103:AphC
{{- end }}

0 comments on commit 6442192

Please sign in to comment.