Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 16 additions & 7 deletions templates/definition/meter/solaredge-hybrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,6 @@ render: |
address: 62836 # Battery 1 Instantaneous Power
type: holding
decode: float32nans
energy:
Comment thread
andig marked this conversation as resolved.
source: sunspec
{{- include "modbus" . | indent 2 }}
value:
- 101:WH
- 103:WH
scale: 0.001
maxacpower: {{ .maxacpower }} # W
{{- end }}
{{- if eq .usage "battery" }}
Expand All @@ -133,6 +126,22 @@ render: |
address: 0xE184 # Battery 1 State of Energy (SOE)
type: holding
decode: float32nans
energy:
source: modbus
{{- include "modbus" . | indent 2 }}
register:
address: 0xE176 # Battery 1 Lifetime Export Energy Counter (discharged)
type: holding
decode: uint64
scale: 0.001
returnenergy:
source: modbus
{{- include "modbus" . | indent 2 }}
register:
address: 0xE17A # Battery 1 Lifetime Import Energy Counter (charged)
type: holding
decode: uint64
scale: 0.001
batterymode:
source: watchdog
timeout: {{ .watchdog }}
Expand Down
Loading