From b7910ada3b4dd854b11cb9c4105347268b34b66d Mon Sep 17 00:00:00 2001 From: andig Date: Fri, 1 Dec 2023 04:50:56 +0000 Subject: [PATCH] Templates update evcc-io/evcc@82ecb9f3120e134cb3d3bcefedc565bc1f9e288f --- templates/de/charger/victron-evcs_0.yaml | 16 ++++++++++++++++ templates/en/charger/victron-evcs_0.yaml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 templates/de/charger/victron-evcs_0.yaml create mode 100644 templates/en/charger/victron-evcs_0.yaml diff --git a/templates/de/charger/victron-evcs_0.yaml b/templates/de/charger/victron-evcs_0.yaml new file mode 100644 index 0000000000..05277e16f2 --- /dev/null +++ b/templates/de/charger/victron-evcs_0.yaml @@ -0,0 +1,16 @@ +product: + brand: Victron + description: EV charging station +requirements: ["sponsorship"] +description: | + Trage den Host der Wallbox (nicht des GX-Geräts) ein und stelle sicher, dass die Wallbox sich im Modus "Manual" befindet. +render: + - default: | + type: template + template: victron-evcs + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port diff --git a/templates/en/charger/victron-evcs_0.yaml b/templates/en/charger/victron-evcs_0.yaml new file mode 100644 index 0000000000..337dcb95a0 --- /dev/null +++ b/templates/en/charger/victron-evcs_0.yaml @@ -0,0 +1,16 @@ +product: + brand: Victron + description: EV charging station +requirements: ["sponsorship"] +description: | + Enter the host of the charger (not the GX device) and ensure that the charger is in manual mode. +render: + - default: | + type: template + template: victron-evcs + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port