Skip to content

Commit

Permalink
Templates update evcc-io/evcc@ea2fe72
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Nov 26, 2023
1 parent 6c34d26 commit 23ef0a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/de/meter/solaredge-hybrid_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ product:
description: Hybrid Inverter
description: |
Nur ein System kann und darf auf den Wechselrichter zugreifen!
Für die optionale Batteriesteuerung muss StorageConf_CtrlMode (0xE004) auf 4 "Remote" stehen.
render:
- usage: grid
default: |
Expand Down Expand Up @@ -53,6 +55,7 @@ render:
host: 192.0.2.2 # Hostname
port: 1502 # Port
timeout: 10s # optional
watchdog: 60s # optional
- usage: pv
default: |
type: template
Expand Down Expand Up @@ -102,6 +105,7 @@ render:
host: 192.0.2.2 # Hostname
port: 1502 # Port
timeout: 10s # optional
watchdog: 60s # optional
- usage: battery
default: |
type: template
Expand Down Expand Up @@ -152,3 +156,4 @@ render:
port: 1502 # Port
timeout: 10s # optional
capacity: 50 # Akkukapazität in kWh (optional)
watchdog: 60s # optional
5 changes: 5 additions & 0 deletions templates/en/meter/solaredge-hybrid_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ product:
description: Hybrid Inverter
description: |
Only one system may access the inverter!
For optional battery control, StorageConf_CtrlMode (0xE004) must be at 4 "Remote".
render:
- usage: grid
default: |
Expand Down Expand Up @@ -53,6 +55,7 @@ render:
host: 192.0.2.2 # Hostname
port: 1502 # Port
timeout: 10s # optional
watchdog: 60s # optional
- usage: pv
default: |
type: template
Expand Down Expand Up @@ -102,6 +105,7 @@ render:
host: 192.0.2.2 # Hostname
port: 1502 # Port
timeout: 10s # optional
watchdog: 60s # optional
- usage: battery
default: |
type: template
Expand Down Expand Up @@ -152,3 +156,4 @@ render:
port: 1502 # Port
timeout: 10s # optional
capacity: 50 # Battery capacity in kWh (optional)
watchdog: 60s # optional

0 comments on commit 23ef0a5

Please sign in to comment.