Skip to content

Commit

Permalink
Templates update for nightly evcc-io/evcc@7bcebe7
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Sep 9, 2024
1 parent 093b033 commit 058eaae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion templates/nightly/de/meter/sonnenbatterie_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ product:
capabilities: ["battery-control"]
description: |
Für die aktive Batteriesteuerung muss über das Webinterface der sonnenBatterie (unter Software-Integration) das "JSON Write API" aktiviert und das dort generierte API-Token in der Batteriekonfiguration unter `token` eingetragen werden.
Netzladen ist nicht implementiert.
Die Leistung für das Netzladen kann an die Wechselrichterleistung der sonnenBatterie über den Parameter `chargepower` angepasst werden.
render:
- usage: grid
Expand Down Expand Up @@ -49,3 +49,4 @@ render:
port: 8080 # Port (optional)
token: # API Token (benötigt für aktive Batteriesteuerung) (optional)
capacity: 50 # Akkukapazität in kWh (optional)
chargepower: 3300 # Ladeleistung für Netzladen in W (optional)
3 changes: 2 additions & 1 deletion templates/nightly/en/meter/sonnenbatterie_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ product:
capabilities: ["battery-control"]
description: |
For active battery control, the "JSON Write API" must be activated via the sonnenBatterie web interface (under Software-Integration) and the API token generated there must be entered in the battery configuration under `token`.
Grid charging is not implemented.
The power for grid charging can be adapted to the inverter power of the sonnenBatterie via the `chargepower` parameter.
render:
- usage: grid
Expand Down Expand Up @@ -49,3 +49,4 @@ render:
port: 8080 # Port (optional)
token: # API Token (required for active battery control) (optional)
capacity: 50 # Battery capacity in kWh (optional)
chargepower: 3300 # Charging power for grid charging in W (optional)

0 comments on commit 058eaae

Please sign in to comment.