Skip to content

Commit

Permalink
Templates update evcc-io/evcc@bceed3b
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Oct 26, 2023
1 parent 1f131a7 commit 9734265
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 6 deletions.
6 changes: 3 additions & 3 deletions templates/de/charger/openwb-2.0_0.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
product:
brand: openWB
description: series2 (Software 2)
description: Software 2.x
capabilities: ["1p3p", "mA"]
description: |
Erfordert Software 2.0
Erfordert Software 2.x
render:
- default: |
type: template
Expand All @@ -13,4 +13,4 @@ render:
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
port: 1502 # Port
15 changes: 15 additions & 0 deletions templates/de/meter/storaxe_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
product:
brand: Ads-tec
description: StoraXe
render:
- usage: battery
default: |
type: template
template: storaxe
usage: battery
# Modbus TCP
modbus: tcpip
id: 2
host: 192.0.2.2 # Hostname
port: 502 # Port
6 changes: 3 additions & 3 deletions templates/en/charger/openwb-2.0_0.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
product:
brand: openWB
description: series2 (Software 2)
description: Software 2.x
capabilities: ["1p3p", "mA"]
description: |
Requires software 2.0
Requires software 2.x
render:
- default: |
type: template
Expand All @@ -13,4 +13,4 @@ render:
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
port: 1502 # Port
15 changes: 15 additions & 0 deletions templates/en/meter/storaxe_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
product:
brand: Ads-tec
description: StoraXe
render:
- usage: battery
default: |
type: template
template: storaxe
usage: battery
# Modbus TCP
modbus: tcpip
id: 2
host: 192.0.2.2 # Hostname
port: 502 # Port
15 changes: 15 additions & 0 deletions templates/meter/storaxe_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
product:
brand: Ads-tec
description: StoraXe
render:
- usage: battery
default: |
type: template
template: storaxe
usage: battery
# Modbus TCP
modbus: tcpip
id: 2
host: 192.0.2.2 # Hostname
port: 502 # Port

0 comments on commit 9734265

Please sign in to comment.