-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
066a4ac
commit 52d169f
Showing
4 changed files
with
240 additions
and
20 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 |
---|---|---|
|
@@ -5256,6 +5256,65 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int | |
</TabItem> | ||
</Tabs> | ||
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter --> | ||
## QCells Hybrid-Wechselrichter (Cloud) | ||
<DeviceFeatures features="" /> | ||
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. | ||
<Tabs> | ||
<TabItem value="grid" label="Netz" default> | ||
<DeviceConfig code={`meters: | ||
- name: my_grid | ||
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.`} /> | ||
</TabItem> | ||
<TabItem value="pv" label="PV"> | ||
<DeviceConfig code={`meters: | ||
- name: my_pv | ||
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.`} /> | ||
</TabItem> | ||
<TabItem value="battery" label="Batterie"> | ||
<DeviceConfig code={`meters: | ||
- name: my_battery | ||
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={`meters: | ||
- name: my_battery | ||
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)`} /> | ||
</TabItem> | ||
</Tabs> | ||
|
@@ -6380,7 +6439,8 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio | |
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
capacity: 50 # Akkukapazität in kWh (optional) | ||
watchdog: 30s # optional`} /> | ||
watchdog: 30s # optional | ||
chargepower: 100000 # Ladeleistung für Netzladen in W (optional)`} /> | ||
|
@@ -10548,7 +10608,7 @@ Zur Erfassung der PV-Produktion wird ein extern angebundenener S0-Erzeugungszäh | |
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter --> | ||
## Zendure Hyper V | ||
## Zendure Hyper 2000 | ||
<DeviceFeatures features="skiptest" /> | ||
|
@@ -10560,8 +10620,9 @@ Zur Erfassung der PV-Produktion wird ein extern angebundenener S0-Erzeugungszäh | |
type: template | ||
template: zendure | ||
usage: pv | ||
account: # optional | ||
serial: # optional | ||
account: [email protected] | ||
serial: VU5D99F74021B04 # Zu finden in der Zendure App in den Einstellungen des Geräts | ||
region: EU # optional | ||
timeout: 10s # optional`} /> | ||
|
@@ -10574,15 +10635,17 @@ Zur Erfassung der PV-Produktion wird ein extern angebundenener S0-Erzeugungszäh | |
type: template | ||
template: zendure | ||
usage: battery | ||
account: # optional | ||
serial: # optional | ||
account: [email protected] | ||
serial: VU5D99F74021B04 # Zu finden in der Zendure App in den Einstellungen des Geräts | ||
region: EU # optional | ||
timeout: 10s # optional`} advanced={`meters: | ||
- name: my_battery | ||
type: template | ||
template: zendure | ||
usage: battery | ||
account: # optional | ||
serial: # optional | ||
account: [email protected] | ||
serial: VU5D99F74021B04 # Zu finden in der Zendure App in den Einstellungen des Geräts | ||
region: EU # optional | ||
timeout: 10s # optional | ||
capacity: 2 # Akkukapazität in kWh (optional)`} /> | ||
|
@@ -11391,12 +11454,27 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. | |
|
||
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter --> | ||
|
||
### Shelly 1PM, EM, Plug S | ||
### Shelly 1PM, EM, Plug S, Pro 3EM in monophase mode | ||
|
||
<DeviceFeatures features="" /> | ||
|
||
<Tabs> | ||
<TabItem value="pv" label="PV" default> | ||
<TabItem value="grid" label="Netz" default> | ||
|
||
<DeviceConfig code={`meters: | ||
- name: my_grid | ||
type: template | ||
template: shelly-1pm | ||
usage: grid | ||
host: 192.0.2.2 # IP-Adresse oder Hostname | ||
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) | ||
password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) | ||
channel: 0 # optional`} /> | ||
|
||
|
||
|
||
</TabItem> | ||
<TabItem value="pv" label="PV"> | ||
|
||
<DeviceConfig code={`meters: | ||
- name: my_pv | ||
|
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 |
---|---|---|
|
@@ -5257,6 +5257,65 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` | |
</TabItem> | ||
</Tabs> | ||
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter --> | ||
## QCells Hybrid-Inverter (Cloud) | ||
<DeviceFeatures features="" /> | ||
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. | ||
<Tabs> | ||
<TabItem value="grid" label="Netz" default> | ||
<DeviceConfig code={`meters: | ||
- name: my_grid | ||
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.`} /> | ||
</TabItem> | ||
<TabItem value="pv" label="PV"> | ||
<DeviceConfig code={`meters: | ||
- name: my_pv | ||
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.`} /> | ||
</TabItem> | ||
<TabItem value="battery" label="Batterie"> | ||
<DeviceConfig code={`meters: | ||
- name: my_battery | ||
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={`meters: | ||
- name: my_battery | ||
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)`} /> | ||
</TabItem> | ||
</Tabs> | ||
|
@@ -6423,7 +6482,8 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server | |
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
capacity: 50 # Battery capacity in kWh (optional) | ||
watchdog: 30s # optional`} /> | ||
watchdog: 30s # optional | ||
chargepower: 100000 # Charging power for grid charging in W (optional)`} /> | ||
|
@@ -10549,7 +10609,7 @@ An externally connected S0 generation meter is required to record the solar prod | |
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter --> | ||
## Zendure Hyper V | ||
## Zendure Hyper 2000 | ||
<DeviceFeatures features="skiptest" /> | ||
|
@@ -10561,8 +10621,9 @@ An externally connected S0 generation meter is required to record the solar prod | |
type: template | ||
template: zendure | ||
usage: pv | ||
account: # optional | ||
serial: # optional | ||
account: [email protected] | ||
serial: VU5D99F74021B04 # You can find this in the Zendure App in the settings of the device | ||
region: EU # optional | ||
timeout: 10s # optional`} /> | ||
|
@@ -10575,15 +10636,17 @@ An externally connected S0 generation meter is required to record the solar prod | |
type: template | ||
template: zendure | ||
usage: battery | ||
account: # optional | ||
serial: # optional | ||
account: [email protected] | ||
serial: VU5D99F74021B04 # You can find this in the Zendure App in the settings of the device | ||
region: EU # optional | ||
timeout: 10s # optional`} advanced={`meters: | ||
- name: my_battery | ||
type: template | ||
template: zendure | ||
usage: battery | ||
account: # optional | ||
serial: # optional | ||
account: [email protected] | ||
serial: VU5D99F74021B04 # You can find this in the Zendure App in the settings of the device | ||
region: EU # optional | ||
timeout: 10s # optional | ||
capacity: 2 # Battery capacity in kWh (optional)`} /> | ||
|
@@ -11392,12 +11455,27 @@ For demonstration purposes. Meter with a fixed set of values. | |
|
||
<!-- AUTO-GENERATED FROM TEMPLATE - PLEASE EDIT HERE https://github.com/evcc-io/evcc/tree/master/templates/definition/meter --> | ||
|
||
### Shelly 1PM, EM, Plug S | ||
### Shelly 1PM, EM, Plug S, Pro 3EM in monophase mode | ||
|
||
<DeviceFeatures features="" /> | ||
|
||
<Tabs> | ||
<TabItem value="pv" label="PV" default> | ||
<TabItem value="grid" label="Netz" default> | ||
|
||
<DeviceConfig code={`meters: | ||
- name: my_grid | ||
type: template | ||
template: shelly-1pm | ||
usage: grid | ||
host: 192.0.2.2 # IP address or hostname | ||
user: # User account (e.g. email address, user id, etc.) (optional) | ||
password: # Password of the user account (use single quotes in case of leading zeros) (optional) | ||
channel: 0 # optional`} /> | ||
|
||
|
||
|
||
</TabItem> | ||
<TabItem value="pv" label="PV"> | ||
|
||
<DeviceConfig code={`meters: | ||
- name: my_pv | ||
|
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