-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Templates update for release evcc-io/evcc@a804a77
- Loading branch information
Showing
10 changed files
with
84 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
product: | ||
brand: Electricity Maps | ||
description: Free API | ||
group: CO₂ Vorhersage | ||
requirements: ["skiptest"] | ||
description: | | ||
CO₂-Daten für viele Länder von https://electricitymaps.com/. Der 'Free Personal Tier' beinhaltet leider keine Prognosedaten. Dafür benötigst du einen kommerziellen Account von https://api-portal.electricitymaps.com/. Kostenloser Testmonat verfügbar. | ||
render: | ||
- default: | | ||
type: template | ||
template: electricitymaps-free | ||
token: | ||
zone: DE # siehe https://api.electricitymap.org/v3/zones |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
product: | ||
description: volvo2mqtt | ||
group: Generische Unterstützung | ||
description: | | ||
Erforderlich ist eine konfigurierte MQTT Broker-Konfiguration und eine volvo2mqtt-Installation https://github.com/Dielee/volvo2mqtt. | ||
render: | ||
- default: | | ||
type: template | ||
template: volvo2mqtt | ||
title: # Wird in der Benutzeroberfläche angezeigt (optional) | ||
vin: W... # Erforderlich | ||
capacity: 50 # Akkukapazität in kWh (optional) | ||
timeout: 720h # optional | ||
advanced: | | ||
type: template | ||
template: volvo2mqtt | ||
title: # Wird in der Benutzeroberfläche angezeigt (optional) | ||
vin: W... # Erforderlich | ||
capacity: 50 # Akkukapazität in kWh (optional) | ||
timeout: 720h # optional | ||
icon: car # Icon in der Benutzeroberfläche (optional) | ||
phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) | ||
mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) | ||
minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) | ||
maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) | ||
identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) | ||
priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
product: | ||
brand: Electricity Maps | ||
description: Free API | ||
group: CO₂ forecast | ||
requirements: ["skiptest"] | ||
description: | | ||
CO₂ data for many countries from https://electricitymaps.com/. The 'Free Personal Tier' unfortunately does not include forecast data. You'll need a commercial account from https://api-portal.electricitymaps.com/. Free trial available. | ||
render: | ||
- default: | | ||
type: template | ||
template: electricitymaps-free | ||
token: | ||
zone: DE # see https://api.electricitymap.org/v3/zones |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
product: | ||
description: volvo2mqtt | ||
group: Generic support | ||
description: | | ||
Requires MQTT broker configuration and a volvo2mqtt installation https://github.com/Dielee/volvo2mqtt | ||
render: | ||
- default: | | ||
type: template | ||
template: volvo2mqtt | ||
title: # Will be displayed in the user interface (optional) | ||
vin: W... # Required | ||
capacity: 50 # Battery capacity in kWh (optional) | ||
timeout: 720h # optional | ||
advanced: | | ||
type: template | ||
template: volvo2mqtt | ||
title: # Will be displayed in the user interface (optional) | ||
vin: W... # Required | ||
capacity: 50 # Battery capacity in kWh (optional) | ||
timeout: 720h # optional | ||
icon: car # Icon as shown in user interface (optional) | ||
phases: 3 # The maximum number of phases which can be used (optional) | ||
mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) | ||
minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) | ||
maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) | ||
identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) | ||
priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional) |