From 6505a046bc7e6825fc503e2166a4895905950c79 Mon Sep 17 00:00:00 2001 From: andig Date: Mon, 28 Oct 2024 08:01:41 +0100 Subject: [PATCH] Fronius Gen24: fix grid id --- templates/definition/meter/fronius-gen24.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/definition/meter/fronius-gen24.yaml b/templates/definition/meter/fronius-gen24.yaml index 2cd1858a63..b16e10de67 100644 --- a/templates/definition/meter/fronius-gen24.yaml +++ b/templates/definition/meter/fronius-gen24.yaml @@ -26,12 +26,14 @@ 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 @@ -39,48 +41,57 @@ render: | 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