Skip to content

Commit

Permalink
Templates update evcc-io/evcc@91592bb
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jan 27, 2024
1 parent a9b0ac0 commit 1ad396c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions templates/de/meter/fronius-solarapi-v1_0.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,51 @@
product:
brand: Fronius
description: Solar API V1
capabilities: ["battery-control"]
render:
- usage: grid
default: |
type: template
template: fronius-solarapi-v1
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)
advanced: |
type: template
template: fronius-solarapi-v1
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)
- usage: pv
default: |
type: template
template: fronius-solarapi-v1
usage: pv
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)
advanced: |
type: template
template: fronius-solarapi-v1
usage: pv
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)
- usage: battery
default: |
type: template
template: fronius-solarapi-v1
usage: battery
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)
advanced: |
type: template
template: fronius-solarapi-v1
usage: battery
host: 192.0.2.2 # IP-Adresse oder Hostname
capacity: 50 # Akkukapazität in kWh (optional)
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional)
password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)
13 changes: 13 additions & 0 deletions templates/en/meter/fronius-solarapi-v1_0.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,51 @@
product:
brand: Fronius
description: Solar API V1
capabilities: ["battery-control"]
render:
- usage: grid
default: |
type: template
template: fronius-solarapi-v1
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)
advanced: |
type: template
template: fronius-solarapi-v1
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)
- usage: pv
default: |
type: template
template: fronius-solarapi-v1
usage: pv
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)
advanced: |
type: template
template: fronius-solarapi-v1
usage: pv
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)
- usage: battery
default: |
type: template
template: fronius-solarapi-v1
usage: battery
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)
advanced: |
type: template
template: fronius-solarapi-v1
usage: battery
host: 192.0.2.2 # IP address or hostname
capacity: 50 # Battery capacity in kWh (optional)
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)

0 comments on commit 1ad396c

Please sign in to comment.