Skip to content

Commit 61d3fe1

Browse files
committed
fix escaping
1 parent 8c44c4c commit 61d3fe1

File tree

12 files changed

+346
-6
lines changed

12 files changed

+346
-6
lines changed

docs/devices/chargers.mdx

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2154,6 +2154,66 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg
21542154
21552155
21562156
2157+
<SponsorshipRequired />
2158+
2159+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
2160+
2161+
### eMobility Gateway (ACU)
2162+
2163+
<DeviceFeatures features="rfid" />
2164+
2165+
Zur Konfiguration die Weboberfläche der ACU aufrufen.
2166+
Setup, Backend, Übertragungsprotokoll: Open Charge Point Protocol v1.6J
2167+
Setup, Backend, Backend-Server: Hier muss die evcc URL `ws://<evcc-address>:8887/` eingetragen sein. Basic Authentication: deaktivieren. OCPP 1.6 Einstellungen: alle Optionen aktivieren.
2168+
2169+
<DeviceConfig code={`chargers:
2170+
- name: my_charger
2171+
type: template
2172+
template: ocpp-mennekes-acu
2173+
stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://<evcc-adresse>:8887/<stationid> anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers:
2174+
- name: my_charger
2175+
type: template
2176+
template: ocpp-mennekes-acu
2177+
stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://<evcc-adresse>:8887/<stationid> anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)
2178+
connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional)
2179+
remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional)
2180+
idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional)
2181+
connecttimeout: 5m # optional
2182+
meterinterval: 10s # optional
2183+
metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} />
2184+
2185+
2186+
2187+
<SponsorshipRequired />
2188+
2189+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
2190+
2191+
### Smart, Smart T (ACU)
2192+
2193+
<DeviceFeatures features="rfid" />
2194+
2195+
Zur Konfiguration die Weboberfläche der ACU aufrufen.
2196+
Setup, Backend, Übertragungsprotokoll: Open Charge Point Protocol v1.6J
2197+
Setup, Backend, Backend-Server: Hier muss die evcc URL `ws://<evcc-address>:8887/` eingetragen sein. Basic Authentication: deaktivieren. OCPP 1.6 Einstellungen: alle Optionen aktivieren.
2198+
2199+
<DeviceConfig code={`chargers:
2200+
- name: my_charger
2201+
type: template
2202+
template: ocpp-mennekes-acu
2203+
stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://<evcc-adresse>:8887/<stationid> anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers:
2204+
- name: my_charger
2205+
type: template
2206+
template: ocpp-mennekes-acu
2207+
stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://<evcc-adresse>:8887/<stationid> anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)
2208+
connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional)
2209+
remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional)
2210+
idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional)
2211+
connecttimeout: 5m # optional
2212+
meterinterval: 10s # optional
2213+
metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} />
2214+
2215+
2216+
21572217
<SponsorshipRequired />
21582218
21592219
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
@@ -2943,7 +3003,7 @@ Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-F
29433003
29443004
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
29453005
2946-
## SMA EV Charger
3006+
## SMA EV Charger, eCharger
29473007
29483008
<DeviceFeatures features="mA" />
29493009

docs/devices/meters.mdx

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6161,6 +6161,81 @@ Der QCells Hybrid-Wechselrichter muss in der QCellsCloud angemeldet sein.
61616161
61626162
## SAJ
61636163
6164+
### H1 Series Hybrid Solar Inverter
6165+
6166+
<DeviceFeatures features="" />
6167+
6168+
<Tabs>
6169+
<TabItem value="grid" label="Netz" default>
6170+
6171+
<DeviceConfig code={`meters:
6172+
- name: my_grid
6173+
type: template
6174+
template: saj-h1
6175+
usage: grid
6176+
6177+
# Modbus TCP
6178+
modbus: tcpip
6179+
id: 1
6180+
host: 192.0.2.2 # Hostname
6181+
port: 502 # Port
6182+
timeout: 5s # optional`} />
6183+
6184+
6185+
6186+
</TabItem>
6187+
<TabItem value="pv" label="PV">
6188+
6189+
<DeviceConfig code={`meters:
6190+
- name: my_pv
6191+
type: template
6192+
template: saj-h1
6193+
usage: pv
6194+
6195+
# Modbus TCP
6196+
modbus: tcpip
6197+
id: 1
6198+
host: 192.0.2.2 # Hostname
6199+
port: 502 # Port
6200+
timeout: 5s # optional`} />
6201+
6202+
6203+
6204+
</TabItem>
6205+
<TabItem value="battery" label="Batterie">
6206+
6207+
<DeviceConfig code={`meters:
6208+
- name: my_battery
6209+
type: template
6210+
template: saj-h1
6211+
usage: battery
6212+
6213+
# Modbus TCP
6214+
modbus: tcpip
6215+
id: 1
6216+
host: 192.0.2.2 # Hostname
6217+
port: 502 # Port
6218+
timeout: 5s # optional`} advanced={`meters:
6219+
- name: my_battery
6220+
type: template
6221+
template: saj-h1
6222+
usage: battery
6223+
6224+
# Modbus TCP
6225+
modbus: tcpip
6226+
id: 1
6227+
host: 192.0.2.2 # Hostname
6228+
port: 502 # Port
6229+
timeout: 5s # optional
6230+
capacity: 50 # Akkukapazität in kWh (optional)`} />
6231+
6232+
6233+
6234+
</TabItem>
6235+
</Tabs>
6236+
6237+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter -->
6238+
61646239
### H2 Series Hybrid Solar Inverter
61656240
61666241
<DeviceFeatures features="" />

docs/devices/vehicles.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,40 @@ Für die Nutzung des "Tesla Wall Connectors" benötigst du einen öffentlichen C
10271027
10281028
10291029
1030+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/vehicle -->
1031+
1032+
## Toyota
1033+
1034+
Benötigt Toyota Connected Services Account.
1035+
1036+
<DeviceConfig code={`vehicles:
1037+
- name: my_car
1038+
type: template
1039+
template: toyota
1040+
title: # Wird in der Benutzeroberfläche angezeigt (optional)
1041+
capacity: 50 # Akkukapazität in kWh (optional)
1042+
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
1043+
password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)
1044+
vin: JT... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional)`} advanced={`vehicles:
1045+
- name: my_car
1046+
type: template
1047+
template: toyota
1048+
title: # Wird in der Benutzeroberfläche angezeigt (optional)
1049+
capacity: 50 # Akkukapazität in kWh (optional)
1050+
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.)
1051+
password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)
1052+
vin: JT... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional)
1053+
icon: car # Icon in der Benutzeroberfläche (optional)
1054+
phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional)
1055+
mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional)
1056+
minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional)
1057+
maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional)
1058+
identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional)
1059+
priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)
1060+
cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional)`} />
1061+
1062+
1063+
10301064
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/vehicle -->
10311065
10321066
## Volkswagen We Connect ID

docs/tariffs.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ Eine Anzeige der Daten im UI und Berücksichtigung in der [Ladeplanung](/docs/fe
612612
dec: 25 # 0 = horizontal, 90 = vertikal
613613
az: 180 # -180 = Norden, -90 = Osten, 0 = Süden, 90 = Westen, 180 = Norden
614614
kwp: 9.8
615+
horizon: '0,0,15,30,45,60,60,60,45,30,15,0' # Simuliert Verschattung durch Gelände, [mehr Informationen](https://doc.forecast.solar/horizon) (optional)
615616
apikey: # optional`} />
616617

617618

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

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2155,6 +2155,66 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must
21552155
21562156
21572157
2158+
<SponsorshipRequired />
2159+
2160+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
2161+
2162+
### eMobility Gateway (ACU)
2163+
2164+
<DeviceFeatures features="rfid" />
2165+
2166+
To configure, open the web interface of the ACU.
2167+
Setup, Backend, Communication Protocol: Open Charge Point Protocol v1.6J
2168+
Setup, Backend, Backend Server: The evcc URL `ws://<evcc-address>:8887/` must be entered here. Basic Authentication: Disabled. OCPP 1.6 Settings: Enable all options.
2169+
2170+
<DeviceConfig code={`chargers:
2171+
- name: my_charger
2172+
type: template
2173+
template: ocpp-mennekes-acu
2174+
stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://<evcc-address>:8887/<stationid>. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers:
2175+
- name: my_charger
2176+
type: template
2177+
template: ocpp-mennekes-acu
2178+
stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://<evcc-address>:8887/<stationid>. Most charging stations automatically add the ID internally. (optional)
2179+
connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional)
2180+
remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional)
2181+
idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional)
2182+
connecttimeout: 5m # optional
2183+
meterinterval: 10s # optional
2184+
metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} />
2185+
2186+
2187+
2188+
<SponsorshipRequired />
2189+
2190+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
2191+
2192+
### Smart, Smart T (ACU)
2193+
2194+
<DeviceFeatures features="rfid" />
2195+
2196+
To configure, open the web interface of the ACU.
2197+
Setup, Backend, Communication Protocol: Open Charge Point Protocol v1.6J
2198+
Setup, Backend, Backend Server: The evcc URL `ws://<evcc-address>:8887/` must be entered here. Basic Authentication: Disabled. OCPP 1.6 Settings: Enable all options.
2199+
2200+
<DeviceConfig code={`chargers:
2201+
- name: my_charger
2202+
type: template
2203+
template: ocpp-mennekes-acu
2204+
stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://<evcc-address>:8887/<stationid>. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers:
2205+
- name: my_charger
2206+
type: template
2207+
template: ocpp-mennekes-acu
2208+
stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://<evcc-address>:8887/<stationid>. Most charging stations automatically add the ID internally. (optional)
2209+
connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional)
2210+
remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional)
2211+
idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional)
2212+
connecttimeout: 5m # optional
2213+
meterinterval: 10s # optional
2214+
metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} />
2215+
2216+
2217+
21582218
<SponsorshipRequired />
21592219
21602220
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
@@ -2944,7 +3004,7 @@ Important: A mostly flawless functionality can only be provided with an external
29443004
29453005
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
29463006
2947-
## SMA EV Charger
3007+
## SMA EV Charger, eCharger
29483008
29493009
<DeviceFeatures features="mA" />
29503010

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

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6162,6 +6162,81 @@ The QCells hybrid inverter has to be registered in the QCellsCloud.
61626162
61636163
## SAJ
61646164
6165+
### H1 Series Hybrid Solar Inverter
6166+
6167+
<DeviceFeatures features="" />
6168+
6169+
<Tabs>
6170+
<TabItem value="grid" label="Grid" default>
6171+
6172+
<DeviceConfig code={`meters:
6173+
- name: my_grid
6174+
type: template
6175+
template: saj-h1
6176+
usage: grid
6177+
6178+
# Modbus TCP
6179+
modbus: tcpip
6180+
id: 1
6181+
host: 192.0.2.2 # Hostname
6182+
port: 502 # Port
6183+
timeout: 5s # optional`} />
6184+
6185+
6186+
6187+
</TabItem>
6188+
<TabItem value="pv" label="PV">
6189+
6190+
<DeviceConfig code={`meters:
6191+
- name: my_pv
6192+
type: template
6193+
template: saj-h1
6194+
usage: pv
6195+
6196+
# Modbus TCP
6197+
modbus: tcpip
6198+
id: 1
6199+
host: 192.0.2.2 # Hostname
6200+
port: 502 # Port
6201+
timeout: 5s # optional`} />
6202+
6203+
6204+
6205+
</TabItem>
6206+
<TabItem value="battery" label="Battery">
6207+
6208+
<DeviceConfig code={`meters:
6209+
- name: my_battery
6210+
type: template
6211+
template: saj-h1
6212+
usage: battery
6213+
6214+
# Modbus TCP
6215+
modbus: tcpip
6216+
id: 1
6217+
host: 192.0.2.2 # Hostname
6218+
port: 502 # Port
6219+
timeout: 5s # optional`} advanced={`meters:
6220+
- name: my_battery
6221+
type: template
6222+
template: saj-h1
6223+
usage: battery
6224+
6225+
# Modbus TCP
6226+
modbus: tcpip
6227+
id: 1
6228+
host: 192.0.2.2 # Hostname
6229+
port: 502 # Port
6230+
timeout: 5s # optional
6231+
capacity: 50 # Battery capacity in kWh (optional)`} />
6232+
6233+
6234+
6235+
</TabItem>
6236+
</Tabs>
6237+
6238+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter -->
6239+
61656240
### H2 Series Hybrid Solar Inverter
61666241
61676242
<DeviceFeatures features="" />

0 commit comments

Comments
 (0)