forked from evcc-io/evcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenwb-2.0.yaml
More file actions
55 lines (51 loc) · 1.7 KB
/
openwb-2.0.yaml
File metadata and controls
55 lines (51 loc) · 1.7 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
template: openwb-2.0
products:
- brand: openWB
description:
generic: Software 2.x
capabilities: ["1p3p", "mA"]
requirements:
description:
de: |
Erfordert [`Software 2.x`](https://github.com/openWB/core).
Folgende Änderungen sind unter dem `Einstellungen`-Reiter erforderlich:
* Steuerungsmodus: `secondary`
* Steuerung über Modbus als secondary: `An`
RFID-Autorisierung ist mit openWB Software 2.x leider aktuell nicht sinnvoll nutzbar, siehe
[`Issue 2832`](https://github.com/openWB/core/issues/2832)
en: |
Requires [`Software 2.x`](https://github.com/openWB/core).
The following changes are necessary under the 'Einstellungen' tab:
* Steuerungsmodus: `secondary`
* Steuerung über Modbus als secondary: `An`
RFID-Authorisation currently is not usable with openWB Software 2.x, check
[`openWB Issue 2832`](https://github.com/openWB/core/issues/2832)
params:
- name: modbus
choice: ["tcpip"]
port: 1502
id: 1
- name: connector
default: 1
- name: phases1p3p
type: bool
description:
en: Charger is equipped with phase switching feature
de: Phasenumschaltung vorhanden
advanced: true
default: true
- name: identify
type: bool
description:
en: Use RFID-Reader
de: RFID-Reader verwenden
help:
en: Be sure to check openWB Issue 2832 before enabling this, should not be used for access protection!
de: Unbedingt openWB Issue 2832 beachten, sollte nicht für Zugangsschutz verwendet werden!
advanced: true
render: |
type: openwb-2.0
{{- include "modbus" . }}
connector: {{ .connector }}
phases1p3p: {{ .phases1p3p }}
identify: {{ .identify }}