Enphase IQ Envoy
Einsatzbereiche
- Netzzähler
- PV-Produktion
- Batterie
Parameter
| Name | Beschreibung | Wert | Stufe |
|---|---|---|---|
host | IP-Adresse oder Hostname | optional | |
token | Token Ab Envoy Firmware D7.x.xxx notwendig. Token ist ein Jahr gültig. Anleitung (Obtaining a token via web UI): enphase.com | optional | |
capacity [kWh] | Akkukapazität | optional | |
minsoc [%] | Minimaler Ladestand Untere Grenze beim Entladen der Batterie im normalen Betrieb | optional | |
maxsoc [%] | Maximaler Ladestand Oberes Limit beim Laden der Batterie aus dem Netz | optional | |
schema | Schema | erweitert | |
battery_type | Enphase Batterietyp (AC oder IQ) Wähle 'iq' falls die neuere 'IQ Battery' Generation installiert ist. Standardeinstellung 'ac' für die ältere 'AC Battery' Generation. | erweitert | |
maxchargepower [W] | Maximale Ladeleistung Für erzwungenes Laden des Speichers. | erweitert | |
maxdischargepower [W] | Maximale Entladeleistung Maximale Entladeleistung des Speichers. | erweitert | |
cache | Cache Zeitintervall für erneute Datenabfrage | erweitert | |
timeout | Zeitüberschreitung | erweitert |
Konfigurationsbeispiel für evcc.yaml
Falls du die Konfiguration nicht über die Oberfläche vornehmen möchtest, kannst du alternativ diesen YAML-Block verwenden.
meters: - name: my_grid type: template template: enphase usage: grid host: 192.0.2.2 # IP-Adresse oder Hostname token: # Token, Ab Envoy Firmware D7.x.xxx notwendig. Token ist ein Jahr gültig. Anleitung (Obtaining a token via web UI): [enphase.com](https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication) (optional) schema: https # Schema, [https, http] (optional) battery_type: ac # Enphase Batterietyp (AC oder IQ), Wähle 'iq' falls die neuere 'IQ Battery' Generation installiert ist. Standardeinstellung 'ac' für die ältere 'AC Battery' Generation. [ac, iq] (optional) cache: 1s # Cache, Zeitintervall für erneute Datenabfrage (optional) timeout: 10s # Zeitüberschreitung, optionalmeters: - name: my_pv type: template template: enphase usage: pv host: 192.0.2.2 # IP-Adresse oder Hostname token: # Token, Ab Envoy Firmware D7.x.xxx notwendig. Token ist ein Jahr gültig. Anleitung (Obtaining a token via web UI): [enphase.com](https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication) (optional) schema: https # Schema, [https, http] (optional) battery_type: ac # Enphase Batterietyp (AC oder IQ), Wähle 'iq' falls die neuere 'IQ Battery' Generation installiert ist. Standardeinstellung 'ac' für die ältere 'AC Battery' Generation. [ac, iq] (optional) cache: 1s # Cache, Zeitintervall für erneute Datenabfrage (optional) timeout: 10s # Zeitüberschreitung, optionalmeters: - name: my_battery type: template template: enphase usage: battery host: 192.0.2.2 # IP-Adresse oder Hostname token: # Token, Ab Envoy Firmware D7.x.xxx notwendig. Token ist ein Jahr gültig. Anleitung (Obtaining a token via web UI): [enphase.com](https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication) (optional) capacity: 50 # Akkukapazität (kWh), optional minsoc: 25 # Minimaler Ladestand (%), Untere Grenze beim Entladen der Batterie im normalen Betrieb (optional) maxsoc: 95 # Maximaler Ladestand (%), Oberes Limit beim Laden der Batterie aus dem Netz (optional) schema: https # Schema, [https, http] (optional) battery_type: ac # Enphase Batterietyp (AC oder IQ), Wähle 'iq' falls die neuere 'IQ Battery' Generation installiert ist. Standardeinstellung 'ac' für die ältere 'AC Battery' Generation. [ac, iq] (optional) maxchargepower: # Maximale Ladeleistung (W), Für erzwungenes Laden des Speichers. (optional) maxdischargepower: # Maximale Entladeleistung (W), Maximale Entladeleistung des Speichers. (optional) cache: 1s # Cache, Zeitintervall für erneute Datenabfrage (optional) timeout: 10s # Zeitüberschreitung, optional