Skip to content

Commit

Permalink
Templates update for nightly evcc-io/evcc@4b51a30
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Oct 30, 2024
1 parent bbc4285 commit cddcb9c
Show file tree
Hide file tree
Showing 8 changed files with 170 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/nightly/de/meter/openems_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ render:
usage: pv
host: 192.0.2.2 # IP-Adresse oder Hostname
password: user # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)
maxacpower: 0 # Maximale AC Leistung des Hybrid-Wechselrichters (optional)
- usage: battery
default: |
type: template
Expand Down
1 change: 1 addition & 0 deletions templates/nightly/de/meter/openems_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ render:
usage: pv
host: 192.0.2.2 # IP-Adresse oder Hostname
password: user # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)
maxacpower: 0 # Maximale AC Leistung des Hybrid-Wechselrichters (optional)
- usage: battery
default: |
type: template
Expand Down
71 changes: 71 additions & 0 deletions templates/nightly/de/meter/siemens-junelight_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
product:
brand: Siemens
description: Junelight Smart Battery
description: |
Die Batterie muss mit dem Installer Zugang auf Loxone gestellt werden.
render:
- usage: grid
default: |
type: template
template: siemens-junelight
usage: grid
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
advanced: |
type: template
template: siemens-junelight
usage: grid
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
- usage: pv
default: |
type: template
template: siemens-junelight
usage: pv
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
advanced: |
type: template
template: siemens-junelight
usage: pv
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
- usage: battery
default: |
type: template
template: siemens-junelight
usage: battery
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
advanced: |
type: template
template: siemens-junelight
usage: battery
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
capacity: 50 # Akkukapazität in kWh (optional)
12 changes: 12 additions & 0 deletions templates/nightly/de/tariff/spottyenergy_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
product:
brand: Spotty Energie
group: Dynamischer Strompreis
description: |
Nur für Österreich verfügbar.
render:
- default: |
type: template
template: spottyenergy
contractId: ffffffff-4444-6666-2222-aaaaaabbbbbb # Die Vertragsnummer bekommst du im Kundenportal https://i.spottyenergie.at/
charges: # Zusätzlicher fester Aufschlag pro kWh (z.B. 0.05 für 5 Cent) (optional)
tax: # Zusätzlicher prozentualer Aufschlag (z.B. 0.2 für 20%) (optional)
1 change: 1 addition & 0 deletions templates/nightly/en/meter/openems_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ render:
usage: pv
host: 192.0.2.2 # IP address or hostname
password: user # Password of the user account (use single quotes in case of leading zeros) (optional)
maxacpower: 0 # Maximum AC power of the hybrid inverter (optional)
- usage: battery
default: |
type: template
Expand Down
1 change: 1 addition & 0 deletions templates/nightly/en/meter/openems_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ render:
usage: pv
host: 192.0.2.2 # IP address or hostname
password: user # Password of the user account (use single quotes in case of leading zeros) (optional)
maxacpower: 0 # Maximum AC power of the hybrid inverter (optional)
- usage: battery
default: |
type: template
Expand Down
71 changes: 71 additions & 0 deletions templates/nightly/en/meter/siemens-junelight_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
product:
brand: Siemens
description: Junelight Smart Battery
description: |
The battery has to be set to Loxone with the installer account.
render:
- usage: grid
default: |
type: template
template: siemens-junelight
usage: grid
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
advanced: |
type: template
template: siemens-junelight
usage: grid
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
- usage: pv
default: |
type: template
template: siemens-junelight
usage: pv
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
advanced: |
type: template
template: siemens-junelight
usage: pv
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
- usage: battery
default: |
type: template
template: siemens-junelight
usage: battery
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
advanced: |
type: template
template: siemens-junelight
usage: battery
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
capacity: 50 # Battery capacity in kWh (optional)
12 changes: 12 additions & 0 deletions templates/nightly/en/tariff/spottyenergy_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
product:
brand: Spotty Energie
group: Dynamic electricity price
description: |
Only available for Austria.
render:
- default: |
type: template
template: spottyenergy
contractId: ffffffff-4444-6666-2222-aaaaaabbbbbb # You can get your contract id from the customer portal https://i.spottyenergie.at/
charges: # Additional fixed charge per kWh (e.g. 0.05 for 5 cents) (optional)
tax: # Additional percentage charge (e.g. 0.2 for 20%) (optional)

0 comments on commit cddcb9c

Please sign in to comment.