Skip to content

Commit

Permalink
Solaredge inverter: add energy (evcc-io#10788)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Nov 15, 2023
1 parent e700027 commit 3580766
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/definition/meter/solaredge-inverter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ render: |
model: sunspec
value: Power
{{- end }}
{{- if eq .usage "pv" }}
energy:
source: modbus
{{- include "modbus" . | indent 2 }}
timeout: {{ .timeout }}
model: sunspec
value: Export
{{- end }}

0 comments on commit 3580766

Please sign in to comment.