Skip to content

Commit 49a886f

Browse files
andiggithub-actions[bot]
authored andcommitted
Generate docs from templates
1 parent 3ba8aaa commit 49a886f

File tree

6 files changed

+114
-6
lines changed

6 files changed

+114
-6
lines changed

docs/devices/chargers.mdx

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,40 @@ Phasenumschaltung bietet nur die Solar-Variante und muss vom Anwender freigescha
992992
993993
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
994994
995-
## Compleo eBox
995+
## Compleo
996+
997+
### Duo
998+
999+
<DeviceFeatures features="mA,rfid,1p3p" />
1000+
1001+
<DeviceConfig code={`chargers:
1002+
- name: my_charger
1003+
type: template
1004+
template: compleo-duo
1005+
1006+
# Modbus TCP
1007+
modbus: tcpip
1008+
id: 1
1009+
host: 192.0.2.2 # Hostname
1010+
port: 502 # Port`} advanced={`chargers:
1011+
- name: my_charger
1012+
type: template
1013+
template: compleo-duo
1014+
1015+
# Modbus TCP
1016+
modbus: tcpip
1017+
id: 1
1018+
host: 192.0.2.2 # Hostname
1019+
port: 502 # Port
1020+
connector: 1 # Ladepunkt (falls >1 Ladepunkt), optional`} />
1021+
1022+
1023+
1024+
<SponsorshipRequired />
1025+
1026+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
1027+
1028+
### eBox
9961029
9971030
<DeviceFeatures features="mA" />
9981031
@@ -1009,6 +1042,27 @@ Phasenumschaltung bietet nur die Solar-Variante und muss vom Anwender freigescha
10091042
10101043
10111044
1045+
<SponsorshipRequired />
1046+
1047+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
1048+
1049+
### Solo
1050+
1051+
<DeviceFeatures features="mA,rfid,1p3p" />
1052+
1053+
<DeviceConfig code={`chargers:
1054+
- name: my_charger
1055+
type: template
1056+
template: compleo-solo
1057+
1058+
# Modbus TCP
1059+
modbus: tcpip
1060+
id: 1
1061+
host: 192.0.2.2 # Hostname
1062+
port: 502 # Port`} />
1063+
1064+
1065+
10121066
<SponsorshipRequired />
10131067
10141068
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->

docs/devices/meters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5956,7 +5956,7 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos
59565956
59575957
<DeviceFeatures features="battery-control" />
59585958
5959-
Um die Batteriesteuerung zu nutzen, wird eine Firmwareversionen größer gleich 10.05.7433 / R2155 benötigt
5959+
Um die Batteriesteuerung zu nutzen, wird eine Firmwareversionen größer gleich 10.05.7430 / R2155 benötigt
59605960
59615961
<Tabs>
59625962
<TabItem value="grid" label="Netz" default>

docs/devices/vehicles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to
744744
745745
## Renault
746746
747-
Renault Zoe benötigt bei 3p einen minimalen Ladestrom von 8A (ältere Modelle sogar 10A).
747+
Renault Zoe and Twingo Electric benötigen bei 3p einen minimalen Ladestrom von 8A (ältere Modelle sogar 10A).
748748
749749
<DeviceConfig code={`vehicles:
750750
- name: my_car

i18n/en/docusaurus-plugin-content-docs/current/devices/chargers.mdx

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,40 @@ Phase switching is only available with the Solar variant and must be enabled by
993993
994994
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
995995
996-
## Compleo eBox
996+
## Compleo
997+
998+
### Duo
999+
1000+
<DeviceFeatures features="mA,rfid,1p3p" />
1001+
1002+
<DeviceConfig code={`chargers:
1003+
- name: my_charger
1004+
type: template
1005+
template: compleo-duo
1006+
1007+
# Modbus TCP
1008+
modbus: tcpip
1009+
id: 1
1010+
host: 192.0.2.2 # Hostname
1011+
port: 502 # Port`} advanced={`chargers:
1012+
- name: my_charger
1013+
type: template
1014+
template: compleo-duo
1015+
1016+
# Modbus TCP
1017+
modbus: tcpip
1018+
id: 1
1019+
host: 192.0.2.2 # Hostname
1020+
port: 502 # Port
1021+
connector: 1 # Loadpoint (if >1 loadpoint), optional`} />
1022+
1023+
1024+
1025+
<SponsorshipRequired />
1026+
1027+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
1028+
1029+
### eBox
9971030
9981031
<DeviceFeatures features="mA" />
9991032
@@ -1010,6 +1043,27 @@ Phase switching is only available with the Solar variant and must be enabled by
10101043
10111044
10121045
1046+
<SponsorshipRequired />
1047+
1048+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
1049+
1050+
### Solo
1051+
1052+
<DeviceFeatures features="mA,rfid,1p3p" />
1053+
1054+
<DeviceConfig code={`chargers:
1055+
- name: my_charger
1056+
type: template
1057+
template: compleo-solo
1058+
1059+
# Modbus TCP
1060+
modbus: tcpip
1061+
id: 1
1062+
host: 192.0.2.2 # Hostname
1063+
port: 502 # Port`} />
1064+
1065+
1066+
10131067
<SponsorshipRequired />
10141068
10151069
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->

i18n/en/docusaurus-plugin-content-docs/current/devices/meters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5957,7 +5957,7 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso
59575957
59585958
<DeviceFeatures features="battery-control" />
59595959
5960-
To use the battery control, a firmware version greater than or equal to 10.05.7433 / R2155 is required
5960+
To use the battery control, a firmware version greater than or equal to 10.05.7430 / R2155 is required
59615961
59625962
<Tabs>
59635963
<TabItem value="grid" label="Grid" default>

i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc
747747
748748
## Renault
749749
750-
Renault Zoe requires a minimum charging current of 8A at 3p (older models even 10A).
750+
Renault Zoe and Twingo Electric require a minimum charging current of 8A at 3p (older models even 10A).
751751
752752
<DeviceConfig code={`vehicles:
753753
- name: my_car

0 commit comments

Comments
 (0)