Skip to content

Commit

Permalink
Sungrow Hybrid: add max AC power
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Oct 25, 2024
1 parent f41072b commit 8463f2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/definition/meter/sungrow-hybrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ params:
- name: timeout
- name: capacity
advanced: true
- name: maxacpower
render: |
type: custom
{{- if eq .usage "grid" }}
Expand Down Expand Up @@ -101,6 +102,7 @@ render: |
type: input
decode: uint32s
scale: 0.1
maxacpower: {{ .maxacpower }} # W
{{- end }}
{{- if eq .usage "battery" }}
power:
Expand Down

0 comments on commit 8463f2f

Please sign in to comment.