Skip to content

Commit b9f4930

Browse files
andiggithub-actions[bot]
authored andcommitted
Generate docs from templates
1 parent 8bc21dc commit b9f4930

File tree

8 files changed

+438
-4
lines changed

8 files changed

+438
-4
lines changed

docs/devices/chargers.mdx

Lines changed: 135 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,6 +1903,32 @@ Den Zugang erfragen Sie bitte beim Hersteller EFR (www.efr.de) oder Ihrem Händl
19031903
19041904
19051905
1906+
<SponsorshipRequired />
1907+
1908+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
1909+
1910+
## Huawei SCharger-7KS-S0 / 22KT-S0
1911+
1912+
<DeviceFeatures features="" />
1913+
1914+
<DeviceConfig code={`chargers:
1915+
- name: my_charger
1916+
type: template
1917+
template: ocpp-huawei
1918+
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:
1919+
- name: my_charger
1920+
type: template
1921+
template: ocpp-huawei
1922+
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)
1923+
connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional)
1924+
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)
1925+
idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional)
1926+
connecttimeout: 5m # optional
1927+
meterinterval: 10s # optional
1928+
metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} />
1929+
1930+
1931+
19061932
<SponsorshipRequired />
19071933
19081934
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
@@ -3987,7 +4013,7 @@ Modus "HEMS activated" muss aktiviert sein. RFID-Tags können durch evcc nur gel
39874013
39884014
## Zaptec Go, Pro
39894015
3990-
<DeviceFeatures features="" />
4016+
<DeviceFeatures features="rfid" />
39914017
39924018
<DeviceConfig code={`chargers:
39934019
- name: my_charger
@@ -4138,10 +4164,81 @@ Die konkrete Konfiguration und der tatsächliche nutzbare Funktionsumfang hänge
41384164

41394165
<SponsorshipRequired />
41404166

4167+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
4168+
4169+
### Tessie
4170+
4171+
<DeviceFeatures features="sponsorfree" />
4172+
4173+
Ladegerät, das über die Tessie-API verbunden ist. Ermöglicht die Steuerung des Ladezustands und die Konfiguration des maximalen Stroms.
4174+
4175+
<DeviceConfig code={`chargers:
4176+
- name: my_charger
4177+
type: template
4178+
template: tessie
4179+
vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind
4180+
token:
4181+
location: tessiehome`} />
4182+
4183+
4184+
41414185
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
41424186

41434187
## Wärmeerzeuger
41444188

4189+
### Bosch Bosch (SG Ready)
4190+
4191+
<DeviceFeatures features="sponsorfree" />
4192+
4193+
<DeviceConfig code={`chargers:
4194+
- name: my_charger
4195+
type: template
4196+
template: emsesp
4197+
host: 192.0.2.2 # IP-Adresse oder Hostname
4198+
token: # optional
4199+
tempsource: # optional`} />
4200+
4201+
4202+
4203+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
4204+
4205+
### Buderus Buderus (SG Ready)
4206+
4207+
<DeviceFeatures features="sponsorfree" />
4208+
4209+
<DeviceConfig code={`chargers:
4210+
- name: my_charger
4211+
type: template
4212+
template: emsesp
4213+
host: 192.0.2.2 # IP-Adresse oder Hostname
4214+
token: # optional
4215+
tempsource: # optional`} />
4216+
4217+
4218+
4219+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
4220+
4221+
### Bösch x-change
4222+
4223+
<DeviceFeatures features="sponsorfree" />
4224+
4225+
<DeviceConfig code={`chargers:
4226+
- name: my_charger
4227+
type: template
4228+
template: kermi
4229+
host: 192.0.2.2 # IP-Adresse oder Hostname
4230+
tempsource: # optional`} advanced={`chargers:
4231+
- name: my_charger
4232+
type: template
4233+
template: kermi
4234+
host: 192.0.2.2 # IP-Adresse oder Hostname
4235+
tempsource: # optional
4236+
watchdog: 60s # optional`} />
4237+
4238+
4239+
4240+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
4241+
41454242
### IDM
41464243

41474244
<DeviceFeatures features="sponsorfree" />
@@ -4160,6 +4257,43 @@ Die konkrete Konfiguration und der tatsächliche nutzbare Funktionsumfang hänge
41604257

41614258

41624259

4260+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
4261+
4262+
### Junkers Junkers (SG Ready)
4263+
4264+
<DeviceFeatures features="sponsorfree" />
4265+
4266+
<DeviceConfig code={`chargers:
4267+
- name: my_charger
4268+
type: template
4269+
template: emsesp
4270+
host: 192.0.2.2 # IP-Adresse oder Hostname
4271+
token: # optional
4272+
tempsource: # optional`} />
4273+
4274+
4275+
4276+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
4277+
4278+
### Kermi x-center pro
4279+
4280+
<DeviceFeatures features="sponsorfree" />
4281+
4282+
<DeviceConfig code={`chargers:
4283+
- name: my_charger
4284+
type: template
4285+
template: kermi
4286+
host: 192.0.2.2 # IP-Adresse oder Hostname
4287+
tempsource: # optional`} advanced={`chargers:
4288+
- name: my_charger
4289+
type: template
4290+
template: kermi
4291+
host: 192.0.2.2 # IP-Adresse oder Hostname
4292+
tempsource: # optional
4293+
watchdog: 60s # optional`} />
4294+
4295+
4296+
41634297
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/charger -->
41644298

41654299
### Lambda EU-L Serie

docs/devices/heating.mdx

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,53 @@ Dein Heizstab muss immer eine eigene Temperaturbegrenzung mitbringen, die bei ei
171171

172172
## Wärmeerzeuger
173173

174+
### Bosch Bosch (SG Ready)
175+
176+
<DeviceConfig code={`chargers:
177+
- name: my_heating
178+
type: template
179+
template: emsesp
180+
host: 192.0.2.2 # IP-Adresse oder Hostname
181+
token: # optional
182+
tempsource: # optional`} />
183+
184+
185+
186+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/heating -->
187+
188+
### Buderus Buderus (SG Ready)
189+
190+
<DeviceConfig code={`chargers:
191+
- name: my_heating
192+
type: template
193+
template: emsesp
194+
host: 192.0.2.2 # IP-Adresse oder Hostname
195+
token: # optional
196+
tempsource: # optional`} />
197+
198+
199+
200+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/heating -->
201+
202+
### Bösch x-change
203+
204+
<DeviceConfig code={`chargers:
205+
- name: my_heating
206+
type: template
207+
template: kermi
208+
host: 192.0.2.2 # IP-Adresse oder Hostname
209+
tempsource: # optional`} advanced={`chargers:
210+
- name: my_heating
211+
type: template
212+
template: kermi
213+
host: 192.0.2.2 # IP-Adresse oder Hostname
214+
tempsource: # optional
215+
watchdog: 60s # optional`} />
216+
217+
218+
219+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/heating -->
220+
174221
### IDM
175222

176223
<DeviceConfig code={`chargers:
@@ -187,6 +234,39 @@ Dein Heizstab muss immer eine eigene Temperaturbegrenzung mitbringen, die bei ei
187234

188235

189236

237+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/heating -->
238+
239+
### Junkers Junkers (SG Ready)
240+
241+
<DeviceConfig code={`chargers:
242+
- name: my_heating
243+
type: template
244+
template: emsesp
245+
host: 192.0.2.2 # IP-Adresse oder Hostname
246+
token: # optional
247+
tempsource: # optional`} />
248+
249+
250+
251+
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/heating -->
252+
253+
### Kermi x-center pro
254+
255+
<DeviceConfig code={`chargers:
256+
- name: my_heating
257+
type: template
258+
template: kermi
259+
host: 192.0.2.2 # IP-Adresse oder Hostname
260+
tempsource: # optional`} advanced={`chargers:
261+
- name: my_heating
262+
type: template
263+
template: kermi
264+
host: 192.0.2.2 # IP-Adresse oder Hostname
265+
tempsource: # optional
266+
watchdog: 60s # optional`} />
267+
268+
269+
190270
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/heating -->
191271

192272
### Lambda EU-L Serie

docs/devices/meters.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5440,6 +5440,8 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos
54405440
54415441
<DeviceFeatures features="battery-control" />
54425442
5443+
Um die Batteriesteuerung zu nutzen, wird eine Firmwareversionen größer gleich 10.05.7433 / R2155 benötigt
5444+
54435445
<Tabs>
54445446
<TabItem value="grid" label="Netz" default>
54455447

docs/tariffs.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ Das Plugin wird einmal pro Stunde aktualisiert.
311311
provider:
312312
charges: # Zusätzlicher fester Aufschlag pro kWh (z.B. 0.05 für 5 Cent) (optional)
313313
tax: # Zusätzlicher prozentualer Aufschlag (z.B. 0.2 für 20%) (optional)
314-
formula: math.Max((price + charges) * (1 + tax), 0.0) # Individuelle Formel zur Berechnung des Preises (optional)`} />
314+
formula: math.Max((price + charges) * (1 + tax), 0.0) # Individuelle Formel zur Berechnung des Preises (optional)
315+
interval: 3h # optional`} />
315316

316317

317318

0 commit comments

Comments
 (0)