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 #18364

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 1 addition & 15 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 @@ -201,7 +187,7 @@ render: |
source: sequence
set:
- source: const
value: 1 # off
value: 1 # on
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warum bleibt das drin?

set:
source: sunspec
uri: {{ .host }}:{{ .port }}
Expand Down
Loading