Skip to content

Commit

Permalink
Fronius Gen24: fix grid id
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Oct 28, 2024
1 parent 520d54b commit 6505a04
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/definition/meter/fronius-gen24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,61 +26,72 @@ render: |
power:
source: sunspec
uri: {{ .host }}:{{ .port }}
id: 200
value:
- 203:W
- 213:W
energy:
source: sunspec
uri: {{ .host }}:{{ .port }}
id: 200
value:
- 203:TotWhImp
- 213:TotWhImp
scale: 0.001
currents:
- source: sunspec
uri: {{ .host }}:{{ .port }}
id: 200
value:
- 203:AphA
- 213:AphA
- source: sunspec
uri: {{ .host }}:{{ .port }}
id: 200
value:
- 203:AphB
- 213:AphB
- source: sunspec
uri: {{ .host }}:{{ .port }}
id: 200
value:
- 203:AphC
- 213:AphC
voltages:
- source: sunspec
uri: {{ .host }}:{{ .port }}
id: 200
value:
- 203:PhVphA
- 213:PhVphA
- source: sunspec
uri: {{ .host }}:{{ .port }}
id: 200
value:
- 203:PhVphB
- 213:PhVphB
- source: sunspec
uri: {{ .host }}:{{ .port }}
id: 200
value:
- 203:PhVphC
- 213:PhVphC
powers:
- source: sunspec
uri: {{ .host }}:{{ .port }}
id: 200
value:
- 203:WphA
- 213:WphA
- source: sunspec
uri: {{ .host }}:{{ .port }}
id: 200
value:
- 203:WphB
- 213:WphB
- source: sunspec
uri: {{ .host }}:{{ .port }}
id: 200
value:
- 203:WphC
- 213:WphC
Expand Down

0 comments on commit 6505a04

Please sign in to comment.