forked from evcc-io/evcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomewizard-kwh.yaml
More file actions
26 lines (26 loc) · 821 Bytes
/
Copy pathhomewizard-kwh.yaml
File metadata and controls
26 lines (26 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
template: homewizard-kwh
products:
- brand: HomeWizard
description:
generic: kWh Meter
en: kWh Meter (HWE-KWH1, HWE-KWH3, SDM230-wifi, SDM630-wifi)
de: kWh-Zähler (HWE-KWH1, HWE-KWH3, SDM230-wifi, SDM630-wifi)
params:
- name: usage
choice: ["pv", "charge", "battery"]
- name: host
- name: phase
default: 1
choice: [1, 2, 3]
advanced: true
description:
en: Installation phase
de: Installationsphase
help:
en: Phase on which the single-phase meter is installed (L1=1, L2=2, L3=3). Only relevant for HWE-KWH1 and SDM230-wifi.
de: Phase an der der einphasige Zähler installiert ist (L1=1, L2=2, L3=3). Nur relevant für HWE-KWH1 und SDM230-wifi.
render: |
type: homewizard
uri: http://{{ .host }}
usage: {{ .usage }}
phase: {{ .phase }}