From 60cc411dc55414edbc94334ebd190d797ca337d7 Mon Sep 17 00:00:00 2001 From: andig Date: Tue, 31 Oct 2023 20:10:21 +0000 Subject: [PATCH] Templates update evcc-io/evcc@8d8ac5c72e26f6c7341a7ee89a6852cff785eb95 --- templates/de/charger/tasmota_0.yaml | 6 ++--- templates/de/meter/tasmota-3p_0.yaml | 36 ++++++++++++++++++++++++++++ templates/de/meter/tasmota_0.yaml | 14 ++++++++++- templates/en/charger/tasmota_0.yaml | 6 ++--- templates/en/meter/tasmota-3p_0.yaml | 36 ++++++++++++++++++++++++++++ templates/en/meter/tasmota_0.yaml | 14 ++++++++++- 6 files changed, 104 insertions(+), 8 deletions(-) create mode 100644 templates/de/meter/tasmota-3p_0.yaml create mode 100644 templates/en/meter/tasmota-3p_0.yaml diff --git a/templates/de/charger/tasmota_0.yaml b/templates/de/charger/tasmota_0.yaml index ab1bcaa6b0..84058a0965 100644 --- a/templates/de/charger/tasmota_0.yaml +++ b/templates/de/charger/tasmota_0.yaml @@ -1,5 +1,5 @@ product: - brand: Tasmota + brand: Tasmota (1 Phase Charger) group: Schaltbare Steckdosen render: - default: | @@ -8,7 +8,7 @@ render: host: 192.0.2.2 # IP-Adresse oder Hostname user: # Standard-User ist admin (optional) password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) - channel: 1 # Nummer des Schaltkanals (1-8), bei Geräten mit mehr als einem Schalter + channel: 1 # Schaltkanal (1-8) standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional) advanced: | type: template @@ -16,7 +16,7 @@ render: host: 192.0.2.2 # IP-Adresse oder Hostname user: # Standard-User ist admin (optional) password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) - channel: 1 # Nummer des Schaltkanals (1-8), bei Geräten mit mehr als einem Schalter + channel: 1 # Schaltkanal (1-8) standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional) integrateddevice: # Integriertes Gerät (keine Fahrzeugverbindung) (optional) heating: # Wärmeerzeuger (°C anstatt %) (optional) diff --git a/templates/de/meter/tasmota-3p_0.yaml b/templates/de/meter/tasmota-3p_0.yaml new file mode 100644 index 0000000000..1e7ba68fac --- /dev/null +++ b/templates/de/meter/tasmota-3p_0.yaml @@ -0,0 +1,36 @@ +product: + description: Tasmota (3 Phase Meter - meter channels 1,2+3 must be used) + group: Schaltbare Steckdosen +render: + - usage: grid + default: | + type: template + template: tasmota-3p + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Standard-User ist admin (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + - usage: pv + default: | + type: template + template: tasmota-3p + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Standard-User ist admin (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + - usage: battery + default: | + type: template + template: tasmota-3p + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Standard-User ist admin (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + - usage: charge + default: | + type: template + template: tasmota-3p + usage: charge + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Standard-User ist admin (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) diff --git a/templates/de/meter/tasmota_0.yaml b/templates/de/meter/tasmota_0.yaml index a2e8a47eca..644184c6d2 100644 --- a/templates/de/meter/tasmota_0.yaml +++ b/templates/de/meter/tasmota_0.yaml @@ -1,5 +1,5 @@ product: - description: Tasmota + description: Tasmota (1 Phase Meter) group: Schaltbare Steckdosen render: - usage: grid @@ -10,6 +10,7 @@ render: host: 192.0.2.2 # IP-Adresse oder Hostname user: # Standard-User ist admin (optional) password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + channel: 1 # Meterkanal (1-8) - usage: pv default: | type: template @@ -18,6 +19,7 @@ render: host: 192.0.2.2 # IP-Adresse oder Hostname user: # Standard-User ist admin (optional) password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + channel: 1 # Meterkanal (1-8) - usage: battery default: | type: template @@ -26,3 +28,13 @@ render: host: 192.0.2.2 # IP-Adresse oder Hostname user: # Standard-User ist admin (optional) password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + channel: 1 # Meterkanal (1-8) + - usage: charge + default: | + type: template + template: tasmota + usage: charge + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Standard-User ist admin (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + channel: 1 # Meterkanal (1-8) diff --git a/templates/en/charger/tasmota_0.yaml b/templates/en/charger/tasmota_0.yaml index 6160237935..47837ede29 100644 --- a/templates/en/charger/tasmota_0.yaml +++ b/templates/en/charger/tasmota_0.yaml @@ -1,5 +1,5 @@ product: - brand: Tasmota + brand: Tasmota (1 Phase Charger) group: Switchable sockets render: - default: | @@ -8,7 +8,7 @@ render: host: 192.0.2.2 # IP address or hostname user: # admin is default (optional) password: # Password of the user account (use single quotes in case of leading zeros) (optional) - channel: 1 # Device relay channel number (allowed range 1-8) + channel: 1 # Relaychannel number (1-8) standbypower: 15 # Power values above this value will be considered as charging pow (optional) advanced: | type: template @@ -16,7 +16,7 @@ render: host: 192.0.2.2 # IP address or hostname user: # admin is default (optional) password: # Password of the user account (use single quotes in case of leading zeros) (optional) - channel: 1 # Device relay channel number (allowed range 1-8) + channel: 1 # Relaychannel number (1-8) standbypower: 15 # Power values above this value will be considered as charging pow (optional) integrateddevice: # Integrated device (no vehicle connection) (optional) heating: # Heating device (°C instead of %) (optional) diff --git a/templates/en/meter/tasmota-3p_0.yaml b/templates/en/meter/tasmota-3p_0.yaml new file mode 100644 index 0000000000..b1036d16b7 --- /dev/null +++ b/templates/en/meter/tasmota-3p_0.yaml @@ -0,0 +1,36 @@ +product: + description: Tasmota (3 Phase Meter - meter channels 1,2+3 must be used) + group: Switchable sockets +render: + - usage: grid + default: | + type: template + template: tasmota-3p + usage: grid + host: 192.0.2.2 # IP address or hostname + user: # admin is default (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + - usage: pv + default: | + type: template + template: tasmota-3p + usage: pv + host: 192.0.2.2 # IP address or hostname + user: # admin is default (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + - usage: battery + default: | + type: template + template: tasmota-3p + usage: battery + host: 192.0.2.2 # IP address or hostname + user: # admin is default (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + - usage: charge + default: | + type: template + template: tasmota-3p + usage: charge + host: 192.0.2.2 # IP address or hostname + user: # admin is default (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) diff --git a/templates/en/meter/tasmota_0.yaml b/templates/en/meter/tasmota_0.yaml index 6de05e2a5b..59ca04ac03 100644 --- a/templates/en/meter/tasmota_0.yaml +++ b/templates/en/meter/tasmota_0.yaml @@ -1,5 +1,5 @@ product: - description: Tasmota + description: Tasmota (1 Phase Meter) group: Switchable sockets render: - usage: grid @@ -10,6 +10,7 @@ render: host: 192.0.2.2 # IP address or hostname user: # admin is default (optional) password: # Password of the user account (use single quotes in case of leading zeros) (optional) + channel: 1 # Meterchannel number (1-8) - usage: pv default: | type: template @@ -18,6 +19,7 @@ render: host: 192.0.2.2 # IP address or hostname user: # admin is default (optional) password: # Password of the user account (use single quotes in case of leading zeros) (optional) + channel: 1 # Meterchannel number (1-8) - usage: battery default: | type: template @@ -26,3 +28,13 @@ render: host: 192.0.2.2 # IP address or hostname user: # admin is default (optional) password: # Password of the user account (use single quotes in case of leading zeros) (optional) + channel: 1 # Meterchannel number (1-8) + - usage: charge + default: | + type: template + template: tasmota + usage: charge + host: 192.0.2.2 # IP address or hostname + user: # admin is default (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + channel: 1 # Meterchannel number (1-8)