Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fronius Gen24: remove ChaGriSet and InOutWRte_RvrtTms #18386

Merged
merged 5 commits into from
Jan 26, 2025
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
28 changes: 0 additions & 28 deletions templates/definition/meter/fronius-gen24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,6 @@ render: |
set:
source: sequence
set:
- source: const
value: 0 # off
set:
source: sunspec
uri: {{ .host }}:{{ .port }}
id: 1
value: 124:0:ChaGriSet
- source: const
value: 0
set:
Expand All @@ -168,13 +161,6 @@ render: |
set:
source: sequence
set:
- source: const
value: 0 # off
set:
source: sunspec
uri: {{ .host }}:{{ .port }}
id: 1
value: 124:0:ChaGriSet
- source: const
value: 2
set:
Expand All @@ -189,13 +175,6 @@ render: |
uri: {{ .host }}:{{ .port }}
id: 1
value: 124:0:OutWRte
- source: const
value: 0 # s
set:
source: sunspec
uri: {{ .host }}:{{ .port }}
id: 1
value: 124:0:InOutWRte_RvrtTms
- case: 3 # charge
set:
source: sequence
Expand All @@ -221,12 +200,5 @@ render: |
uri: {{ .host }}:{{ .port }}
id: 1
value: 124:0:OutWRte
- source: const
value: 0 # s
set:
source: sunspec
uri: {{ .host }}:{{ .port }}
id: 1
value: 124:0:InOutWRte_RvrtTms
capacity: {{ .capacity }} # kWh
{{- end }}
Loading