Skip to content

Commit

Permalink
Sungrow Hybrid: fix battery power after firmware update 11/24 (#17618)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachelnet authored Dec 6, 2024
1 parent db8acb4 commit 03467ee
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions templates/definition/meter/sungrow-hybrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,14 @@ render: |
power:
source: calc
mul:
- source: modbus
{{- include "modbus" . | indent 4 }}
register:
address: 13021 # Battery power
type: input
decode: int16
- source: calc
abs:
source: modbus
{{- include "modbus" . | indent 6 }}
register:
type: input
address: 13021 # Battery power
decode: int16
- source: calc
add:
- source: modbus
Expand Down

0 comments on commit 03467ee

Please sign in to comment.