Skip to content

Commit f9adcfa

Browse files
committed
Compleo: add variants
1 parent 84a7448 commit f9adcfa

File tree

5 files changed

+57
-1
lines changed

5 files changed

+57
-1
lines changed

templates/definition/charger/compleo-solo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ products:
33
- brand: Compleo
44
description:
55
generic: Solo
6-
capabilities: ["mA", "rfid", "1p3p"]
6+
capabilities: ["mA", "rfid"]
77
requirements:
88
evcc: ["sponsorship"]
99
params:
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
template: neoom-n-plus
2+
products:
3+
- brand: Neoom
4+
description:
5+
generic: N+
6+
capabilities: ["mA", "1p3p"]
7+
requirements:
8+
evcc: ["sponsorship"]
9+
params:
10+
- name: modbus
11+
choice: ["tcpip"]
12+
render: |
13+
type: compleo
14+
{{- include "modbus" . }}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
template: neoom-n
2+
products:
3+
- brand: Neoom
4+
description:
5+
generic: N
6+
capabilities: ["mA", "1p3p"]
7+
requirements:
8+
evcc: ["sponsorship"]
9+
params:
10+
- name: modbus
11+
choice: ["tcpip"]
12+
render: |
13+
type: compleo
14+
{{- include "modbus" . }}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
template: senec-plus
2+
products:
3+
- brand: Senec
4+
description:
5+
generic: Plus
6+
capabilities: ["mA", "1p3p"]
7+
requirements:
8+
evcc: ["sponsorship"]
9+
params:
10+
- name: modbus
11+
choice: ["tcpip"]
12+
render: |
13+
type: compleo
14+
{{- include "modbus" . }}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
template: senec-premium
2+
products:
3+
- brand: Senec
4+
description:
5+
generic: Premium
6+
capabilities: ["mA", "rfid", "1p3p"]
7+
requirements:
8+
evcc: ["sponsorship"]
9+
params:
10+
- name: modbus
11+
choice: ["tcpip"]
12+
render: |
13+
type: compleo
14+
{{- include "modbus" . }}

0 commit comments

Comments
 (0)