Skip to content

Commit

Permalink
Sungrow: add idle timeout to grid/pv
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jan 15, 2025
1 parent 961968e commit 28f74c9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions templates/definition/meter/sungrow-hybrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ render: |
power:
source: modbus
{{- include "modbus" . | indent 2 }}
timeout: {{ .timeout }}
register:
type: input
address: 13009 # Export power
Expand Down Expand Up @@ -92,6 +93,7 @@ render: |
power:
source: modbus
{{- include "modbus" . | indent 2 }}
timeout: {{ .timeout }}
register:
address: 5016 # Total DC power
type: input
Expand All @@ -114,6 +116,7 @@ render: |
abs:
source: modbus
{{- include "modbus" . | indent 6 }}
timeout: {{ .timeout }}
register:
type: input
address: 13021 # Battery power
Expand Down Expand Up @@ -163,7 +166,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 13049 # EMS mode selection
type: writesingle
Expand All @@ -173,7 +175,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 13050 # Charge/discharge command
type: writesingle
Expand All @@ -187,7 +188,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 13049 # EMS mode selection
type: writesingle
Expand All @@ -197,7 +197,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 13050 # Charge/discharge command
type: writesingle
Expand All @@ -211,7 +210,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 13049 # EMS mode
type: writesingle
Expand All @@ -221,7 +219,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 13050 # Charge/discharge command
type: writesingle
Expand All @@ -232,7 +229,6 @@ render: |
set:
source: modbus
{{- include "modbus" . | indent 10 }}
timeout: {{ .timeout }}
register:
address: 13051 # Charge power
type: writesingle
Expand All @@ -246,7 +242,6 @@ render: |
config:
source: modbus
{{- include "modbus" . | indent 12 }}
timeout: {{ .timeout }}
register:
address: 5627 # BDC rated power
type: input
Expand All @@ -258,7 +253,6 @@ render: |
config:
source: modbus
{{- include "modbus" . | indent 12 }}
timeout: {{ .timeout }}
register:
address: 13051 # Charge/discharge power
type: writesingle
Expand Down

0 comments on commit 28f74c9

Please sign in to comment.