Skip to content
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
14 changes: 4 additions & 10 deletions templates/definition/charger/lambda-zewotherm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,23 @@ requirements:
Energiemanagementeinstellungen am Gerät:

- E-Meter Kommunikationsart: "ModBus Client"
- E-Meter Messpunkt: "Pos. E-Überschuss" oder "Neg. E-Überschuss"
- E-Meter Messpunkt: "E-Eintrag"
en: |
Energy management settings of the device:

- E-Meter communication type: "ModBus Client"
- E-Meter measuring point: "Pos. Excess Energy" or "Neg. Excess Energy"
- E-Meter measuring point: "Energy-Input"
params:
- name: host
- name: port
default: 502
- name: tempsource
type: choice
choice: ["warmwater_top", "warmwater_bottom", "buffer_top", "buffer_bottom"]
- name: excess
type: choice
choice: ["plus", "minus"]
default: "plus"
description:
de: E-Überschuss ("plus" oder "minus")
en: Excess Energy ("plus" or "minus")
- name: phases
deprecated: true
- name: excess
deprecated: true
- name: watchdog
type: duration
default: 60s
Expand All @@ -56,7 +51,6 @@ render: |
address: 102 # PV Überschussleistung
type: writemultiple # λ erwartet single value als FC16
decode: int16
scale: {{ if eq .excess "plus" }}1{{ else }}-1{{ end }}
power:
source: modbus
uri: {{ .host }}:{{ .port }}
Expand Down
Loading