-
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 nightly evcc-io/evcc@6c9ae85
- Loading branch information
Showing
4 changed files
with
100 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
product: | ||
brand: QCells | ||
description: Hybrid-Wechselrichter (Cloud) | ||
description: | | ||
Der QCells Hybrid-Wechselrichter muss in der QCellsCloud angemeldet sein. | ||
**Achtung**: Die Werte können nur alle 150s abgerufen werden und dann auch 5 Minuten alt sein. Die Laderegelung nach PV kann hiermit nicht optimal gesteuert werden! Nur als Notfalloption nutzen wenn kein lokaler Zugriff möglich ist. | ||
render: | ||
- usage: grid | ||
default: | | ||
type: template | ||
template: qcells-hybrid-cloud | ||
usage: grid | ||
tokenid: # Von https://qhome-ess-g3.q-cells.eu/#/api/ den Wert von "ObtaintokenID" hier eintragen. | ||
serial: # Von https://qhome-ess-g3.q-cells.eu/blue/#/inverter die Registriernummer hier eintragen. | ||
advanced: | | ||
type: template | ||
template: qcells-hybrid-cloud | ||
usage: grid | ||
tokenid: # Von https://qhome-ess-g3.q-cells.eu/#/api/ den Wert von "ObtaintokenID" hier eintragen. | ||
serial: # Von https://qhome-ess-g3.q-cells.eu/blue/#/inverter die Registriernummer hier eintragen. | ||
- usage: pv | ||
default: | | ||
type: template | ||
template: qcells-hybrid-cloud | ||
usage: pv | ||
tokenid: # Von https://qhome-ess-g3.q-cells.eu/#/api/ den Wert von "ObtaintokenID" hier eintragen. | ||
serial: # Von https://qhome-ess-g3.q-cells.eu/blue/#/inverter die Registriernummer hier eintragen. | ||
advanced: | | ||
type: template | ||
template: qcells-hybrid-cloud | ||
usage: pv | ||
tokenid: # Von https://qhome-ess-g3.q-cells.eu/#/api/ den Wert von "ObtaintokenID" hier eintragen. | ||
serial: # Von https://qhome-ess-g3.q-cells.eu/blue/#/inverter die Registriernummer hier eintragen. | ||
- usage: battery | ||
default: | | ||
type: template | ||
template: qcells-hybrid-cloud | ||
usage: battery | ||
tokenid: # Von https://qhome-ess-g3.q-cells.eu/#/api/ den Wert von "ObtaintokenID" hier eintragen. | ||
serial: # Von https://qhome-ess-g3.q-cells.eu/blue/#/inverter die Registriernummer hier eintragen. | ||
advanced: | | ||
type: template | ||
template: qcells-hybrid-cloud | ||
usage: battery | ||
tokenid: # Von https://qhome-ess-g3.q-cells.eu/#/api/ den Wert von "ObtaintokenID" hier eintragen. | ||
serial: # Von https://qhome-ess-g3.q-cells.eu/blue/#/inverter die Registriernummer hier eintragen. | ||
capacity: 50 # Akkukapazität in kWh (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 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,49 @@ | ||
product: | ||
brand: QCells | ||
description: Hybrid-Inverter (Cloud) | ||
description: | | ||
The QCells hybrid inverter has to be registered in the QCellsCloud. | ||
**Attention**: Values can only be fetched every 150s and then also can be 5 minutes old. Charging by PV will not be optimal because of this! Only use as fallback if no local access is available. | ||
render: | ||
- usage: grid | ||
default: | | ||
type: template | ||
template: qcells-hybrid-cloud | ||
usage: grid | ||
tokenid: # Go to https://qhome-ess-g3.q-cells.eu/#/api/ and take the value of "ObtaintokenID". | ||
serial: # Go to https://qhome-ess-g3.q-cells.eu/blue/#/inverter and take the value of registration number. | ||
advanced: | | ||
type: template | ||
template: qcells-hybrid-cloud | ||
usage: grid | ||
tokenid: # Go to https://qhome-ess-g3.q-cells.eu/#/api/ and take the value of "ObtaintokenID". | ||
serial: # Go to https://qhome-ess-g3.q-cells.eu/blue/#/inverter and take the value of registration number. | ||
- usage: pv | ||
default: | | ||
type: template | ||
template: qcells-hybrid-cloud | ||
usage: pv | ||
tokenid: # Go to https://qhome-ess-g3.q-cells.eu/#/api/ and take the value of "ObtaintokenID". | ||
serial: # Go to https://qhome-ess-g3.q-cells.eu/blue/#/inverter and take the value of registration number. | ||
advanced: | | ||
type: template | ||
template: qcells-hybrid-cloud | ||
usage: pv | ||
tokenid: # Go to https://qhome-ess-g3.q-cells.eu/#/api/ and take the value of "ObtaintokenID". | ||
serial: # Go to https://qhome-ess-g3.q-cells.eu/blue/#/inverter and take the value of registration number. | ||
- usage: battery | ||
default: | | ||
type: template | ||
template: qcells-hybrid-cloud | ||
usage: battery | ||
tokenid: # Go to https://qhome-ess-g3.q-cells.eu/#/api/ and take the value of "ObtaintokenID". | ||
serial: # Go to https://qhome-ess-g3.q-cells.eu/blue/#/inverter and take the value of registration number. | ||
advanced: | | ||
type: template | ||
template: qcells-hybrid-cloud | ||
usage: battery | ||
tokenid: # Go to https://qhome-ess-g3.q-cells.eu/#/api/ and take the value of "ObtaintokenID". | ||
serial: # Go to https://qhome-ess-g3.q-cells.eu/blue/#/inverter and take the value of registration number. | ||
capacity: 50 # Battery capacity in kWh (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