Skip to content

Commit

Permalink
Deye Hybrid: add default socs (#15987)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored Sep 11, 2024
1 parent 9010545 commit 4fa6f8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/definition/meter/deye-hybrid-hp3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ params:
advanced: true
- name: minsoc
type: number
default: 20
advanced: true
- name: maxsoc
type: number
default: 95
advanced: true
render: |
type: custom
Expand Down Expand Up @@ -252,7 +254,7 @@ render: |
address: 172
type: writemultiple
decode: int32s
minsoc: {{.minsoc}}
maxsoc: {{.maxsoc}}
minsoc: {{ .minsoc }}
maxsoc: {{ .maxsoc }}
capacity: {{ .capacity }} # kWh
{{- end }}

0 comments on commit 4fa6f8a

Please sign in to comment.