From e52cfd3c8782026d6658ce5c2c1b005a7f5a88a3 Mon Sep 17 00:00:00 2001 From: Michael Geers Date: Fri, 27 Sep 2024 14:06:10 +0200 Subject: [PATCH] Fix indentation regression (#629) --- docs/devices/chargers.mdx | 3446 ++-- docs/devices/meters.mdx | 14450 ++++++++-------- docs/devices/tariffs.mdx | 180 +- docs/devices/vehicles.mdx | 2068 +-- .../current/devices/chargers.mdx | 3446 ++-- .../current/devices/meters.mdx | 14450 ++++++++-------- .../current/devices/tariffs.mdx | 180 +- .../current/devices/vehicles.mdx | 2068 +-- package-lock.json | 184 +- src/generateFromTemplate.js | 22 +- 10 files changed, 20253 insertions(+), 20241 deletions(-) diff --git a/docs/devices/chargers.mdx b/docs/devices/chargers.mdx index 5563921c2..40e3e828c 100644 --- a/docs/devices/chargers.mdx +++ b/docs/devices/chargers.mdx @@ -60,28 +60,28 @@ Enabled: false Erfordert Firmware >= 1.6.5 + - name: my_charger + type: template + template: abb + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -94,20 +94,20 @@ Erfordert Firmware >= 1.6.5 :8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers: - - name: my_charger - type: template - template: ocpp-abb - stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) - connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) - remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) - idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) - connecttimeout: 5m # optional - meterinterval: 10s # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: ocpp-abb + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: ocpp-abb + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) + connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) + remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) + idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) + connecttimeout: 5m # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -122,25 +122,25 @@ Erfordert Firmware >= 1.6.5 + - name: my_charger + type: template + template: abl-em4 + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: abl-em4 + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -153,23 +153,23 @@ Erfordert Firmware >= 1.6.5 + - name: my_charger + type: template + template: abl + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 38400 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional`} /> @@ -184,15 +184,15 @@ Erfordert Firmware >= 1.6.5 Die "Active load balancing" Lizenz wird benötigt um die Wallbox via Modbus extern zu steuern. In den Einstellungen muss "Active Load Balancing" aktiviert und "Energy Management System" als Data Source ausgewählt werden. Es wird empfohlen "ValidityTime" (Menu "TCP/IP EMS") auf 300s einzustellen. Falls die "Double"-Box verwendet wird müssen beide Ladepunkte getrennt voneinander hinzugefügt werden. Der erste Port (oder einzelne Port) ist unter ID 1 zugänglich, der zweite unter ID 2. + - name: my_charger + type: template + template: alfen + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -209,22 +209,22 @@ Die "Active load balancing" Lizenz wird benötigt um die Wallbox via Modbus exte Die Hauptplatine benötigt eine aktuelle Firmware. Eine aktuelle Softwareversion kann man daran erkennen, dass die Seriennummer auf dem braunen Relais mit 2022 beginnt oder auf den kleinen weißen Relais eine 15 steht. Andernfalls bitte direkt an den Hersteller wenden. + - name: my_charger + type: template + template: alphatec + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -239,22 +239,22 @@ Die Hauptplatine benötigt eine aktuelle Firmware. Eine aktuelle Softwareversion Die Hauptplatine benötigt eine aktuelle Firmware. Eine aktuelle Softwareversion kann man daran erkennen, dass die Seriennummer auf dem braunen Relais mit 2022 beginnt oder auf den kleinen weißen Relais eine 15 steht. Andernfalls bitte direkt an den Hersteller wenden. + - name: my_charger + type: template + template: alphatec + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -269,15 +269,15 @@ Die Hauptplatine benötigt eine aktuelle Firmware. Eine aktuelle Softwareversion + - name: my_charger + type: template + template: amperfied + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -290,15 +290,15 @@ Die Hauptplatine benötigt eine aktuelle Firmware. Eine aktuelle Softwareversion + - name: my_charger + type: template + template: amperfied + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -311,15 +311,15 @@ Die Hauptplatine benötigt eine aktuelle Firmware. Eine aktuelle Softwareversion + - name: my_charger + type: template + template: amperfied-solar + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -334,22 +334,22 @@ Die Hauptplatine benötigt eine aktuelle Firmware. Eine aktuelle Softwareversion Bitte das Handbuch zur Verkabelung und Konfiguration genau lesen. Alle Boxen müssen für die externe Steuerung auf Follower-Modus konfiguriert sein (DIP S5/4 OFF). Jede Box braucht eine individuelle Modbus-ID (DIP S4). Auf korrekte RS485-Verkabelung inkl. Busterminierung (DIP S6/2) achten. + - name: my_charger + type: template + template: heidelberg + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -370,11 +370,11 @@ Eine Identifikation des Fahrzeugs über die RFID Karte ist nicht möglich. Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-Fehlern in der Wallbox nur mit einem externen Energiezähler und ohne Stromwandlerspulen möglich! Eine LAN Anbindung wird sehr empfohlen. + - name: my_charger + type: template + template: ellipro + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -393,11 +393,11 @@ Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-F Hinweis: Wenn du deiner Wallbox nachträglich einen Energiezähler hinzugefügt hast, nutze bitte die Pro bzw. Connected+ Integration. + - name: my_charger + type: template + template: elliconnect + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -412,11 +412,11 @@ Hinweis: Wenn du deiner Wallbox nachträglich einen Energiezähler hinzugefügt Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -431,11 +431,11 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -450,25 +450,25 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg Erfordert Firmwareversion 3.10.42 (C-series) bzw. 1.11 (X-series). Zur Phasenumschaltung wird zusätzlich der Keba Phasenumschalter (KeContact S10) benötigt und in den Wallboxeinstellungen muss die Umschaltsteuerung per Modbus aktiviert werden. Bei der x-Serie im WebMenü, bei der C-Serie per Modbus durch setzen des Wertes "3" im Register 5050. + - name: my_charger + type: template + template: keba-modbus + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: keba-modbus + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port + welcomecharge: # Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)`} /> @@ -484,10 +484,10 @@ Ein evtl. vorhandener S0 Zähler muss separat als Ladezähler konfiguriert werde Phasenumschaltung bietet nur die Solar-Variante und muss vom Anwender freigeschaltet werden. + - name: my_charger + type: template + template: cfos + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -500,15 +500,15 @@ Phasenumschaltung bietet nur die Solar-Variante und muss vom Anwender freigescha + - name: my_charger + type: template + template: innogy-ebox + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -523,11 +523,11 @@ Phasenumschaltung bietet nur die Solar-Variante und muss vom Anwender freigescha Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -550,11 +550,11 @@ Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-F Hinweis: Wenn du deiner Wallbox nachträglich einen Energiezähler hinzugefügt hast, nutze bitte die Pro bzw. Connected+ Integration. + - name: my_charger + type: template + template: elliconnect + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -571,11 +571,11 @@ Eine Identifikation des Fahrzeugs über die RFID Karte ist nicht möglich. Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-Fehlern in der Wallbox nur mit einem externen Energiezähler und ohne Stromwandlerspulen möglich! Eine LAN Anbindung wird sehr empfohlen. + - name: my_charger + type: template + template: ellipro + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -586,15 +586,15 @@ Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-F + - name: my_charger + type: template + template: dadapower + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -607,11 +607,11 @@ Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-F Die Wallbox muss über eine aktuelle Firmware mit Modbus-Unterstützung verfügen. In den Einstellungen muss "Nachladen" (Smart) bzw. "RSDA" (Touch) aktiviert sein + - name: my_charger + type: template + template: daheimladen-mb + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -624,51 +624,51 @@ Die Wallbox muss über eine aktuelle Firmware mit Modbus-Unterstützung verfüge + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -681,51 +681,51 @@ Die Wallbox muss über eine aktuelle Firmware mit Modbus-Unterstützung verfüge + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -738,51 +738,51 @@ Die Wallbox muss über eine aktuelle Firmware mit Modbus-Unterstützung verfüge + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -795,51 +795,51 @@ Die Wallbox muss über eine aktuelle Firmware mit Modbus-Unterstützung verfüge + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -854,15 +854,15 @@ Die Wallbox muss über eine aktuelle Firmware mit Modbus-Unterstützung verfüge + - name: my_charger + type: template + template: innogy-ebox + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -875,15 +875,15 @@ Die Wallbox muss über eine aktuelle Firmware mit Modbus-Unterstützung verfüge + - name: my_charger + type: template + template: vestel + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -898,15 +898,15 @@ Die Wallbox muss über eine aktuelle Firmware mit Modbus-Unterstützung verfüge DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Controller-Firmware wird empfohlen. + - name: my_charger + type: template + template: phoenix-ev-eth + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -921,14 +921,14 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr + - name: my_charger + type: template + template: easee + user: # Emailadresse + password: # wie Login für Easee App oder Web Portal (https://easee.cloud) + charger: EH______ + timeout: 20s # optional + authorize: # Steuert ob evcc die Authentifizierung am Charger vornimmt. Vorteil ist ein kontrollierter Ladestart. Nicht kompatibel mit RFID Identifikation von Fahrzeugen. (optional)`} /> @@ -941,14 +941,14 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr + - name: my_charger + type: template + template: easee + user: # Emailadresse + password: # wie Login für Easee App oder Web Portal (https://easee.cloud) + charger: EH______ + timeout: 20s # optional + authorize: # Steuert ob evcc die Authentifizierung am Charger vornimmt. Vorteil ist ein kontrollierter Ladestart. Nicht kompatibel mit RFID Identifikation von Fahrzeugen. (optional)`} /> @@ -961,14 +961,14 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr + - name: my_charger + type: template + template: easee + user: # Emailadresse + password: # wie Login für Easee App oder Web Portal (https://easee.cloud) + charger: EH______ + timeout: 20s # optional + authorize: # Steuert ob evcc die Authentifizierung am Charger vornimmt. Vorteil ist ein kontrollierter Ladestart. Nicht kompatibel mit RFID Identifikation von Fahrzeugen. (optional)`} /> @@ -981,14 +981,14 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr + - name: my_charger + type: template + template: easee + user: # Emailadresse + password: # wie Login für Easee App oder Web Portal (https://easee.cloud) + charger: EH______ + timeout: 20s # optional + authorize: # Steuert ob evcc die Authentifizierung am Charger vornimmt. Vorteil ist ein kontrollierter Ladestart. Nicht kompatibel mit RFID Identifikation von Fahrzeugen. (optional)`} /> @@ -1003,11 +1003,11 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -1024,15 +1024,15 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg Als Betriebsmodus muss `manual` ausgewählt sein + - name: my_charger + type: template + template: hardybarth-ecb1 + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`chargers: + - name: my_charger + type: template + template: hardybarth-ecb1 + host: 192.0.2.2 # IP-Adresse oder Hostname + connector: 1 # optional`} /> @@ -1045,10 +1045,10 @@ Als Betriebsmodus muss `manual` ausgewählt sein + - name: my_charger + type: template + template: hardybarth-salia + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -1061,28 +1061,28 @@ Als Betriebsmodus muss `manual` ausgewählt sein + - name: my_charger + type: template + template: obo + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 101 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 101 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 101 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1093,22 +1093,22 @@ Als Betriebsmodus muss `manual` ausgewählt sein + - name: my_charger + type: template + template: smartevse + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1129,11 +1129,11 @@ Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-F Hinweis: Wenn du deiner Wallbox nachträglich einen Energiezähler hinzugefügt hast, nutze bitte die Pro bzw. Connected+ Integration. + - name: my_charger + type: template + template: elliconnect + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -1150,11 +1150,11 @@ Eine Identifikation des Fahrzeugs über die RFID Karte ist nicht möglich. Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-Fehlern in der Wallbox nur mit einem externen Energiezähler und ohne Stromwandlerspulen möglich! Eine LAN Anbindung wird sehr empfohlen. + - name: my_charger + type: template + template: ellipro + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -1169,10 +1169,10 @@ Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-F Benötigt Firmware version E3C_V1.1 oder neuer. + - name: my_charger + type: template + template: em2go-home + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -1185,15 +1185,15 @@ Benötigt Firmware version E3C_V1.1 oder neuer. Aktuelle Firmware mit Modbus-Unterstützung notwendig (Pro Power: 1.01 bzw. OCPP/ONC: 3.15) + - name: my_charger + type: template + template: em2go + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1206,11 +1206,11 @@ Aktuelle Firmware mit Modbus-Unterstützung notwendig (Pro Power: 1.01 bzw. OCPP Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -1225,15 +1225,15 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Controller-Firmware wird empfohlen. + - name: my_charger + type: template + template: phoenix-ev-eth + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1250,11 +1250,11 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr Die Wallbox muss sich im "Power" Modus befinden. + - name: my_charger + type: template + template: etrel + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -1269,17 +1269,17 @@ Die Wallbox muss sich im "Power" Modus befinden. Die Wallbox muss sich im "Power" Modus befinden. + - name: my_charger + type: template + template: etrel-duo + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: etrel-duo + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional) + connector: 1 # optional`} /> @@ -1294,21 +1294,21 @@ Die Wallbox muss sich im "Power" Modus befinden. :8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) - meter: true # optional`} advanced={`chargers: - - name: my_charger - type: template - template: elvi - stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) - meter: true # optional - connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) - remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) - idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) - connecttimeout: 5m # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: elvi + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) + meter: true # optional`} advanced={`chargers: + - name: my_charger + type: template + template: elvi + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) + meter: true # optional + connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) + remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) + idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) + connecttimeout: 5m # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -1323,11 +1323,11 @@ Die Wallbox muss sich im "Power" Modus befinden. Das Gerät benötigt eine feste IP Adresse. + - name: my_charger + type: template + template: livo + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -1338,22 +1338,22 @@ Das Gerät benötigt eine feste IP Adresse. + - name: my_charger + type: template + template: evse-din + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1364,10 +1364,10 @@ Das Gerät benötigt eine feste IP Adresse. + - name: my_charger + type: template + template: evsewifi + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -1382,11 +1382,11 @@ Das Gerät benötigt eine feste IP Adresse. Benötigt mindestens Firmware 36.3 oder neuer. + - name: my_charger + type: template + template: fronius-wattpilot + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -1397,20 +1397,20 @@ Benötigt mindestens Firmware 36.3 oder neuer. :8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers: - - name: my_charger - type: template - template: ocpp-fronius-wattpilot - stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) - connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) - remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) - idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) - connecttimeout: 5m # optional - meterinterval: 10s # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: ocpp-fronius-wattpilot + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: ocpp-fronius-wattpilot + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) + connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) + remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) + idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) + connecttimeout: 5m # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -1423,11 +1423,11 @@ Benötigt mindestens Firmware 36.3 oder neuer. Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -1448,10 +1448,10 @@ Für 1P/3P-Phasenumschaltung muss die HTTP API v2 im Charger aktiviert sein. In der Go-E App (Menüpunkt "Auto") sollte die Option "Ausstecken simulieren" aktiviert sein. + - name: my_charger + type: template + template: go-e-v3 + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -1466,10 +1466,10 @@ In der Go-E App (Menüpunkt "Auto") sollte die Option "Ausstecken simulieren" ak Benötigt mindestens Firmware 040.0 oder neuer. Das HTTP API v1 oder v2 muss aktiviert sein. + - name: my_charger + type: template + template: go-e + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -1486,15 +1486,15 @@ Benötigt mindestens Firmware 040.0 oder neuer. Das HTTP API v1 oder v2 muss akt Als Betriebsmodus muss `manual` ausgewählt sein + - name: my_charger + type: template + template: hardybarth-ecb1 + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`chargers: + - name: my_charger + type: template + template: hardybarth-ecb1 + host: 192.0.2.2 # IP-Adresse oder Hostname + connector: 1 # optional`} /> @@ -1507,10 +1507,10 @@ Als Betriebsmodus muss `manual` ausgewählt sein + - name: my_charger + type: template + template: hardybarth-salia + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -1525,22 +1525,22 @@ Als Betriebsmodus muss `manual` ausgewählt sein Bitte das Handbuch zur Verkabelung und Konfiguration genau lesen. Alle Boxen müssen für die externe Steuerung auf Follower-Modus konfiguriert sein (DIP S5/4 OFF). Jede Box braucht eine individuelle Modbus-ID (DIP S4). Auf korrekte RS485-Verkabelung inkl. Busterminierung (DIP S6/2) achten. + - name: my_charger + type: template + template: heidelberg + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1553,15 +1553,15 @@ Bitte das Handbuch zur Verkabelung und Konfiguration genau lesen. Alle Boxen mü + - name: my_charger + type: template + template: hesotec + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1578,20 +1578,20 @@ Die OCPP-Konfiguration erfolgt über den EFR-SECC-Ladecontroller über die URL h Den Zugang erfragen Sie bitte beim Hersteller EFR (www.efr.de) oder Ihrem Händler. :8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers: - - name: my_charger - type: template - template: homecharge - stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) - connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) - remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) - idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) - connecttimeout: 5m # optional - meterinterval: 10s # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: homecharge + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: homecharge + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) + connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) + remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) + idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) + connecttimeout: 5m # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -1604,15 +1604,15 @@ Den Zugang erfragen Sie bitte beim Hersteller EFR (www.efr.de) oder Ihrem Händl + - name: my_charger + type: template + template: innogy-ebox + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1625,10 +1625,10 @@ Den Zugang erfragen Sie bitte beim Hersteller EFR (www.efr.de) oder Ihrem Händl + - name: my_charger + type: template + template: pantabox + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -1641,11 +1641,11 @@ Den Zugang erfragen Sie bitte beim Hersteller EFR (www.efr.de) oder Ihrem Händl Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -1660,25 +1660,25 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg Erfordert Firmwareversion 3.10.42 (C-series) bzw. 1.11 (X-series). Zur Phasenumschaltung wird zusätzlich der Keba Phasenumschalter (KeContact S10) benötigt und in den Wallboxeinstellungen muss die Umschaltsteuerung per Modbus aktiviert werden. Bei der x-Serie im WebMenü, bei der C-Serie per Modbus durch setzen des Wertes "3" im Register 5050. + - name: my_charger + type: template + template: keba-modbus + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: keba-modbus + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port + welcomecharge: # Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)`} /> @@ -1695,22 +1695,22 @@ Es sollte kein externes Meter direkt mit der Wallbox verbunden sein, da die Steu Bei Kostal-Systemen mit Smart Energy Meter (KSEM) ist der zusätzliche Aktivierungscode (Solar Pure Mode / Solar Plus Mode) für das KSEM *nicht* erforderlich. + - name: my_charger + type: template + template: mennekes-compact + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 50 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 57600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N2" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 50 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1723,22 +1723,22 @@ Bei Kostal-Systemen mit Smart Energy Meter (KSEM) ist der zusätzliche Aktivieru + - name: my_charger + type: template + template: kse + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 100 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 100 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1751,25 +1751,25 @@ Bei Kostal-Systemen mit Smart Energy Meter (KSEM) ist der zusätzliche Aktivieru + - name: my_charger + type: template + template: phoenix-charx + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: phoenix-charx + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -1782,22 +1782,22 @@ Bei Kostal-Systemen mit Smart Energy Meter (KSEM) ist der zusätzliche Aktivieru Die Hauptplatine benötigt eine aktuelle Firmware. Eine aktuelle Softwareversion kann man daran erkennen, dass die Seriennummer auf dem braunen Relais mit 2022 beginnt oder auf den kleinen weißen Relais eine 15 steht. Andernfalls bitte direkt an den Hersteller wenden. + - name: my_charger + type: template + template: alphatec + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1814,11 +1814,11 @@ Die Hauptplatine benötigt eine aktuelle Firmware. Eine aktuelle Softwareversion Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -1833,11 +1833,11 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -1854,22 +1854,22 @@ Es sollte kein externes Meter direkt mit der Wallbox verbunden sein, da die Steu Bei Kostal-Systemen mit Smart Energy Meter (KSEM) ist der zusätzliche Aktivierungscode (Solar Pure Mode / Solar Plus Mode) für das KSEM *nicht* erforderlich. + - name: my_charger + type: template + template: mennekes-compact + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 50 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 57600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N2" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 50 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1882,15 +1882,15 @@ Bei Kostal-Systemen mit Smart Energy Meter (KSEM) ist der zusätzliche Aktivieru + - name: my_charger + type: template + template: mennekes-hcc3 + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1905,11 +1905,11 @@ Bei Kostal-Systemen mit Smart Energy Meter (KSEM) ist der zusätzliche Aktivieru Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -1926,22 +1926,22 @@ Es sollte kein externes Meter direkt mit der Wallbox verbunden sein, da die Steu Bei Kostal-Systemen mit Smart Energy Meter (KSEM) ist der zusätzliche Aktivierungscode (Solar Pure Mode / Solar Plus Mode) für das KSEM *nicht* erforderlich. + - name: my_charger + type: template + template: mennekes-compact + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 50 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 57600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N2" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 50 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1954,15 +1954,15 @@ Bei Kostal-Systemen mit Smart Energy Meter (KSEM) ist der zusätzliche Aktivieru + - name: my_charger + type: template + template: mennekes-hcc3 + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1975,15 +1975,15 @@ Bei Kostal-Systemen mit Smart Energy Meter (KSEM) ist der zusätzliche Aktivieru + - name: my_charger + type: template + template: ac-elwa-2 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1998,12 +1998,12 @@ Bei Kostal-Systemen mit Smart Energy Meter (KSEM) ist der zusätzliche Aktivieru NRGkick Ladeeinheit via HTTP (älter als 2022/2023) + - name: my_charger + type: template + template: nrgkick-connect + host: 192.0.2.2 # IP-Adresse oder Hostname + mac: + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)`} /> @@ -2014,25 +2014,25 @@ NRGkick Ladeeinheit via HTTP (älter als 2022/2023) + - name: my_charger + type: template + template: nrggen2 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: nrggen2 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + phases1p3p: false # Aktiviert Phasenumschaltung. Erweiterte Funktion "Phasenumschaltung" muss in der NRGkick App aktiviert sein. (optional)`} /> @@ -2045,28 +2045,28 @@ NRGkick Ladeeinheit via HTTP (älter als 2022/2023) + - name: my_charger + type: template + template: obo + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 101 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 101 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 101 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2079,12 +2079,12 @@ NRGkick Ladeeinheit via HTTP (älter als 2022/2023) Benötigt mindestens Firmware 7.0 oder neuer. + - name: my_charger + type: template + template: openevse + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -2097,10 +2097,10 @@ Benötigt mindestens Firmware 7.0 oder neuer. + - name: my_charger + type: template + template: openwb-pro + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -2113,16 +2113,16 @@ Benötigt mindestens Firmware 7.0 oder neuer. Die Wallbox muss als Ladepunkt konfiguriert sein. + - name: my_charger + type: template + template: openwb + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`chargers: + - name: my_charger + type: template + template: openwb + host: 192.0.2.2 # IP-Adresse oder Hostname + connector: 1 # optional + phases1p3p: false # optional`} /> @@ -2139,25 +2139,25 @@ Folgende Änderungen sind unter dem `Einstellungen`-Reiter erforderlich: * Steuerung über Modbus als secondary: `An` + - name: my_charger + type: template + template: openwb-2.0 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: openwb-2.0 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + connector: 1 # optional`} /> @@ -2170,11 +2170,11 @@ Folgende Änderungen sind unter dem `Einstellungen`-Reiter erforderlich: Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -2187,20 +2187,20 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg :8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers: - - name: my_charger - type: template - template: orbis-viaris - stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) - connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) - remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) - idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) - connecttimeout: 5m # optional - meterinterval: 10s # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: orbis-viaris + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: orbis-viaris + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) + connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) + remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) + idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) + connecttimeout: 5m # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -2215,11 +2215,11 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg Es können momentan nur als Master konfigurierte Geräte verwendet werden! + - name: my_charger + type: template + template: pcelectric-garo + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 8080 # Port (optional)`} /> @@ -2234,25 +2234,25 @@ Es können momentan nur als Master konfigurierte Geräte verwendet werden! + - name: my_charger + type: template + template: phoenix-charx + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: phoenix-charx + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -2263,15 +2263,15 @@ Es können momentan nur als Master konfigurierte Geräte verwendet werden! + - name: my_charger + type: template + template: phoenix-em-eth + + # Modbus TCP + modbus: tcpip + id: 180 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2284,15 +2284,15 @@ Es können momentan nur als Master konfigurierte Geräte verwendet werden! DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Controller-Firmware wird empfohlen. + - name: my_charger + type: template + template: phoenix-ev-eth + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2305,22 +2305,22 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr + - name: my_charger + type: template + template: phoenix-ev-ser + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2333,11 +2333,11 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr + - name: my_charger + type: template + template: pmcc + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -2348,11 +2348,11 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr + - name: my_charger + type: template + template: pmcp + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -2363,53 +2363,53 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr + - name: my_charger + type: template + template: pracht-alpha + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional`} advanced={`chargers: + - name: my_charger + type: template + template: pracht-alpha + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional + connector: 1 # optional`} /> @@ -2422,22 +2422,22 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr + - name: my_charger + type: template + template: pulsares + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2448,10 +2448,10 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr + - name: my_charger + type: template + template: pulsatrix + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -2466,22 +2466,22 @@ DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Contr Die Wallbox muss sich im Modus "Schnell" befinden und vom Wechselrichtersystem entkoppelt sein. + - name: my_charger + type: template + template: solax + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 70 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 70 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2494,15 +2494,15 @@ Die Wallbox muss sich im Modus "Schnell" befinden und vom Wechselrichtersystem e + - name: my_charger + type: template + template: schneider-evlink-v3 + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2515,22 +2515,22 @@ Die Wallbox muss sich im Modus "Schnell" befinden und vom Wechselrichtersystem e + - name: my_charger + type: template + template: ichargecion + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2543,23 +2543,23 @@ Die Wallbox muss sich im Modus "Schnell" befinden und vom Wechselrichtersystem e + - name: my_charger + type: template + template: abl + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 38400 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional`} /> @@ -2574,22 +2574,22 @@ Die Wallbox muss sich im Modus "Schnell" befinden und vom Wechselrichtersystem e Bitte das Handbuch zur Verkabelung und Konfiguration genau lesen. Alle Boxen müssen für die externe Steuerung auf Follower-Modus konfiguriert sein (DIP S5/4 OFF). Jede Box braucht eine individuelle Modbus-ID (DIP S4). Auf korrekte RS485-Verkabelung inkl. Busterminierung (DIP S6/2) achten. + - name: my_charger + type: template + template: heidelberg + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2604,15 +2604,15 @@ Bitte das Handbuch zur Verkabelung und Konfiguration genau lesen. Alle Boxen mü Erfordert Firmware >= 2.135 + - name: my_charger + type: template + template: versicharge + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2635,11 +2635,11 @@ Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-F Hinweis: Wenn du deiner Wallbox nachträglich einen Energiezähler hinzugefügt hast, nutze bitte die Pro bzw. Connected+ Integration. + - name: my_charger + type: template + template: elliconnect + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -2656,11 +2656,11 @@ Eine Identifikation des Fahrzeugs über die RFID Karte ist nicht möglich. Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-Fehlern in der Wallbox nur mit einem externen Energiezähler und ohne Stromwandlerspulen möglich! Eine LAN Anbindung wird sehr empfohlen. + - name: my_charger + type: template + template: ellipro + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -2673,12 +2673,12 @@ Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-F Der EV Charger muss sich im Modus "Fast" befinden und der Benutzer muss die Rechte "Administrator" haben. + - name: my_charger + type: template + template: smaevcharger + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)`} /> @@ -2691,22 +2691,22 @@ Der EV Charger muss sich im Modus "Fast" befinden und der Benutzer muss die Rech + - name: my_charger + type: template + template: ichargecion + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2717,10 +2717,10 @@ Der EV Charger muss sich im Modus "Fast" befinden und der Benutzer muss die Rech + - name: my_charger + type: template + template: smartwb + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -2733,25 +2733,25 @@ Der EV Charger muss sich im Modus "Fast" befinden und der Benutzer muss die Rech Erfordert Firmwareversion 3.10.42 (C-series) bzw. 1.11 (X-series). Zur Phasenumschaltung wird zusätzlich der Keba Phasenumschalter (KeContact S10) benötigt und in den Wallboxeinstellungen muss die Umschaltsteuerung per Modbus aktiviert werden. Bei der x-Serie im WebMenü, bei der C-Serie per Modbus durch setzen des Wertes "3" im Register 5050. + - name: my_charger + type: template + template: keba-modbus + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: keba-modbus + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port + welcomecharge: # Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)`} /> @@ -2766,22 +2766,22 @@ Erfordert Firmwareversion 3.10.42 (C-series) bzw. 1.11 (X-series). Zur Phasenums Die Wallbox muss sich im Modus "Schnell" befinden und vom Wechselrichtersystem entkoppelt sein. + - name: my_charger + type: template + template: solax + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 70 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 70 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2796,11 +2796,11 @@ Die Wallbox muss sich im Modus "Schnell" befinden und vom Wechselrichtersystem e Die Wallbox muss sich im "Power" Modus befinden. + - name: my_charger + type: template + template: etrel + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -2815,11 +2815,11 @@ Die Wallbox muss sich im "Power" Modus befinden. Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -2832,22 +2832,22 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg + - name: my_charger + type: template + template: evse-din + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2858,28 +2858,28 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg + - name: my_charger + type: template + template: sungrow + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 248 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 248 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 248 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2894,11 +2894,11 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -2913,10 +2913,10 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg Die TWC Wallbox ist nicht direkt regelbar. Die Regelung erfolgt über das Fahrzeug. Das Fahrzeug muss dem TWC3 Ladepunkt zugewiesen sein. Aktuell ausschließlich mit Tesla Fahrzeugen nutzbar. + - name: my_charger + type: template + template: twc3 + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -2929,22 +2929,22 @@ Die TWC Wallbox ist nicht direkt regelbar. Die Regelung erfolgt über das Fahrze Die Wallbox muss sich im Modus "Schnell" befinden und vom Wechselrichtersystem entkoppelt sein. + - name: my_charger + type: template + template: solax + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 70 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 70 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2961,24 +2961,24 @@ Die Wallbox muss sich im Modus "Schnell" befinden und vom Wechselrichtersystem e WARP Firmware v2 erforderlich. Für automatische Phasenumschaltung wird zusätzlich der WARP Energy Manager benötigt. + - name: my_charger + type: template + template: tinkerforge-warp + host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers + port: 1883 # MQTT Broker Port (optional) + topic: warp # Topic (ohne / am Anfang) (optional) + timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional) + energymanager: # WEM Firmware v2 erforderlich. EnergyManager MQTT Topic (falls installiert) (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tinkerforge-warp + host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers + port: 1883 # MQTT Broker Port (optional) + topic: warp # Topic (ohne / am Anfang) (optional) + timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional) + energymanager: # WEM Firmware v2 erforderlich. EnergyManager MQTT Topic (falls installiert) (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -2991,24 +2991,24 @@ WARP Firmware v2 erforderlich. Für automatische Phasenumschaltung wird zusätzl WARP Firmware v2 erforderlich. Für automatische Phasenumschaltung wird zusätzlich der WARP Energy Manager benötigt. + - name: my_charger + type: template + template: tinkerforge-warp + host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers + port: 1883 # MQTT Broker Port (optional) + topic: warp # Topic (ohne / am Anfang) (optional) + timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional) + energymanager: # WEM Firmware v2 erforderlich. EnergyManager MQTT Topic (falls installiert) (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tinkerforge-warp + host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers + port: 1883 # MQTT Broker Port (optional) + topic: warp # Topic (ohne / am Anfang) (optional) + timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional) + energymanager: # WEM Firmware v2 erforderlich. EnergyManager MQTT Topic (falls installiert) (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -3021,22 +3021,22 @@ WARP Firmware v2 erforderlich. Für automatische Phasenumschaltung wird zusätzl Die automatische Phasenumschaltung bei 1p Fahrzeugen muss deaktiviert sein. Siehe https://docs.warp-charger.com/docs/mqtt_http/api_reference/evse#evse_phase_auto_switch_warp3. + - name: my_charger + type: template + template: tinkerforge-warp3 + host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers + port: 1883 # MQTT Broker Port (optional) + topic: warp # Topic (ohne / am Anfang) (optional) + timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tinkerforge-warp3 + host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers + port: 1883 # MQTT Broker Port (optional) + topic: warp # Topic (ohne / am Anfang) (optional) + timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -3049,22 +3049,22 @@ Die automatische Phasenumschaltung bei 1p Fahrzeugen muss deaktiviert sein. Sieh Die automatische Phasenumschaltung bei 1p Fahrzeugen muss deaktiviert sein. Siehe https://docs.warp-charger.com/docs/mqtt_http/api_reference/evse#evse_phase_auto_switch_warp3. + - name: my_charger + type: template + template: tinkerforge-warp3 + host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers + port: 1883 # MQTT Broker Port (optional) + topic: warp # Topic (ohne / am Anfang) (optional) + timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tinkerforge-warp3 + host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers + port: 1883 # MQTT Broker Port (optional) + topic: warp # Topic (ohne / am Anfang) (optional) + timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -3077,11 +3077,11 @@ Die automatische Phasenumschaltung bei 1p Fahrzeugen muss deaktiviert sein. Sieh Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -3094,15 +3094,15 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg + - name: my_charger + type: template + template: vestel + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3119,15 +3119,15 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg Trage den Host der Wallbox (nicht des GX-Geräts) ein und stelle sicher, dass die Wallbox sich im Modus "Manual" befindet. + - name: my_charger + type: template + template: victron-evcs + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3140,15 +3140,15 @@ Trage den Host der Wallbox (nicht des GX-Geräts) ein und stelle sicher, dass di Trage den Host des GX-Gerätes (nicht der Wallbox) ein. Die Wallbox muss sich im Modus "Manual" befinden und Modbus ID 100 konfiguriert sein. + - name: my_charger + type: template + template: victron + + # Modbus TCP + modbus: tcpip + id: 100 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3159,28 +3159,28 @@ Trage den Host des GX-Gerätes (nicht der Wallbox) ein. Die Wallbox muss sich im + - name: my_charger + type: template + template: obo + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 101 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 101 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 101 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3201,11 +3201,11 @@ Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-F Hinweis: Wenn du deiner Wallbox nachträglich einen Energiezähler hinzugefügt hast, nutze bitte die Pro bzw. Connected+ Integration. + - name: my_charger + type: template + template: elliconnect + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -3222,11 +3222,11 @@ Eine Identifikation des Fahrzeugs über die RFID Karte ist nicht möglich. Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-Fehlern in der Wallbox nur mit einem externen Energiezähler und ohne Stromwandlerspulen möglich! Eine LAN Anbindung wird sehr empfohlen. + - name: my_charger + type: template + template: ellipro + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -3239,15 +3239,15 @@ Wichtig: Die möglichst reibungslose Funktionalität ist aufgrund von Software-F DIP Schalter 10 des Controllers muss auf 'ON' gestellt sein. Eine aktuelle Controller-Firmware wird empfohlen. + - name: my_charger + type: template + template: phoenix-ev-eth + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3267,20 +3267,20 @@ Anleitung: https://support.wallbox.com/en/knowledge-base/ocpp-activation-and-set * Passwort: leer lassen :8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers: - - name: my_charger - type: template - template: pulsarplus - stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) - connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) - remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) - idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) - connecttimeout: 5m # optional - meterinterval: 10s # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: pulsarplus + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: pulsarplus + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) + connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) + remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) + idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) + connecttimeout: 5m # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -3295,22 +3295,22 @@ Anleitung: https://support.wallbox.com/en/knowledge-base/ocpp-activation-and-set Bitte das Handbuch zur Verkabelung und Konfiguration genau lesen. Alle Boxen müssen für die externe Steuerung auf Follower-Modus konfiguriert sein (DIP S5/4 OFF). Jede Box braucht eine individuelle Modbus-ID (DIP S4). Auf korrekte RS485-Verkabelung inkl. Busterminierung (DIP S6/2) achten. + - name: my_charger + type: template + template: heidelberg + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3327,11 +3327,11 @@ Bitte das Handbuch zur Verkabelung und Konfiguration genau lesen. Alle Boxen mü Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Registersatz' darf NICHT auf 'Phoenix' oder 'TQ-DM100' eingestellt sein. Die dritte Auswahlmöglichkeit 'Ebee', 'Bender', 'MENNEKES' etc. ist richtig. 'UID Übertragung erlauben' muss aktiviert sein. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -3346,11 +3346,11 @@ Der 'Modbus TCP Server für Energiemanagement-Systeme' muss aktiviert sein. 'Reg Modus "HEMS activated" muss aktiviert sein. RFID-Tags können durch evcc nur gelesen werden. + - name: my_charger + type: template + template: webasto-next + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -3363,15 +3363,15 @@ Modus "HEMS activated" muss aktiviert sein. RFID-Tags können durch evcc nur gel + - name: my_charger + type: template + template: vestel + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3384,10 +3384,10 @@ Modus "HEMS activated" muss aktiviert sein. RFID-Tags können durch evcc nur gel + - name: my_charger + type: template + template: weidmüller + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -3400,12 +3400,12 @@ Modus "HEMS activated" muss aktiviert sein. RFID-Tags können durch evcc nur gel + - name: my_charger + type: template + template: zaptec + id: # Wallbox ID (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -3470,19 +3470,19 @@ Optional zusätzlich ein oder mehrere aus Zu Demonstrationszwecken. Wallbox mit festen Werten. + - name: my_charger + type: template + template: demo-charger + status: A # optional + power: 0 # optional + enabled: true # optional`} advanced={`chargers: + - name: my_charger + type: template + template: demo-charger + status: A # optional + power: 0 # optional + enabled: true # optional + maxcurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional)`} /> @@ -3493,11 +3493,11 @@ Zu Demonstrationszwecken. Wallbox mit festen Werten. + - name: my_charger + type: template + template: eebus + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP-Adresse (optional)`} /> @@ -3528,20 +3528,20 @@ Voraussetzungen: Die konkrete Konfiguration und der tatsächliche nutzbare Funktionsumfang hängen vom Wallbox-Modell und dessen Software ab. :8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers: - - name: my_charger - type: template - template: ocpp - stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) - connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) - remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) - idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) - connecttimeout: 5m # optional - meterinterval: 10s # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: ocpp + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: ocpp + stationid: EVB-P12354 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzelne OCPP-Ladestation kann auch automatisch zugeordnet werden. Hinweis: In Ausnahmefällen kann es erforderlich sein, diese ID manuell an die OCPP-URL der Ladestation in der Form ws://:8887/ anzuhängen. Die meisten Ladestationen fügen die ID intern automatisch hinzu. (optional) + connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional) + remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn z. B. kein RFID-Lesegerät vorhanden ist und Ladevorgänge grundsätzlich einzeln per App freigeschaltet werden müssten. Normalerweise sollte der Ladepunkt am Gerät immer so konfiguriert werden, dass entweder eine RFID-Karte zur Freischaltung verwendet wird oder der Ladepunkt auf "Autostart", "Freies Laden" o.ä. eingestellt ist. Zunächst die Dokumentation und die Konfigurationsmöglichkeiten des Ladepunktes prüfen, ggf. beim Hersteller nachfragen! (optional) + idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erfordert. (optional) + connecttimeout: 5m # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -3602,25 +3602,25 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: fritzdect + uri: https://fritz.box # HTTP(S) Adresse (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + ain: 307788992233 # Die AIN ist auf dem Typenschild auf der Geräterückseite aufgedruckt. Bei führenden Nullen bitte in doppelte Hochkommata setzen. + standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: fritzdect + uri: https://fritz.box # HTTP(S) Adresse (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + ain: 307788992233 # Die AIN ist auf dem Typenschild auf der Geräterückseite aufgedruckt. Bei führenden Nullen bitte in doppelte Hochkommata setzen. + 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) + icon: # Icon in der Benutzeroberfläche (optional)`} /> @@ -3631,30 +3631,30 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: homematic + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 2010 # Port (optional) + device: '0001EE89AAD848' # Homematic Geräte Id, wie im CCU Webfrontend angezeigt. + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: homematic + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 2010 # Port (optional) + device: '0001EE89AAD848' # Homematic Geräte Id, wie im CCU Webfrontend angezeigt. + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional) + meterchannel: 6 # Kanalnummer des Messwertkanals, wie im CCU Webfrontend angezeigt. + switchchannel: 3 # Kanalnummer der schaltbaren Steckdose, wie im CCU Webfrontend angezeigt. + cache: 1s # Bei Problemen mit dem Duty Cycle setze den Cache auf bspw 30s. (optional) + integrateddevice: # Integriertes Gerät (keine Fahrzeugverbindung) (optional) + heating: # Wärmeerzeuger (°C anstatt %) (optional) + icon: # Icon in der Benutzeroberfläche (optional)`} /> @@ -3665,19 +3665,19 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: homewizard + host: 192.0.2.2 # IP-Adresse oder Hostname + standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: homewizard + host: 192.0.2.2 # IP-Adresse oder Hostname + 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) + icon: # Icon in der Benutzeroberfläche (optional)`} /> @@ -3688,19 +3688,19 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: mystrom + host: 192.0.2.2 # IP-Adresse oder Hostname + standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: mystrom + host: 192.0.2.2 # IP-Adresse oder Hostname + 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) + icon: # Icon in der Benutzeroberfläche (optional)`} /> @@ -3711,25 +3711,25 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: shelly + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + channel: 0 # optional + standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: shelly + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + channel: 0 # optional + 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) + icon: # Icon in der Benutzeroberfläche (optional)`} /> @@ -3740,25 +3740,25 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: tasmota + 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 # Schaltkanal (1-8) + standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tasmota + 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 # 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) + icon: # Icon in der Benutzeroberfläche (optional)`} /> @@ -3771,19 +3771,19 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: tplink + host: 192.0.2.2 # IP-Adresse oder Hostname + standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tplink + host: 192.0.2.2 # IP-Adresse oder Hostname + 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) + icon: # Icon in der Benutzeroberfläche (optional)`} /> @@ -3794,23 +3794,23 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: tapo + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + standbypower: 15 # Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tapo + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + 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) + icon: # Icon in der Benutzeroberfläche (optional)`} /> diff --git a/docs/devices/meters.mdx b/docs/devices/meters.mdx index 71875cb8c..faaab6bc7 100644 --- a/docs/devices/meters.mdx +++ b/docs/devices/meters.mdx @@ -68,41 +68,41 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -110,41 +110,41 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -152,42 +152,42 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + delay: 100ms # optional`} /> @@ -204,23 +204,23 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: abb-ab + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -228,23 +228,23 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_charger + type: template + template: abb-ab + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -261,29 +261,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: acrel-adw300 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 1200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -291,29 +291,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: acrel-adw300 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 1200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -321,29 +321,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_charger + type: template + template: acrel-adw300 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 1200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -357,16 +357,16 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_battery + type: template + template: storaxe + usage: battery + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -380,29 +380,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: alpha-ess-smile + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 85 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -410,29 +410,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: alpha-ess-smile + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 85 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -440,53 +440,53 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_battery + type: template + template: alpha-ess-smile + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 85 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: alpha-ess-smile + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 85 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -503,55 +503,55 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: saj-h2 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: saj-h2 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + defaultmode: 2 # optional + minsoc: 20 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: 95 # optional`} /> @@ -559,55 +559,55 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: saj-h2 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: saj-h2 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + defaultmode: 2 # optional + minsoc: 20 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: 95 # optional`} /> @@ -615,56 +615,56 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_battery + type: template + template: saj-h2 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: saj-h2 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + defaultmode: 2 # optional + minsoc: 20 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: 95 # optional`} /> @@ -678,29 +678,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: deye-mi + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -711,11 +711,11 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: apsystems-ez1 + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -729,23 +729,23 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: mpm3pm + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -753,23 +753,23 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_charger + type: template + template: mpm3pm + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -783,29 +783,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: deye-mi + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -821,23 +821,23 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: cg-emt1xx + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -845,23 +845,23 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_charger + type: template + template: cg-emt1xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -878,29 +878,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: cg-em24 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -908,29 +908,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_charger + type: template + template: cg-em24 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -947,29 +947,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: cg-emt3xx + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -977,29 +977,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_charger + type: template + template: cg-emt3xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1016,29 +1016,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: cg-emt3xx + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1046,29 +1046,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_charger + type: template + template: cg-emt3xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1085,23 +1085,23 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: cg-emt1xx + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1109,23 +1109,23 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_charger + type: template + template: cg-emt1xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1142,29 +1142,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: cg-emt3xx + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1172,29 +1172,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_charger + type: template + template: cg-emt3xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1208,16 +1208,16 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_charger + type: template + template: cfos + usage: charge + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 4702 # Port`} /> @@ -1235,54 +1235,54 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: deye-hybrid-3p + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: deye-hybrid-3p + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -1290,54 +1290,54 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: deye-hybrid-3p + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: deye-hybrid-3p + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -1345,55 +1345,55 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_battery + type: template + template: deye-hybrid-3p + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: deye-hybrid-3p + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -1410,54 +1410,54 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: deye-hybrid-hp3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: deye-hybrid-hp3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 20 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: 95 # optional`} /> @@ -1465,54 +1465,54 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: deye-hybrid-hp3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: deye-hybrid-hp3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 20 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: 95 # optional`} /> @@ -1520,55 +1520,55 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_battery + type: template + template: deye-hybrid-hp3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: deye-hybrid-hp3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + minsoc: 20 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: 95 # optional`} /> @@ -1582,29 +1582,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: deye-mi + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1618,29 +1618,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: deye-storage + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1648,53 +1648,53 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_battery + type: template + template: deye-storage + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: deye-storage + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -1702,29 +1702,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: deye-storage + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1738,29 +1738,29 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: deye-string + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1774,13 +1774,13 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: discovergy + usage: grid + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + meter: 1ESY1161229886`} /> @@ -1788,13 +1788,13 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_pv + type: template + template: discovergy + usage: pv + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + meter: 1ESY1161229886`} /> @@ -1808,19 +1808,19 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_grid + type: template + template: dsmr + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 1502 # Port (optional)`} advanced={`meters: + - name: my_grid + type: template + template: dsmr + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 1502 # Port (optional) + energy: # Typischerweise 1-0:1.8.0, bei Mehrtarifzählern 1-0:1.8.1 oder 1-0:1.8.2 (optional)`} /> @@ -1831,23 +1831,23 @@ Die meisten modernen PV-Technikkomponenten, insbesondere Wechselrichter und Batt + - name: my_charger + type: template + template: dzg + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1865,25 +1865,25 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_grid + type: template + template: e3dc-rscp + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 5033 # Port (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + key: # optional`} advanced={`meters: + - name: my_grid + type: template + template: e3dc-rscp + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 5033 # Port (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + key: # optional + dischargelimit: # Limitiert die Entladeleistung im 'Halten' Batteriemodus (optional)`} /> @@ -1891,25 +1891,25 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_pv + type: template + template: e3dc-rscp + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 5033 # Port (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + key: # optional`} advanced={`meters: + - name: my_pv + type: template + template: e3dc-rscp + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 5033 # Port (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + key: # optional + dischargelimit: # Limitiert die Entladeleistung im 'Halten' Batteriemodus (optional)`} /> @@ -1917,26 +1917,26 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_battery + type: template + template: e3dc-rscp + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 5033 # Port (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + key: # optional`} advanced={`meters: + - name: my_battery + type: template + template: e3dc-rscp + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 5033 # Port (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + key: # optional + dischargelimit: # Limitiert die Entladeleistung im 'Halten' Batteriemodus (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -1955,23 +1955,23 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_grid + type: template + template: eastron-sdm120 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1979,23 +1979,23 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_charger + type: template + template: eastron-sdm120 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2003,23 +2003,23 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_pv + type: template + template: eastron-sdm120 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2036,23 +2036,23 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_grid + type: template + template: eastron-sdm220_230 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2060,23 +2060,23 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_charger + type: template + template: eastron-sdm220_230 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2093,23 +2093,23 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_grid + type: template + template: eastron + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2117,23 +2117,23 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_charger + type: template + template: eastron + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2150,23 +2150,23 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_grid + type: template + template: eastron-sdm72 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2174,23 +2174,23 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_charger + type: template + template: eastron-sdm72 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2207,23 +2207,23 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_grid + type: template + template: eastron + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2231,23 +2231,23 @@ Benutzername und Passwort sind identisch zum Web-Portal bzw. My E3/DC App. Key ( + - name: my_charger + type: template + template: eastron + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2266,12 +2266,12 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_grid + type: template + template: enphase + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + token: # Ab Envoy Firmware D7.x.xxx notwendig. Token ist ein Jahr gültig. Anleitung (Obtaining a token via web UI): https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication (optional)`} /> @@ -2279,12 +2279,12 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_pv + type: template + template: enphase + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + token: # Ab Envoy Firmware D7.x.xxx notwendig. Token ist ein Jahr gültig. Anleitung (Obtaining a token via web UI): https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication (optional)`} /> @@ -2292,19 +2292,19 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_battery + type: template + template: enphase + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + token: # Ab Envoy Firmware D7.x.xxx notwendig. Token ist ein Jahr gültig. Anleitung (Obtaining a token via web UI): https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication (optional)`} advanced={`meters: + - name: my_battery + type: template + template: enphase + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + token: # Ab Envoy Firmware D7.x.xxx notwendig. Token ist ein Jahr gültig. Anleitung (Obtaining a token via web UI): https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -2318,17 +2318,17 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_grid + type: template + template: slimmelezer + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_grid + type: template + template: slimmelezer + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + scale: 1000 # Verwenden Skala von 1000 für Zuidwijk Slimmelezer. Verwenden Skala 1 für ESPHome DSMR und mhendriks P1 Dongle`} /> @@ -2342,17 +2342,17 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_grid + type: template + template: openems + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_grid + type: template + template: openems + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + password: user # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -2360,17 +2360,17 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_pv + type: template + template: openems + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_pv + type: template + template: openems + 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)`} /> @@ -2378,18 +2378,18 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_battery + type: template + template: openems + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_battery + type: template + template: openems + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + password: user # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -2408,29 +2408,29 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_pv + type: template + template: fox-ess-h1 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2438,29 +2438,29 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_battery + type: template + template: fox-ess-h1 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2477,54 +2477,54 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_grid + type: template + template: fox-ess-h3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: fox-ess-h3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -2532,54 +2532,54 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_pv + type: template + template: fox-ess-h3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: fox-ess-h3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -2587,55 +2587,55 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_battery + type: template + template: fox-ess-h3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: fox-ess-h3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -2651,17 +2651,17 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_aux + type: template + template: fronius-ohmpilot + usage: aux + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_aux + type: template + template: fronius-ohmpilot + usage: aux + host: 192.0.2.2 # IP-Adresse oder Hostname + key: 0 # optional`} /> @@ -2675,12 +2675,12 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_grid + type: template + template: fronius-gen24 + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -2688,12 +2688,12 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_pv + type: template + template: fronius-gen24 + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -2701,19 +2701,19 @@ Als Batteriespeicher werden seitens der Enphase-API derzeit nur die Batterien vo + - name: my_battery + type: template + template: fronius-gen24 + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} advanced={`meters: + - name: my_battery + type: template + template: fronius-gen24 + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -2734,13 +2734,13 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_grid + type: template + template: fronius-solarapi-v1 + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + user: customer # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -2748,13 +2748,13 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_pv + type: template + template: fronius-solarapi-v1 + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + user: customer # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -2762,21 +2762,21 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_battery + type: template + template: fronius-solarapi-v1 + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + user: customer # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} advanced={`meters: + - name: my_battery + type: template + template: fronius-solarapi-v1 + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + user: customer # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -2793,12 +2793,12 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_grid + type: template + template: fronius-gen24 + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -2806,12 +2806,12 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_pv + type: template + template: fronius-gen24 + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -2819,19 +2819,19 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_battery + type: template + template: fronius-gen24 + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} advanced={`meters: + - name: my_battery + type: template + template: fronius-gen24 + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -2850,23 +2850,23 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_grid + type: template + template: solis-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2874,23 +2874,23 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_pv + type: template + template: solis-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2898,41 +2898,41 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_battery + type: template + template: solis-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: solis-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -2949,23 +2949,23 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_grid + type: template + template: solis-hybrid-s + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2973,23 +2973,23 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_pv + type: template + template: solis-hybrid-s + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2997,41 +2997,41 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_battery + type: template + template: solis-hybrid-s + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: solis-hybrid-s + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -3048,23 +3048,23 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_grid + type: template + template: solis + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3072,23 +3072,23 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_pv + type: template + template: solis + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3105,11 +3105,11 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_grid + type: template + template: go-e-controller + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -3117,11 +3117,11 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_pv + type: template + template: go-e-controller + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -3140,30 +3140,30 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_grid + type: template + template: goodwe-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + battery: 1 # optional`} /> @@ -3171,30 +3171,30 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_pv + type: template + template: goodwe-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + battery: 1 # optional`} /> @@ -3202,55 +3202,55 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_battery + type: template + template: goodwe-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + battery: 1 # optional`} advanced={`meters: + - name: my_battery + type: template + template: goodwe-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + battery: 1 # optional + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -3264,29 +3264,29 @@ Benutzername und Passwort werden nur für die aktive Batteriesteuerung benötigt + - name: my_pv + type: template + template: goodwe-dt + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3307,29 +3307,29 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_grid + type: template + template: growatt-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3337,29 +3337,29 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_pv + type: template + template: growatt-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3367,53 +3367,53 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_battery + type: template + template: growatt-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: growatt-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -3430,29 +3430,29 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_grid + type: template + template: growatt-hybrid-tlxh + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3460,29 +3460,29 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_pv + type: template + template: growatt-hybrid-tlxh + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3490,53 +3490,53 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_battery + type: template + template: growatt-hybrid-tlxh + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: growatt-hybrid-tlxh + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -3553,11 +3553,11 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_grid + type: template + template: homewizard + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -3565,11 +3565,11 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_pv + type: template + template: homewizard + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -3585,12 +3585,12 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_pv + type: template + template: hoymiles-ahoydtu + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + id: 0 # optional`} /> @@ -3601,11 +3601,11 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_pv + type: template + template: hoymiles-opendtu + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -3621,29 +3621,29 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_grid + type: template + template: huawei-smartlogger + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} advanced={`meters: + - name: my_grid + type: template + template: huawei-smartlogger + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional + storageunit: 1 # optional`} /> @@ -3651,29 +3651,29 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_pv + type: template + template: huawei-smartlogger + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} advanced={`meters: + - name: my_pv + type: template + template: huawei-smartlogger + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional + storageunit: 1 # optional`} /> @@ -3681,30 +3681,30 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_battery + type: template + template: huawei-smartlogger + usage: battery + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} advanced={`meters: + - name: my_battery + type: template + template: huawei-smartlogger + usage: battery + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional + storageunit: 1 # optional + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -3721,53 +3721,53 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_grid + type: template + template: huawei-sun2000-rs485 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: huawei-sun2000-rs485 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + storageunit: 1 # optional`} /> @@ -3775,53 +3775,53 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_pv + type: template + template: huawei-sun2000-rs485 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: huawei-sun2000-rs485 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + storageunit: 1 # optional`} /> @@ -3829,54 +3829,54 @@ Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modu + - name: my_battery + type: template + template: huawei-sun2000-rs485 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: huawei-sun2000-rs485 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + storageunit: 1 # optional + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -3893,17 +3893,17 @@ Erfordert "Modbus/TCP". Freischaltung via "Errichterzugang" in den Kommunikation Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/667250677153415168-667213868771979264 + - name: my_pv + type: template + template: huawei-dongle + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} /> @@ -3920,29 +3920,29 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_grid + type: template + template: huawei-dongle-powersensor + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} advanced={`meters: + - name: my_grid + type: template + template: huawei-dongle-powersensor + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional + storageunit: 1 # optional`} /> @@ -3950,29 +3950,29 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_pv + type: template + template: huawei-dongle-powersensor + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} advanced={`meters: + - name: my_pv + type: template + template: huawei-dongle-powersensor + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional + storageunit: 1 # optional`} /> @@ -3980,30 +3980,30 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_battery + type: template + template: huawei-dongle-powersensor + usage: battery + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} advanced={`meters: + - name: my_battery + type: template + template: huawei-dongle-powersensor + usage: battery + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional + storageunit: 1 # optional + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -4017,13 +4017,13 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_pv + type: template + template: solarman + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + user: admin # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: admin # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -4037,23 +4037,23 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_grid + type: template + template: inepro + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4061,23 +4061,23 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_charger + type: template + template: inepro + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4094,29 +4094,29 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_grid + type: template + template: janitza + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4124,29 +4124,29 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_charger + type: template + template: janitza + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4160,16 +4160,16 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_grid + type: template + template: keba-kecontact + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4185,29 +4185,29 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_grid + type: template + template: cg-emt3xx + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4215,29 +4215,29 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_charger + type: template + template: cg-emt3xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4254,23 +4254,23 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_grid + type: template + template: eastron + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4278,23 +4278,23 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_charger + type: template + template: eastron + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4308,13 +4308,13 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_pv + type: template + template: kostal-piko-legacy + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)`} /> @@ -4328,11 +4328,11 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_grid + type: template + template: kostal-piko-hybrid + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -4340,11 +4340,11 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_pv + type: template + template: kostal-piko-hybrid + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -4352,17 +4352,17 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_battery + type: template + template: kostal-piko-hybrid + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_battery + type: template + template: kostal-piko-hybrid + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -4376,11 +4376,11 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_pv + type: template + template: kostal-piko-mp-plus + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -4394,11 +4394,11 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_grid + type: template + template: kostal-piko-pv + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -4406,11 +4406,11 @@ Siehe https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/66725067715 + - name: my_pv + type: template + template: kostal-piko-pv + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -4429,28 +4429,28 @@ Nur ein System kann und darf auf den Wechselrichter zugreifen! Für die aktive B + - name: my_pv + type: template + template: kostal-plenticore + usage: pv + + # Modbus TCP + modbus: tcpip + id: 71 + host: 192.0.2.2 # Hostname + port: 1502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: kostal-plenticore + usage: pv + + # Modbus TCP + modbus: tcpip + id: 71 + host: 192.0.2.2 # Hostname + port: 1502 # Port + endianness: little # optional + watchdog: 60s # optional`} /> @@ -4458,29 +4458,29 @@ Nur ein System kann und darf auf den Wechselrichter zugreifen! Für die aktive B + - name: my_battery + type: template + template: kostal-plenticore + usage: battery + + # Modbus TCP + modbus: tcpip + id: 71 + host: 192.0.2.2 # Hostname + port: 1502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: kostal-plenticore + usage: battery + + # Modbus TCP + modbus: tcpip + id: 71 + host: 192.0.2.2 # Hostname + port: 1502 # Port + endianness: little # optional + capacity: 50 # Akkukapazität in kWh (optional) + watchdog: 60s # optional`} /> @@ -4494,16 +4494,16 @@ Nur ein System kann und darf auf den Wechselrichter zugreifen! Für die aktive B + - name: my_grid + type: template + template: kostal-ksem + usage: grid + + # Modbus TCP + modbus: tcpip + id: 71 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4516,16 +4516,16 @@ Nur ein System kann und darf auf den Wechselrichter zugreifen! Für die aktive B Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorposition 1 (Haushaltsverbrauch) wird nicht unterstützt. + - name: my_grid + type: template + template: kostal-ksem-inverter + usage: grid + + # Modbus TCP + modbus: tcpip + id: 71 + host: 192.0.2.2 # Hostname + port: 1502 # Port`} /> @@ -4539,19 +4539,19 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_grid + type: template + template: lg-ess-home-8-10 + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Benutzerpasswort, siehe https://github.com/Morluktom/ioBroker.lg-ess-home/tree/master#getting-the-password. Alternativ kann die Registriernummer für Administratorlogin verwendet werden. (optional)`} advanced={`meters: + - name: my_grid + type: template + template: lg-ess-home-8-10 + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Benutzerpasswort, siehe https://github.com/Morluktom/ioBroker.lg-ess-home/tree/master#getting-the-password. Alternativ kann die Registriernummer für Administratorlogin verwendet werden. (optional) + registration: DE200... # Registriernummer des LG ESS HOME Wechselrichters. (optional)`} /> @@ -4559,19 +4559,19 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_pv + type: template + template: lg-ess-home-8-10 + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Benutzerpasswort, siehe https://github.com/Morluktom/ioBroker.lg-ess-home/tree/master#getting-the-password. Alternativ kann die Registriernummer für Administratorlogin verwendet werden. (optional)`} advanced={`meters: + - name: my_pv + type: template + template: lg-ess-home-8-10 + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Benutzerpasswort, siehe https://github.com/Morluktom/ioBroker.lg-ess-home/tree/master#getting-the-password. Alternativ kann die Registriernummer für Administratorlogin verwendet werden. (optional) + registration: DE200... # Registriernummer des LG ESS HOME Wechselrichters. (optional)`} /> @@ -4579,20 +4579,20 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_battery + type: template + template: lg-ess-home-8-10 + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Benutzerpasswort, siehe https://github.com/Morluktom/ioBroker.lg-ess-home/tree/master#getting-the-password. Alternativ kann die Registriernummer für Administratorlogin verwendet werden. (optional)`} advanced={`meters: + - name: my_battery + type: template + template: lg-ess-home-8-10 + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Benutzerpasswort, siehe https://github.com/Morluktom/ioBroker.lg-ess-home/tree/master#getting-the-password. Alternativ kann die Registriernummer für Administratorlogin verwendet werden. (optional) + registration: DE200... # Registriernummer des LG ESS HOME Wechselrichters. (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -4609,15 +4609,15 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_grid + type: template + template: loxone + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + meterblock: # Bezeichnung aus Loxone Config + socblock: # Bezeichnung aus Loxone Config, nur für Batterie (optional)`} /> @@ -4625,15 +4625,15 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_pv + type: template + template: loxone + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + meterblock: # Bezeichnung aus Loxone Config + socblock: # Bezeichnung aus Loxone Config, nur für Batterie (optional)`} /> @@ -4641,15 +4641,15 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_battery + type: template + template: loxone + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + meterblock: # Bezeichnung aus Loxone Config + socblock: # Bezeichnung aus Loxone Config, nur für Batterie (optional)`} /> @@ -4657,15 +4657,15 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_charger + type: template + template: loxone + usage: charge + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + meterblock: # Bezeichnung aus Loxone Config + socblock: # Bezeichnung aus Loxone Config, nur für Batterie (optional)`} /> @@ -4684,23 +4684,23 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_grid + type: template + template: mtec-eb-gen2 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4708,23 +4708,23 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_pv + type: template + template: mtec-eb-gen2 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4732,23 +4732,23 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_battery + type: template + template: mtec-eb-gen2 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4765,23 +4765,23 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_grid + type: template + template: mtec-eb-gen3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4789,23 +4789,23 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_pv + type: template + template: mtec-eb-gen3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4813,23 +4813,23 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_battery + type: template + template: mtec-eb-gen3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4843,17 +4843,17 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_grid + type: template + template: slimmelezer + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_grid + type: template + template: slimmelezer + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + scale: 1000 # Verwenden Skala von 1000 für Zuidwijk Slimmelezer. Verwenden Skala 1 für ESPHome DSMR und mhendriks P1 Dongle`} /> @@ -4866,11 +4866,11 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_aux + type: template + template: ac-elwa-2 + usage: aux + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -4881,11 +4881,11 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_aux + type: template + template: ac-elwa-e + usage: aux + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -4896,11 +4896,11 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_aux + type: template + template: thor + usage: aux + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -4911,16 +4911,16 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_grid + type: template + template: mypv-wifi-meter + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4934,17 +4934,17 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_grid + type: template + template: openems + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_grid + type: template + template: openems + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + password: user # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -4952,17 +4952,17 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_pv + type: template + template: openems + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_pv + type: template + template: openems + 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)`} /> @@ -4970,18 +4970,18 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_battery + type: template + template: openems + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_battery + type: template + template: openems + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + password: user # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -4998,23 +4998,23 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_grid + type: template + template: orno + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5022,23 +5022,23 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_charger + type: template + template: orno + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5052,11 +5052,11 @@ Der Zähler muss in Sensorposition 2 (Netzanschluss) installiert sein. Sensorpos + - name: my_grid + type: template + template: p1monitor + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -5072,12 +5072,12 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: plexlog + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 503 # Port (optional)`} /> @@ -5085,12 +5085,12 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_pv + type: template + template: plexlog + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 503 # Port (optional)`} /> @@ -5098,12 +5098,12 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_battery + type: template + template: plexlog + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 503 # Port (optional)`} /> @@ -5120,16 +5120,16 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: powerdog + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5137,16 +5137,16 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_pv + type: template + template: powerdog + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5163,19 +5163,19 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: powerfox-poweropti + usage: grid + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)`} advanced={`meters: + - name: my_grid + type: template + template: powerfox-poweropti + usage: grid + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + id: main # Id im Falle mehrerer PowerOpti`} /> @@ -5183,19 +5183,19 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_pv + type: template + template: powerfox-poweropti + usage: pv + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)`} advanced={`meters: + - name: my_pv + type: template + template: powerfox-poweropti + usage: pv + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + id: main # Id im Falle mehrerer PowerOpti`} /> @@ -5212,29 +5212,29 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: solax + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5242,29 +5242,29 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_pv + type: template + template: solax + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5272,53 +5272,53 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_battery + type: template + template: solax + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: solax + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -5335,11 +5335,11 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: rct-power + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -5347,11 +5347,11 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_pv + type: template + template: rct-power + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -5359,17 +5359,17 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_battery + type: template + template: rct-power + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_battery + type: template + template: rct-power + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -5386,23 +5386,23 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: sbc-axx3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5410,23 +5410,23 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_charger + type: template + template: sbc-axx3 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5443,55 +5443,55 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: saj-h2 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: saj-h2 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + defaultmode: 2 # optional + minsoc: 20 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: 95 # optional`} /> @@ -5499,55 +5499,55 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_pv + type: template + template: saj-h2 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: saj-h2 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + defaultmode: 2 # optional + minsoc: 20 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: 95 # optional`} /> @@ -5555,56 +5555,56 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_battery + type: template + template: saj-h2 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: saj-h2 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + defaultmode: 2 # optional + minsoc: 20 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: 95 # optional`} /> @@ -5621,16 +5621,16 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: sax + usage: grid + + # Modbus TCP + modbus: tcpip + id: 64 + host: 192.0.2.2 # Hostname + port: 3600 # Port`} /> @@ -5638,16 +5638,16 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_battery + type: template + template: sax + usage: battery + + # Modbus TCP + modbus: tcpip + id: 64 + host: 192.0.2.2 # Hostname + port: 3600 # Port`} /> @@ -5664,23 +5664,23 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: schneider-iem3000 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5688,23 +5688,23 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_charger + type: template + template: schneider-iem3000 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5721,12 +5721,12 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: senec-home + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + schema: https # optional`} /> @@ -5734,12 +5734,12 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_pv + type: template + template: senec-home + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + schema: https # optional`} /> @@ -5747,19 +5747,19 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_battery + type: template + template: senec-home + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + schema: https # optional`} advanced={`meters: + - name: my_battery + type: template + template: senec-home + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + schema: https # optional + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -5773,16 +5773,16 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_pv + type: template + template: senergy + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5798,18 +5798,18 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: shelly-3em + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_grid + type: template + template: shelly-3em + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -5817,18 +5817,18 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_pv + type: template + template: shelly-3em + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_pv + type: template + template: shelly-3em + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -5836,18 +5836,18 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_charger + type: template + template: shelly-3em + usage: charge + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_charger + type: template + template: shelly-3em + usage: charge + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -5864,13 +5864,13 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: shelly-pro-3em + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -5878,13 +5878,13 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_pv + type: template + template: shelly-pro-3em + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -5892,13 +5892,13 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_charger + type: template + template: shelly-pro-3em + usage: charge + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -5917,29 +5917,29 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: siemens-7kt1665 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5947,29 +5947,29 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_charger + type: template + template: siemens-7kt1665 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5986,29 +5986,29 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_grid + type: template + template: siemens-pac2200 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6016,29 +6016,29 @@ Die Werte werden ca. alle 15 Sekunden aktualisiert, deshalb sollte das evcc `int + - name: my_charger + type: template + template: siemens-pac2200 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6059,16 +6059,16 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_grid + type: template + template: sma-data-manager + usage: grid + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6076,16 +6076,16 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_pv + type: template + template: sma-data-manager + usage: pv + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6093,27 +6093,27 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_battery + type: template + template: sma-data-manager + usage: battery + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sma-data-manager + usage: battery + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -6130,17 +6130,17 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_grid + type: template + template: sma-energy-meter + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_grid + type: template + template: sma-energy-meter + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + interface: eth0 # Netzwerkschnittstelle (optional)`} /> @@ -6148,17 +6148,17 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_pv + type: template + template: sma-energy-meter + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_pv + type: template + template: sma-energy-meter + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + interface: eth0 # Netzwerkschnittstelle (optional)`} /> @@ -6175,27 +6175,27 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_pv + type: template + template: sma-hybrid + usage: pv + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: sma-hybrid + usage: pv + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port + watchdog: 30s # optional`} /> @@ -6203,28 +6203,28 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_battery + type: template + template: sma-hybrid + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sma-hybrid + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + watchdog: 30s # optional`} /> @@ -6238,28 +6238,28 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_battery + type: template + template: sma-sbs-15-25-modbus + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sma-sbs-15-25-modbus + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + watchdog: 60s # optional`} /> @@ -6270,28 +6270,28 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_battery + type: template + template: sma-sbs-modbus + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sma-sbs-modbus + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + watchdog: 60s # optional`} /> @@ -6302,17 +6302,17 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_grid + type: template + template: sma-home-manager + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_grid + type: template + template: sma-home-manager + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + interface: eth0 # Netzwerkschnittstelle (optional)`} /> @@ -6323,28 +6323,28 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_battery + type: template + template: sma-si-modbus + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sma-si-modbus + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + watchdog: 60s # optional`} /> @@ -6355,16 +6355,16 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_pv + type: template + template: sma-webbox + usage: pv + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6375,16 +6375,16 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_pv + type: template + template: sma-inverter-modbus + usage: pv + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6398,12 +6398,12 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_pv + type: template + template: sma-inverter-speedwire + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Passwort für Benutzergruppe Benutzer (optional)`} /> @@ -6411,19 +6411,19 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_battery + type: template + template: sma-inverter-speedwire + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Passwort für Benutzergruppe Benutzer (optional)`} advanced={`meters: + - name: my_battery + type: template + template: sma-inverter-speedwire + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Passwort für Benutzergruppe Benutzer (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -6444,11 +6444,11 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_grid + type: template + template: smartfox + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -6456,11 +6456,11 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_pv + type: template + template: smartfox + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -6468,11 +6468,11 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_aux + type: template + template: smartfox + usage: aux + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -6491,11 +6491,11 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_grid + type: template + template: smartfox-em2 + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -6503,11 +6503,11 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_pv + type: template + template: smartfox-em2 + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -6515,11 +6515,11 @@ In der Weboberfläche des SMA Data Manager muss im Bereich "Externe Kommunikatio + - name: my_aux + type: template + template: smartfox-em2 + usage: aux + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -6540,29 +6540,29 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_grid + type: template + template: sofarsolar-g3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -6570,29 +6570,29 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_pv + type: template + template: sofarsolar-g3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -6600,53 +6600,53 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -6665,29 +6665,29 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_grid + type: template + template: sofarsolar-g3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -6695,29 +6695,29 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_pv + type: template + template: sofarsolar-g3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -6725,53 +6725,53 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -6788,29 +6788,29 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_grid + type: template + template: sofarsolar + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6818,29 +6818,29 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_pv + type: template + template: sofarsolar + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6848,53 +6848,53 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_battery + type: template + template: sofarsolar + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sofarsolar + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -6913,29 +6913,29 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_grid + type: template + template: sofarsolar-g3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -6943,29 +6943,29 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_pv + type: template + template: sofarsolar-g3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -6973,53 +6973,53 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -7038,29 +7038,29 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_grid + type: template + template: sofarsolar-g3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -7068,29 +7068,29 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_pv + type: template + template: sofarsolar-g3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -7098,53 +7098,53 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -7161,24 +7161,24 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_grid + type: template + template: solaranzeige + usage: grid + host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers + port: 1883 # MQTT Broker Port (optional) + topic: solaranzeige/box1 # Topic (ohne / am Anfang) (optional) + timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional)`} advanced={`meters: + - name: my_grid + type: template + template: solaranzeige + usage: grid + host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers + port: 1883 # MQTT Broker Port (optional) + topic: solaranzeige/box1 # Topic (ohne / am Anfang) (optional) + timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -7186,24 +7186,24 @@ Es wird empfohlen die Verbindung über einen LSE-3 Logger Stick mittels ModBus T + - name: my_pv + type: template + template: solaranzeige + usage: pv + host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers + port: 1883 # MQTT Broker Port (optional) + topic: solaranzeige/box1 # Topic (ohne / am Anfang) (optional) + timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional)`} advanced={`meters: + - name: my_pv + type: template + template: solaranzeige + usage: pv + host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers + port: 1883 # MQTT Broker Port (optional) + topic: solaranzeige/box1 # Topic (ohne / am Anfang) (optional) + timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -7225,55 +7225,55 @@ Für die optionale Batteriesteuerung muss StorageConf_CtrlMode (0xE004) auf 4 "R + - name: my_grid + type: template + template: solaredge-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional`} advanced={`meters: + - name: my_grid + type: template + template: solaredge-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional + watchdog: 60s # optional`} /> @@ -7281,55 +7281,55 @@ Für die optionale Batteriesteuerung muss StorageConf_CtrlMode (0xE004) auf 4 "R + - name: my_pv + type: template + template: solaredge-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional`} advanced={`meters: + - name: my_pv + type: template + template: solaredge-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional + watchdog: 60s # optional`} /> @@ -7337,56 +7337,56 @@ Für die optionale Batteriesteuerung muss StorageConf_CtrlMode (0xE004) auf 4 "R + - name: my_battery + type: template + template: solaredge-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional`} advanced={`meters: + - name: my_battery + type: template + template: solaredge-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional + capacity: 50 # Akkukapazität in kWh (optional) + watchdog: 60s # optional`} /> @@ -7405,30 +7405,30 @@ Nur ein System kann und darf auf den Wechselrichter zugreifen! + - name: my_grid + type: template + template: solaredge-inverter + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional`} /> @@ -7436,30 +7436,30 @@ Nur ein System kann und darf auf den Wechselrichter zugreifen! + - name: my_pv + type: template + template: solaredge-inverter + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional`} /> @@ -7479,12 +7479,12 @@ Falls eine Hausbatterie angeschlossen ist sollte dieses Gerät auf keinen Fall f + - name: my_grid + type: template + template: solarlog + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -7492,12 +7492,12 @@ Falls eine Hausbatterie angeschlossen ist sollte dieses Gerät auf keinen Fall f + - name: my_pv + type: template + template: solarlog + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -7518,27 +7518,27 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_grid + type: template + template: solarmax-maxstorage + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: solarmax-maxstorage + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + watchdog: 60s # optional`} /> @@ -7546,27 +7546,27 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_pv + type: template + template: solarmax-maxstorage + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: solarmax-maxstorage + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + watchdog: 60s # optional`} /> @@ -7574,28 +7574,28 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_battery + type: template + template: solarmax-maxstorage + usage: battery + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: solarmax-maxstorage + usage: battery + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + watchdog: 60s # optional`} /> @@ -7609,16 +7609,16 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_pv + type: template + template: solarmax-smt + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -7629,16 +7629,16 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_pv + type: template + template: senergy + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -7654,11 +7654,11 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_grid + type: template + template: solarwatt + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -7666,11 +7666,11 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_pv + type: template + template: solarwatt + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -7678,17 +7678,17 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_battery + type: template + template: solarwatt + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_battery + type: template + template: solarwatt + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -7705,11 +7705,11 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_grid + type: template + template: solarwatt + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -7717,11 +7717,11 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_pv + type: template + template: solarwatt + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -7729,17 +7729,17 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_battery + type: template + template: solarwatt + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_battery + type: template + template: solarwatt + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -7756,12 +7756,12 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_grid + type: template + template: solarwatt-myreserve-matrix + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 8080 # Port (optional)`} /> @@ -7769,12 +7769,12 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_pv + type: template + template: solarwatt-myreserve-matrix + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 8080 # Port (optional)`} /> @@ -7782,19 +7782,19 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_battery + type: template + template: solarwatt-myreserve-matrix + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 8080 # Port (optional)`} advanced={`meters: + - name: my_battery + type: template + template: solarwatt-myreserve-matrix + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 8080 # Port (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -7813,29 +7813,29 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_grid + type: template + template: solax + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -7843,29 +7843,29 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_pv + type: template + template: solax + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -7873,53 +7873,53 @@ Für Batteriesteuerung muss über den Solarmax Support die Funktion "Connectivit + - name: my_battery + type: template + template: solax + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: solax + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -7940,12 +7940,12 @@ Der Solax Hybrid-Wechselrichter muss in der SolaxCloud angemeldet sein. + - name: my_grid + type: template + template: solax-hybrid-cloud + usage: grid + tokenid: # Auf https://www.solaxcloud.com/#/api den Wert von "ObtaintokenID" hier eintragen. + serial: # Auf https://www.solaxcloud.com/#/inverter die Registriernummer hier eintragen.`} /> @@ -7953,12 +7953,12 @@ Der Solax Hybrid-Wechselrichter muss in der SolaxCloud angemeldet sein. + - name: my_pv + type: template + template: solax-hybrid-cloud + usage: pv + tokenid: # Auf https://www.solaxcloud.com/#/api den Wert von "ObtaintokenID" hier eintragen. + serial: # Auf https://www.solaxcloud.com/#/inverter die Registriernummer hier eintragen.`} /> @@ -7966,19 +7966,19 @@ Der Solax Hybrid-Wechselrichter muss in der SolaxCloud angemeldet sein. + - name: my_battery + type: template + template: solax-hybrid-cloud + usage: battery + tokenid: # Auf https://www.solaxcloud.com/#/api den Wert von "ObtaintokenID" hier eintragen. + serial: # Auf https://www.solaxcloud.com/#/inverter die Registriernummer hier eintragen.`} advanced={`meters: + - name: my_battery + type: template + template: solax-hybrid-cloud + usage: battery + tokenid: # Auf https://www.solaxcloud.com/#/api den Wert von "ObtaintokenID" hier eintragen. + serial: # Auf https://www.solaxcloud.com/#/inverter die Registriernummer hier eintragen. + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -7996,12 +7996,12 @@ Der Solax PV-Wechselrichter muss in der SolaxCloud angemeldet sein. **Achtung**: Die Werte können nur alle 150s abgerufen werden und dann auch 5 Minuten alt sein. Die Laderegelung nach PV kann hiermit nicht optimal gesteuert werden! Nur als Notfalloption nutzen wenn kein lokaler Zugriff möglich ist. + - name: my_pv + type: template + template: solax-inverter-cloud + usage: pv + tokenid: # ObtaintokenID von https://www.solaxcloud.com/#/api verwenden. + serial: # Registriernummer von https://www.solaxcloud.com/#/inverter verwenden.`} /> @@ -8015,41 +8015,41 @@ Der Solax PV-Wechselrichter muss in der SolaxCloud angemeldet sein. + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -8057,41 +8057,41 @@ Der Solax PV-Wechselrichter muss in der SolaxCloud angemeldet sein. + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -8099,42 +8099,42 @@ Der Solax PV-Wechselrichter muss in der SolaxCloud angemeldet sein. + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + delay: 100ms # optional`} /> @@ -8153,12 +8153,12 @@ Der Solax PV-Wechselrichter muss in der SolaxCloud angemeldet sein. + - name: my_grid + type: template + template: sonnenbatterie-eco56 + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 7979 # Port (optional)`} /> @@ -8166,12 +8166,12 @@ Der Solax PV-Wechselrichter muss in der SolaxCloud angemeldet sein. + - name: my_pv + type: template + template: sonnenbatterie-eco56 + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 7979 # Port (optional)`} /> @@ -8179,19 +8179,19 @@ Der Solax PV-Wechselrichter muss in der SolaxCloud angemeldet sein. + - name: my_battery + type: template + template: sonnenbatterie-eco56 + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 7979 # Port (optional)`} advanced={`meters: + - name: my_battery + type: template + template: sonnenbatterie-eco56 + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 7979 # Port (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -8211,12 +8211,12 @@ Die Leistung für das Netzladen kann an die Wechselrichterleistung der sonnenBat + - name: my_grid + type: template + template: sonnenbatterie + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 8080 # Port (optional)`} /> @@ -8224,12 +8224,12 @@ Die Leistung für das Netzladen kann an die Wechselrichterleistung der sonnenBat + - name: my_pv + type: template + template: sonnenbatterie + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 8080 # Port (optional)`} /> @@ -8237,22 +8237,22 @@ Die Leistung für das Netzladen kann an die Wechselrichterleistung der sonnenBat + - name: my_battery + type: template + template: sonnenbatterie + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 8080 # Port (optional) + token: # API Token (benötigt für aktive Batteriesteuerung) (optional)`} advanced={`meters: + - name: my_battery + type: template + template: sonnenbatterie + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 8080 # Port (optional) + token: # API Token (benötigt für aktive Batteriesteuerung) (optional) + capacity: 50 # Akkukapazität in kWh (optional) + chargepower: 3300 # Ladeleistung für Netzladen in W (optional)`} /> @@ -8269,41 +8269,41 @@ Die Leistung für das Netzladen kann an die Wechselrichterleistung der sonnenBat + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -8311,41 +8311,41 @@ Die Leistung für das Netzladen kann an die Wechselrichterleistung der sonnenBat + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -8353,42 +8353,42 @@ Die Leistung für das Netzladen kann an die Wechselrichterleistung der sonnenBat + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + delay: 100ms # optional`} /> @@ -8402,11 +8402,11 @@ Die Leistung für das Netzladen kann an die Wechselrichterleistung der sonnenBat + - name: my_pv + type: template + template: kostal-piko-mp-plus + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -8422,29 +8422,29 @@ Die Leistung für das Netzladen kann an die Wechselrichterleistung der sonnenBat + - name: my_grid + type: template + template: sungrow-inverter + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -8452,29 +8452,29 @@ Die Leistung für das Netzladen kann an die Wechselrichterleistung der sonnenBat + - name: my_pv + type: template + template: sungrow-inverter + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -8493,30 +8493,30 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_grid + type: template + template: sungrow-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional`} /> @@ -8524,30 +8524,30 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_pv + type: template + template: sungrow-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional`} /> @@ -8555,55 +8555,55 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_battery + type: template + template: sungrow-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional`} advanced={`meters: + - name: my_battery + type: template + template: sungrow-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -8622,54 +8622,54 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_grid + type: template + template: deye-hybrid-3p + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: deye-hybrid-3p + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -8677,54 +8677,54 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_pv + type: template + template: deye-hybrid-3p + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: deye-hybrid-3p + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -8732,55 +8732,55 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_battery + type: template + template: deye-hybrid-3p + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: deye-hybrid-3p + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -8797,54 +8797,54 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_grid + type: template + template: deye-hybrid-hp3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: deye-hybrid-hp3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 20 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: 95 # optional`} /> @@ -8852,54 +8852,54 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_pv + type: template + template: deye-hybrid-hp3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: deye-hybrid-hp3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 20 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: 95 # optional`} /> @@ -8907,55 +8907,55 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_battery + type: template + template: deye-hybrid-hp3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: deye-hybrid-hp3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + minsoc: 20 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: 95 # optional`} /> @@ -8969,29 +8969,29 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_pv + type: template + template: deye-mi + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9005,29 +9005,29 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_pv + type: template + template: deye-storage + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9035,53 +9035,53 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_battery + type: template + template: deye-storage + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: deye-storage + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -9089,29 +9089,29 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_grid + type: template + template: deye-storage + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9125,29 +9125,29 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_pv + type: template + template: deye-string + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9161,41 +9161,41 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -9203,41 +9203,41 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -9245,42 +9245,42 @@ Verbindungen über das WiNet-S-Dongle (WiFi oder LAN) funktionieren nur mit aktu + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + delay: 100ms # optional`} /> @@ -9318,13 +9318,13 @@ Ein entsprechendes Lesekopf-Script sieht wie folgt aus: ``` + - name: my_grid + type: template + template: tasmota-sml + 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)`} /> @@ -9345,24 +9345,24 @@ Folgende Apps ermöglichen das Erstellen des Tokens: + - name: my_grid + type: template + template: tesla-powerwall + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Passwort des Benutzers "Kunde". Default sind die letzten 5 Zeichen des auf dem Tesla Gateway genannten Passworts. + refreshToken: # optional + siteId: # optionale Product ID dieser Energy Site, zum Übersteuern der automatischen Erkennung (optional)`} advanced={`meters: + - name: my_grid + type: template + template: tesla-powerwall + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Passwort des Benutzers "Kunde". Default sind die letzten 5 Zeichen des auf dem Tesla Gateway genannten Passworts. + refreshToken: # optional + siteId: # optionale Product ID dieser Energy Site, zum Übersteuern der automatischen Erkennung (optional) + minSoc: 25 # die Energyreserve auf die zurückgesetzt wird, wenn die Entladung wieder freigegeben wird (optional) + maxSoc: # die Energyreserve auf die gesetzt wird, wenn Batterieladung angefordert wird (optional)`} /> @@ -9370,24 +9370,24 @@ Folgende Apps ermöglichen das Erstellen des Tokens: + - name: my_pv + type: template + template: tesla-powerwall + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Passwort des Benutzers "Kunde". Default sind die letzten 5 Zeichen des auf dem Tesla Gateway genannten Passworts. + refreshToken: # optional + siteId: # optionale Product ID dieser Energy Site, zum Übersteuern der automatischen Erkennung (optional)`} advanced={`meters: + - name: my_pv + type: template + template: tesla-powerwall + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Passwort des Benutzers "Kunde". Default sind die letzten 5 Zeichen des auf dem Tesla Gateway genannten Passworts. + refreshToken: # optional + siteId: # optionale Product ID dieser Energy Site, zum Übersteuern der automatischen Erkennung (optional) + minSoc: 25 # die Energyreserve auf die zurückgesetzt wird, wenn die Entladung wieder freigegeben wird (optional) + maxSoc: # die Energyreserve auf die gesetzt wird, wenn Batterieladung angefordert wird (optional)`} /> @@ -9395,24 +9395,24 @@ Folgende Apps ermöglichen das Erstellen des Tokens: + - name: my_battery + type: template + template: tesla-powerwall + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Passwort des Benutzers "Kunde". Default sind die letzten 5 Zeichen des auf dem Tesla Gateway genannten Passworts. + refreshToken: # optional + siteId: # optionale Product ID dieser Energy Site, zum Übersteuern der automatischen Erkennung (optional)`} advanced={`meters: + - name: my_battery + type: template + template: tesla-powerwall + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + password: # Passwort des Benutzers "Kunde". Default sind die letzten 5 Zeichen des auf dem Tesla Gateway genannten Passworts. + refreshToken: # optional + siteId: # optionale Product ID dieser Energy Site, zum Übersteuern der automatischen Erkennung (optional) + minSoc: 25 # die Energyreserve auf die zurückgesetzt wird, wenn die Entladung wieder freigegeben wird (optional) + maxSoc: # die Energyreserve auf die gesetzt wird, wenn Batterieladung angefordert wird (optional)`} /> @@ -9426,12 +9426,12 @@ Folgende Apps ermöglichen das Erstellen des Tokens: + - name: my_grid + type: template + template: tibber-pulse + usage: grid + token: 5K4MVS-OjfWhK_4yrjOlFe1F6kJXPVf7eQYggo8ebAE + homeid: 96a14971-525a-4420-aae9-e5aedaa129ff # optional`} /> @@ -9444,13 +9444,13 @@ Folgende Apps ermöglichen das Erstellen des Tokens: + - name: my_grid + type: template + template: tq-em + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 80 # Port (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} /> @@ -9461,14 +9461,14 @@ Folgende Apps ermöglichen das Erstellen des Tokens: Datenendpunkt (optional) - token: ey... # Token des EM420 (Erstellen unter Profil -> Zugangsschlüssel)`} /> + - name: my_grid + type: template + template: tq-em420 + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 80 # Port (optional) + device: local # JSON-Schnittstelle -> Datenendpunkt (optional) + token: ey... # Token des EM420 (Erstellen unter Profil -> Zugangsschlüssel)`} /> @@ -9484,12 +9484,12 @@ PV nur verfügbar mit PV-Sensor + - name: my_grid + type: template + template: varta + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -9497,12 +9497,12 @@ PV nur verfügbar mit PV-Sensor + - name: my_pv + type: template + template: varta + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} /> @@ -9510,19 +9510,19 @@ PV nur verfügbar mit PV-Sensor + - name: my_battery + type: template + template: varta + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} advanced={`meters: + - name: my_battery + type: template + template: varta + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -9541,29 +9541,29 @@ PV nur verfügbar mit PV-Sensor + - name: my_grid + type: template + template: cg-em24 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9571,29 +9571,29 @@ PV nur verfügbar mit PV-Sensor + - name: my_charger + type: template + template: cg-em24 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9610,29 +9610,29 @@ PV nur verfügbar mit PV-Sensor + - name: my_grid + type: template + template: cg-emt3xx + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9640,29 +9640,29 @@ PV nur verfügbar mit PV-Sensor + - name: my_charger + type: template + template: cg-emt3xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9681,22 +9681,22 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_grid + type: template + template: victron-energy + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional) + meterid: # Grid-Energiezähler VRM instance- kann im VRM Portal oder im RemoteUI ausgelesen werden. (optional)`} advanced={`meters: + - name: my_grid + type: template + template: victron-energy + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional) + meterid: # Grid-Energiezähler VRM instance- kann im VRM Portal oder im RemoteUI ausgelesen werden. (optional) + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -9704,20 +9704,20 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_pv + type: template + template: victron-energy + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} advanced={`meters: + - name: my_pv + type: template + template: victron-energy + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional) + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -9725,21 +9725,21 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_battery + type: template + template: victron-energy + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional)`} advanced={`meters: + - name: my_battery + type: template + template: victron-energy + usage: battery + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 502 # Port (optional) + capacity: 50 # Akkukapazität in kWh (optional) + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -9756,29 +9756,29 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_grid + type: template + template: cg-emt3xx + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9786,29 +9786,29 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_charger + type: template + template: cg-emt3xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9825,41 +9825,41 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -9867,41 +9867,41 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -9909,42 +9909,42 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + delay: 100ms # optional`} /> @@ -9963,23 +9963,23 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_grid + type: template + template: eastron-sdm220_230 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9987,23 +9987,23 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_charger + type: template + template: eastron-sdm220_230 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10020,23 +10020,23 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_grid + type: template + template: eastron-sdm220_230 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10044,23 +10044,23 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_charger + type: template + template: eastron-sdm220_230 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10077,23 +10077,23 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_grid + type: template + template: eastron + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10101,23 +10101,23 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_charger + type: template + template: eastron + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10134,23 +10134,23 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_grid + type: template + template: eastron + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10158,23 +10158,23 @@ Für Grid-Nutzung ist eine VRM-Instanz notwendig wenn Lastmanagement genutzt wer + - name: my_charger + type: template + template: eastron + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10193,11 +10193,11 @@ Zur Erfassung der PV-Produktion wird ein extern angebundenener S0-Erzeugungszäh + - name: my_grid + type: template + template: youless + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -10205,11 +10205,11 @@ Zur Erfassung der PV-Produktion wird ein extern angebundenener S0-Erzeugungszäh + - name: my_pv + type: template + template: youless + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -10226,29 +10226,29 @@ Zur Erfassung der PV-Produktion wird ein extern angebundenener S0-Erzeugungszäh + - name: my_grid + type: template + template: sofarsolar + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10256,29 +10256,29 @@ Zur Erfassung der PV-Produktion wird ein extern angebundenener S0-Erzeugungszäh + - name: my_pv + type: template + template: sofarsolar + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10286,53 +10286,53 @@ Zur Erfassung der PV-Produktion wird ein extern angebundenener S0-Erzeugungszäh + - name: my_battery + type: template + template: sofarsolar + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sofarsolar + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -10348,17 +10348,17 @@ Zur Erfassung der PV-Produktion wird ein extern angebundenener S0-Erzeugungszäh + - name: my_grid + type: template + template: slimmelezer + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} advanced={`meters: + - name: my_grid + type: template + template: slimmelezer + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + scale: 1000 # Verwenden Skala von 1000 für Zuidwijk Slimmelezer. Verwenden Skala 1 für ESPHome DSMR und mhendriks P1 Dongle`} /> @@ -10371,11 +10371,11 @@ Zur Erfassung der PV-Produktion wird ein extern angebundenener S0-Erzeugungszäh Neuere Slimmelezer-Geräte verwenden eine andere Konfiguration. Probieren Sie diese Vorlage aus, wenn die andere fehlschlägt. + - name: my_grid + type: template + template: slimmelezer-V2 + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -10416,24 +10416,24 @@ meters: Zu Demonstrationszwecken. Hausbatterie mit festen Werten. + - name: my_battery + type: template + template: demo-battery + usage: battery + power: # optional + soc: # optional + controllable: # Unterstützt aktive Batteriesteuerung (optional)`} advanced={`meters: + - name: my_battery + type: template + template: demo-battery + usage: battery + power: # optional + soc: # optional + controllable: # Unterstützt aktive Batteriesteuerung (optional) + energy: # optional + currentL1: # optional + currentL2: # optional + currentL3: # optional`} /> @@ -10449,20 +10449,20 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_grid + type: template + template: demo-meter + usage: grid + power: # optional`} advanced={`meters: + - name: my_grid + type: template + template: demo-meter + usage: grid + power: # optional + energy: # optional + currentL1: # optional + currentL2: # optional + currentL3: # optional`} /> @@ -10470,20 +10470,20 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_pv + type: template + template: demo-meter + usage: pv + power: # optional`} advanced={`meters: + - name: my_pv + type: template + template: demo-meter + usage: pv + power: # optional + energy: # optional + currentL1: # optional + currentL2: # optional + currentL3: # optional`} /> @@ -10491,20 +10491,20 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_aux + type: template + template: demo-meter + usage: aux + power: # optional`} advanced={`meters: + - name: my_aux + type: template + template: demo-meter + usage: aux + power: # optional + energy: # optional + currentL1: # optional + currentL2: # optional + currentL3: # optional`} /> @@ -10512,20 +10512,20 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_charger + type: template + template: demo-meter + usage: charge + power: # optional`} advanced={`meters: + - name: my_charger + type: template + template: demo-meter + usage: charge + power: # optional + energy: # optional + currentL1: # optional + currentL2: # optional + currentL3: # optional`} /> @@ -10539,53 +10539,53 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_battery + type: template + template: sunspec-inverter-control + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sunspec-inverter-control + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -10596,55 +10596,55 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_battery + type: template + template: sunspec-battery-control + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sunspec-battery-control + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional) + minsoc: 25 # Ladung mit maximaler Geschwindigkeit bis zu dem angegeben Ladestand unabhängig PV-Erzeugung, wenn der Lademodus nicht auf 'Aus' steht (optional) + maxsoc: # optional`} /> @@ -10658,29 +10658,29 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_grid + type: template + template: sunspec-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10688,29 +10688,29 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_pv + type: template + template: sunspec-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10718,53 +10718,53 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_battery + type: template + template: sunspec-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sunspec-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -10781,29 +10781,29 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_grid + type: template + template: sunspec-inverter + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10811,29 +10811,29 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_pv + type: template + template: sunspec-inverter + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10841,53 +10841,53 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_battery + type: template + template: sunspec-inverter + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sunspec-inverter + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Akkukapazität in kWh (optional)`} /> @@ -10903,12 +10903,12 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_grid + type: template + template: volkszaehler-http + usage: grid + url: # Beispiel: http://zaehler.network.local:8080/api/data (optional) + uuid:`} /> @@ -10919,13 +10919,13 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_grid + type: template + template: volkszaehler-importexport + usage: grid + url: # Die URL ist zum Beispiel: http://zaehler.network.local:8080/api/data (optional) + importuuid: + exportuuid:`} /> @@ -10936,13 +10936,13 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_grid + type: template + template: volkszaehler-ws + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 8082 # Port (optional) + uuid:`} /> @@ -10953,30 +10953,30 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_grid + type: template + template: vzlogger + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 8081 # Port (optional) + uuid:`} advanced={`meters: + - name: my_grid + type: template + template: vzlogger + usage: grid + host: 192.0.2.2 # IP-Adresse oder Hostname + port: 8081 # Port (optional) + uuid: + scale: 1 # Multipliziere Rohwert mit diesem Faktor (optional) + l1currentuuid: # optional + l2currentuuid: # optional + l3currentuuid: # optional + l1poweruuid: # optional + l2poweruuid: # optional + l3poweruuid: # optional + l1voltageuuid: # optional + l2voltageuuid: # optional + l3voltageuuid: # optional`} /> @@ -10992,14 +10992,14 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_pv + type: template + template: fritzdect + usage: pv + uri: https://fritz.box # HTTP(S) Adresse (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + ain: 307788992233 # Die AIN ist auf dem Typenschild auf der Geräterückseite aufgedruckt. Bei führenden Nullen bitte in doppelte Hochkommata setzen.`} /> @@ -11007,14 +11007,14 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_charger + type: template + template: fritzdect + usage: charge + uri: https://fritz.box # HTTP(S) Adresse (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + ain: 307788992233 # Die AIN ist auf dem Typenschild auf der Geräterückseite aufgedruckt. Bei führenden Nullen bitte in doppelte Hochkommata setzen.`} /> @@ -11031,24 +11031,24 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_pv + type: template + template: homematic + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + device: '0001EE89AAD848' # Homematic Geräte Id, wie im CCU Webfrontend angezeigt. + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} advanced={`meters: + - name: my_pv + type: template + template: homematic + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + device: '0001EE89AAD848' # Homematic Geräte Id, wie im CCU Webfrontend angezeigt. + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + meterchannel: 6 # Kanalnummer des Messwertkanals, wie im CCU Webfrontend angezeigt. + cache: 1s # Bei Problemen mit dem Duty Cycle setze den Cache auf bspw 30s. (optional)`} /> @@ -11056,24 +11056,24 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_charger + type: template + template: homematic + usage: charge + host: 192.0.2.2 # IP-Adresse oder Hostname + device: '0001EE89AAD848' # Homematic Geräte Id, wie im CCU Webfrontend angezeigt. + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)`} advanced={`meters: + - name: my_charger + type: template + template: homematic + usage: charge + host: 192.0.2.2 # IP-Adresse oder Hostname + device: '0001EE89AAD848' # Homematic Geräte Id, wie im CCU Webfrontend angezeigt. + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + meterchannel: 6 # Kanalnummer des Messwertkanals, wie im CCU Webfrontend angezeigt. + cache: 1s # Bei Problemen mit dem Duty Cycle setze den Cache auf bspw 30s. (optional)`} /> @@ -11090,11 +11090,11 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_pv + type: template + template: mystrom + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -11102,11 +11102,11 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_charger + type: template + template: mystrom + usage: charge + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -11123,14 +11123,14 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_pv + type: template + template: shelly-1pm + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + channel: 0 # optional`} /> @@ -11138,14 +11138,14 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_charger + type: template + template: shelly-1pm + usage: charge + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional) + channel: 0 # optional`} /> @@ -11162,14 +11162,14 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_pv + type: template + template: tasmota + 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) + channel: 1 # Meterkanal (1-8)`} /> @@ -11177,14 +11177,14 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_battery + type: template + template: tasmota + 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) + channel: 1 # Meterkanal (1-8)`} /> @@ -11192,14 +11192,14 @@ Zu Demonstrationszwecken. Zähler mit festen Werten. + - name: my_charger + 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)`} /> @@ -11218,13 +11218,13 @@ Kanäle 1,2,3 müssen verwendet werden. + - name: my_grid + 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)`} /> @@ -11232,13 +11232,13 @@ Kanäle 1,2,3 müssen verwendet werden. + - name: my_pv + 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)`} /> @@ -11246,13 +11246,13 @@ Kanäle 1,2,3 müssen verwendet werden. + - name: my_battery + 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)`} /> @@ -11260,13 +11260,13 @@ Kanäle 1,2,3 müssen verwendet werden. + - name: my_charger + 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)`} /> @@ -11282,11 +11282,11 @@ Kanäle 1,2,3 müssen verwendet werden. + - name: my_pv + type: template + template: tplink + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname`} /> @@ -11297,13 +11297,13 @@ Kanäle 1,2,3 müssen verwendet werden. + - name: my_pv + type: template + template: tapo + usage: pv + host: 192.0.2.2 # IP-Adresse oder Hostname + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen)`} /> diff --git a/docs/devices/tariffs.mdx b/docs/devices/tariffs.mdx index 45e00ab9f..5ce6ffc2d 100644 --- a/docs/devices/tariffs.mdx +++ b/docs/devices/tariffs.mdx @@ -76,12 +76,12 @@ From To Price/Cost CO₂-Daten für viele Länder von https://electricitymaps.com/. Der 'Free Personal Tier' beinhaltet leider keine Prognosedaten. Dafür benötigst du einen kommerziellen Account von https://api-portal.electricitymaps.com/. Kostenloser Testmonat verfügbar. + co2: + type: template + template: electricitymaps + uri: https://api-access.electricitymaps.com/2w...1g/ # HTTP(S) Adresse + token: + zone: DE # siehe https://api.electricitymap.org/v3/zones`} /> @@ -92,10 +92,10 @@ CO₂-Daten für viele Länder von https://electricitymaps.com/. Der 'Free Perso Regionale Emissionsdaten von https://gruenstromindex.de. Nur für Deutschland verfügbar. + co2: + type: template + template: grünstromindex + zip:`} /> @@ -106,11 +106,11 @@ Regionale Emissionsdaten von https://gruenstromindex.de. Nur für Deutschland ve Nur für Großbritannien verfügbar. + co2: + type: template + template: ngeso + region: 1 # Ungenauer als die Verwendung eines Postleitzahl. Siehe https://carbon-intensity.github.io/api-definitions/#region-list (optional) + postalcode: SW1 # Postleitzahl z.B. RG41 oder SW1 oder TF8. Nicht die vollständige Postleitzahl, nur die ersten Stellen. (optional)`} /> @@ -164,11 +164,11 @@ Das Plugin wird einmal pro Stunde aktualisiert. Nur für die Niederlande verfügbar. + grid: + type: template + template: allinpower + 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)`} /> @@ -179,14 +179,14 @@ Nur für die Niederlande verfügbar. Nur für Australien verfügbar. + grid: + type: template + template: amber + token: # optional + siteid: # optional + channel: # optional + 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)`} /> @@ -197,12 +197,12 @@ Nur für Australien verfügbar. Nur für Deutschland und Österreich verfügbar. + grid: + type: template + template: awattar + region: AT # optional + 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)`} /> @@ -213,12 +213,12 @@ Nur für Deutschland und Österreich verfügbar. Nur für Dänemark verfügbar. + grid: + type: template + template: energinet + region: dk1 # optional + 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)`} /> @@ -230,13 +230,13 @@ Day-ahead-Preise für den europäischen Strommarkt. Siehe https://transparency.e Basis für viele dynamische Tarife. + grid: + type: template + template: entsoe + securitytoken: # Registrierung und anschließende Helpdesk-Anfrage erforderlich. Details zum Ablauf gibts hier https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html#_authentication_and_authorisation (optional) + domain: BZN|DE-LU # siehe https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html#_areas (optional) + 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)`} /> @@ -247,12 +247,12 @@ Basis für viele dynamische Tarife. Day-ahead Energiepreise (je kWh) an der Börse. Kann ohne vorherige Anmeldung auf https://api.energy-charts.info/ abgerufen werden. Nutzbar u.a. für dynamische Stromtarife, wo der Anbieter bis dato auf der Kundenschnittstelle noch kein Preis-Vorhersagen anbietet. + grid: + type: template + template: energy-charts-api + bzn: DE-LU # Gebotszonen - https://api.energy-charts.info/#/prices/day_ahead_price_price_get + 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)`} /> @@ -263,11 +263,11 @@ Day-ahead Energiepreise (je kWh) an der Börse. Kann ohne vorherige Anmeldung au Nur für die Schweiz verfügbar. + grid: + type: template + template: groupe-e + 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)`} /> @@ -278,12 +278,12 @@ Nur für die Schweiz verfügbar. Nur für Estland verfügbar. + grid: + type: template + template: elering + region: ee # optional + 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)`} /> @@ -296,10 +296,10 @@ Nur für Estland verfügbar. Den API-Key bekommst du im Octopus Portal https://octopus.energy/dashboard/new/accounts/personal-details/api-access + grid: + type: template + template: octopus-api + apiKey: # Octopus Energy API Key.`} /> @@ -308,11 +308,11 @@ Den API-Key bekommst du im Octopus Portal https://octopus.energy/dashboard/new/a #### Product Code + grid: + type: template + template: octopus-productcode + productCode: AGILE-FLEX-22-11-25 # Der Tarifcode für Ihren Energievertrag. Stellen Sie sicher, dass dieser auf Ihren Importtarifcode eingestellt ist. + region: # Die DNO-Region, in der Sie sich befinden. Weitere Informationen: https://www.energy-stats.uk/dno-region-codes-explained/`} /> @@ -323,11 +323,11 @@ Den API-Key bekommst du im Octopus Portal https://octopus.energy/dashboard/new/a Preisdaten von https://www.mercatoelettrico.org/it/. Wird oft zur Einspeisung ins Netz verwendet. Nur für Italien verfügbar. + grid: + type: template + template: pun + 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)`} /> @@ -338,11 +338,11 @@ Preisdaten von https://www.mercatoelettrico.org/it/. Wird oft zur Einspeisung in Nur für Österreich verfügbar. + grid: + type: template + template: smartenergy + 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)`} /> @@ -353,13 +353,13 @@ Nur für Österreich verfügbar. Hol dir deinen API-Token aus dem Tibber-Entwicklerportal: https://developer.tibber.com/ + grid: + type: template + template: tibber + token: 476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4 + homeid: cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c # Nur erforderlich, wenn du mehrere Häuser in deinem Tibber-Konto hast. (optional) + 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)`} /> diff --git a/docs/devices/vehicles.mdx b/docs/devices/vehicles.mdx index 9a7a2e683..23946f024 100644 --- a/docs/devices/vehicles.mdx +++ b/docs/devices/vehicles.mdx @@ -44,30 +44,30 @@ Die Qualität und Verfügbarkeit der Fahrzeugschnittstellen variiert von Herstel ## Aiways + - name: my_car + type: template + template: aiways + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: aiways + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -76,30 +76,30 @@ Die Qualität und Verfügbarkeit der Fahrzeugschnittstellen variiert von Herstel ## Audi + - name: my_car + type: template + template: audi + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: WAUZZZ... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: audi + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: WAUZZZ... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -108,32 +108,32 @@ Die Qualität und Verfügbarkeit der Fahrzeugschnittstellen variiert von Herstel ## BMW + - name: my_car + type: template + template: bmw + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: WBMW... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: bmw + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: WBMW... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional) + region: EU # optional + welcomecharge: # Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)`} /> @@ -144,31 +144,31 @@ Die Qualität und Verfügbarkeit der Fahrzeugschnittstellen variiert von Herstel Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. + - name: my_car + type: template + template: citroen + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + accessToken: + refreshToken: + vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: citroen + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + accessToken: + refreshToken: + vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -177,31 +177,31 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ## Dacia + - name: my_car + type: template + template: dacia + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: dacia + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional) + welcomecharge: # Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)`} /> @@ -212,31 +212,31 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. + - name: my_car + type: template + template: ds + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + accessToken: + refreshToken: + vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: ds + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + accessToken: + refreshToken: + vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -245,33 +245,33 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ## Fiat + - name: my_car + type: template + template: fiat + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: ZFAE... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + pin: # optional`} advanced={`vehicles: + - name: my_car + type: template + template: fiat + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: ZFAE... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + pin: # optional + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional) + welcomecharge: # Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)`} /> @@ -280,33 +280,33 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ## Ford + - name: my_car + type: template + template: ford-connect + title: # Wird in der Benutzeroberfläche angezeigt (optional) + clientid: # Einrichtung unter https://developer.ford.com + clientsecret: # Einrichtung unter https://developer.ford.com + accessToken: + refreshToken: + vin: WF0FXX... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 10 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: ford-connect + title: # Wird in der Benutzeroberfläche angezeigt (optional) + clientid: # Einrichtung unter https://developer.ford.com + clientsecret: # Einrichtung unter https://developer.ford.com + accessToken: + refreshToken: + vin: WF0FXX... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 10 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -317,32 +317,32 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to Manche Modelle (z.B. Kona) schalten bei geringen Ladeströmen (< 8A) intern auf 2 Phasen um. In den Fällen, in denen die Wallbox auch die Phasenströme misst, führt das zu unerwünschten Schwankungen der Ladeleistung. Abhilfe schafft hier, den Mindestladestrom auf 8A zu setzen. + - name: my_car + type: template + template: hyundai + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + language: en # 'de' für Deutsch und 'en' für Englisch (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: hyundai + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + language: en # 'de' für Deutsch und 'en' für Englisch (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -351,33 +351,33 @@ Manche Modelle (z.B. Kona) schalten bei geringen Ladeströmen (< 8A) intern auf ## Jeep + - name: my_car + type: template + template: fiat + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: ZFAE... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + pin: # optional`} advanced={`vehicles: + - name: my_car + type: template + template: fiat + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: ZFAE... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + pin: # optional + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional) + welcomecharge: # Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)`} /> @@ -388,32 +388,32 @@ Manche Modelle (z.B. Kona) schalten bei geringen Ladeströmen (< 8A) intern auf Manche Modelle (z.B. Niro EV) schalten bei geringen Ladeströmen (< 8A) intern auf 2 Phasen um. In den Fällen, in denen die Wallbox auch die Phasenströme misst, führt das zu unerwünschten Schwankungen der Ladeleistung. Abhilfe schafft hier, den Mindestladestrom auf 8A zu setzen. + - name: my_car + type: template + template: kia + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + language: en # 'de' für Deutsch und 'en' für Englisch (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: kia + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + language: en # 'de' für Deutsch und 'en' für Englisch (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -424,33 +424,33 @@ Manche Modelle (z.B. Niro EV) schalten bei geringen Ladeströmen (< 8A) intern a Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. + - name: my_car + type: template + template: mercedes + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + region: EMEA + accessToken: + refreshToken: + vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: mercedes + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + region: EMEA + accessToken: + refreshToken: + vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -459,30 +459,30 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ## MG + - name: my_car + type: template + template: mg + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: mg + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -491,32 +491,32 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ## Mini + - name: my_car + type: template + template: mini + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: WBMW... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: mini + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: WBMW... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional) + region: EU # optional + welcomecharge: # Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)`} /> @@ -527,30 +527,30 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ### Ariya + - name: my_car + type: template + template: nissan-ariya + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: nissan-ariya + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -559,30 +559,30 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ### Leaf + - name: my_car + type: template + template: nissan + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: nissan + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -591,30 +591,30 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ### Leaf (pre 2019) + - name: my_car + type: template + template: carwings + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: carwings + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -625,31 +625,31 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. + - name: my_car + type: template + template: opel + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + accessToken: + refreshToken: + vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: opel + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + accessToken: + refreshToken: + vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -660,31 +660,31 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc token [name]` generiert werden. + - name: my_car + type: template + template: peugeot + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + accessToken: + refreshToken: + vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: peugeot + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + accessToken: + refreshToken: + vin: V... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -693,30 +693,30 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ## Polestar + - name: my_car + type: template + template: polestar + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: LPSVS... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: polestar + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: LPSVS... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -725,31 +725,31 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ## Renault + - name: my_car + type: template + template: renault + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: WREN... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: renault + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: WREN... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional) + alternativewakeup: # optional`} /> @@ -760,30 +760,30 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ### CupraConnect Gen3 (Ateca, Leon, Formentor) + - name: my_car + type: template + template: seat + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: seat + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -792,31 +792,31 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ### CupraConnect Gen4 (Born) + - name: my_car + type: template + template: cupra + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: cupra + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional) + welcomecharge: # Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)`} /> @@ -827,30 +827,30 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ### Andere + - name: my_car + type: template + template: skoda + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: skoda + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -859,32 +859,32 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ### Enyaq + - name: my_car + type: template + template: enyaq + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + timeout: 10s # optional`} advanced={`vehicles: + - name: my_car + type: template + template: enyaq + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + timeout: 10s # optional + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -895,31 +895,31 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ### + - name: my_car + type: template + template: smart-hello + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: smart-hello + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional) + welcomecharge: # Wallbox gibt kurzzeitige Ladefreigabe bei Fahrzeugverbindung. Das ermöglicht es Fahrzeugen, die eine Stromversorgung beim Anschließen benötigen, einen Fehlerzustand zu vermeiden. (optional)`} /> @@ -928,30 +928,30 @@ Benötigt `access` und `refresh` Tokens. Diese können über den Befehl `evcc to ### EQ + - name: my_car + type: template + template: smart + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: smart + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -964,30 +964,30 @@ Die Steuerung von Fahrzeugen im Zusammenspiel mit einem Tesla Wall Connector erf Siehe [tesla.evcc.io](https://tesla.evcc.io). + - name: my_car + type: template + template: tesla + title: # Wird in der Benutzeroberfläche angezeigt (optional) + accessToken: + refreshToken: + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: tesla + title: # Wird in der Benutzeroberfläche angezeigt (optional) + accessToken: + refreshToken: + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + commandProxy: https://tesla.evcc.io/ # Bei Verwendung eines TWC3 (oder eines anderen 'dummen' Ladegeräts, das nicht steuerbar ist) kann evcc die Ladung direkt verwalten, indem es über einen Command Proxy mit dem Fahrzeug kommuniziert. Standardmäßig wird der von evcc bereitgestellte Proxy verwendet. Dieses parameter setzt die Basis-URL eines benutzerdefinierten Command Proxy, der anstelle des standardmäßigen evcc-Proxy verwendet werden soll. Siehe zum Beispiel https://github.com/wimaha/TeslaBleHttpProxy für einen Proxy, der Kommandos über Bluetooth sendet. (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1000,32 +1000,32 @@ Siehe [tesla.evcc.io](https://tesla.evcc.io). e-Golf, e-Up, ID Familie + - name: my_car + type: template + template: vw + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: WVWZZZ... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + timeout: 10s # optional`} advanced={`vehicles: + - name: my_car + type: template + template: vw + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: WVWZZZ... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + timeout: 10s # optional + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1036,32 +1036,32 @@ e-Golf, e-Up, ID Familie ### aktuell + - name: my_car + type: template + template: volvo-connected + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + vccapikey: # Volvo developer portal VCC API Key, siehe https://github.com/evcc-io/evcc/discussions/3677#discussioncomment-4106300`} advanced={`vehicles: + - name: my_car + type: template + template: volvo-connected + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + vccapikey: # Volvo developer portal VCC API Key, siehe https://github.com/evcc-io/evcc/discussions/3677#discussioncomment-4106300 + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1070,30 +1070,30 @@ e-Golf, e-Up, ID Familie ### veraltet + - name: my_car + type: template + template: volvo + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: volvo + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1102,30 +1102,30 @@ e-Golf, e-Up, ID Familie ## Zero Motorcycles + - name: my_car + type: template + template: zero + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: zero + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + cache: 15m # Zeitintervall nach dem Daten erneut vom Fahrzeug abgefragt werden (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1170,27 +1170,27 @@ vehicles: ### evNotify + - name: my_car + type: template + template: evnotify + title: # Wird in der Benutzeroberfläche angezeigt (optional) + akey: + token: + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: evnotify + title: # Wird in der Benutzeroberfläche angezeigt (optional) + akey: + token: + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1204,23 +1204,23 @@ im Fahrzeug erforderlich. Dafür muss ein aktives Ortsbezogenes Ladeprofil mit d angelegt sein und Direktladen deaktiviert. Anderenfalls kann das Fahrzeug nicht in den Schalfmodus übergeben. + - name: my_car + type: template + template: iso15118 + title: # Wird in der Benutzeroberfläche angezeigt (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: iso15118 + title: # Wird in der Benutzeroberfläche angezeigt (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1231,29 +1231,29 @@ angelegt sein und Direktladen deaktiviert. Anderenfalls kann das Fahrzeug nicht Voraussetzung ist ein konfigurierter MQTT Broker und ein SAIC/MQTT Gateway (https://github.com/SAIC-iSmart-API/saic-python-mqtt-gateway oder https://github.com/SAIC-iSmart-API/saic-java-client) + - name: my_car + type: template + template: mg2mqtt + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind + capacity: 50 # Akkukapazität in kWh (optional) + timeout: 1h # optional`} advanced={`vehicles: + - name: my_car + type: template + template: mg2mqtt + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind + capacity: 50 # Akkukapazität in kWh (optional) + timeout: 1h # optional + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1264,26 +1264,26 @@ Voraussetzung ist ein konfigurierter MQTT Broker und ein SAIC/MQTT Gateway (http myMazda zu MQTT. Voraussetzung ist ein konfigurierter MQTT Broker und eine mz2mqtt Installation https://github.com/C64Axel/mz2mqtt. + - name: my_car + type: template + template: mz2mqtt + title: # Wird in der Benutzeroberfläche angezeigt (optional) + vin: W... # Erforderlich + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: mz2mqtt + title: # Wird in der Benutzeroberfläche angezeigt (optional) + vin: W... # Erforderlich + capacity: 50 # Akkukapazität in kWh (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + timeout: 720h # optional + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1292,23 +1292,23 @@ myMazda zu MQTT. Voraussetzung ist ein konfigurierter MQTT Broker und eine mz2mq ### Offline + - name: my_car + type: template + template: offline + title: # Wird in der Benutzeroberfläche angezeigt (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: offline + title: # Wird in der Benutzeroberfläche angezeigt (optional) + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1319,30 +1319,30 @@ myMazda zu MQTT. Voraussetzung ist ein konfigurierter MQTT Broker und eine mz2mq Unterstützung für alle Fahrzeuge via ODB2 Adapter im Fahrzeug. Mehr Infos bei [Open Vehicle Monitoring System](http://api.openvehicles.com/). + - name: my_car + type: template + template: ovms + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vehicleid: + capacity: 12 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: ovms + title: # Wird in der Benutzeroberfläche angezeigt (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + vehicleid: + capacity: 12 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + server: dexters-web.de + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1353,28 +1353,28 @@ Unterstützung für alle Fahrzeuge via ODB2 Adapter im Fahrzeug. Mehr Infos bei Remote Control of PSA car https://github.com/flobz/psa_car_controller + - name: my_car + type: template + template: flobz + title: # Wird in der Benutzeroberfläche angezeigt (optional) + url: http://192.0.2.2 + vin: W... # Erforderlich + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: flobz + title: # Wird in der Benutzeroberfläche angezeigt (optional) + url: http://192.0.2.2 + vin: W... # Erforderlich + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + wakeup_alt: false # alternativer wakeup-Code; könnte zu erhöhter Entladung der 12V-Batterie führen. (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1385,29 +1385,29 @@ Remote Control of PSA car https://github.com/flobz/psa_car_controller Open Source Tesla Datenlogger https://github.com/bassmaster187/TeslaLogger + - name: my_car + type: template + template: teslalogger + title: # Wird in der Benutzeroberfläche angezeigt (optional) + id: 1 # optional + url: http://192.0.2.2 + port: 5000 # Port (optional) + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: teslalogger + title: # Wird in der Benutzeroberfläche angezeigt (optional) + id: 1 # optional + url: http://192.0.2.2 + port: 5000 # Port (optional) + capacity: 50 # Akkukapazität in kWh (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1418,25 +1418,25 @@ Open Source Tesla Datenlogger https://github.com/bassmaster187/TeslaLogger Open Source Tesla Datenlogger https://github.com/adriankumpf/teslamate. Voraussetzung ist konfigurierter MQTT Broker. + - name: my_car + type: template + template: teslamate + title: # Wird in der Benutzeroberfläche angezeigt (optional) + id: 1 # optional + capacity: 50 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: teslamate + title: # Wird in der Benutzeroberfläche angezeigt (optional) + id: 1 # optional + capacity: 50 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1445,29 +1445,29 @@ Open Source Tesla Datenlogger https://github.com/adriankumpf/teslamate. Vorausse ### Tronity + - name: my_car + type: template + template: tronity + title: # Wird in der Benutzeroberfläche angezeigt (optional) + clientid: # Einrichtung unter https://app.tronity.tech + clientsecret: # Einrichtung unter https://app.tronity.tech + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 10 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: tronity + title: # Wird in der Benutzeroberfläche angezeigt (optional) + clientid: # Einrichtung unter https://app.tronity.tech + clientsecret: # Einrichtung unter https://app.tronity.tech + vin: W... # Erforderlich, wenn mehrere Fahrzeuge des Herstellers vorhanden sind (optional) + capacity: 10 # Akkukapazität in kWh (optional) + icon: car # Icon in der Benutzeroberfläche (optional) + phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> @@ -1480,29 +1480,29 @@ Open Source Tesla Datenlogger https://github.com/adriankumpf/teslamate. Vorausse ### NIU E-Scooter + - name: my_car + type: template + template: niu-e-scooter + title: # Wird in der Benutzeroberfläche angezeigt (optional) + icon: scooter # Icon in der Benutzeroberfläche (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + serial: + capacity: 4 # Akkukapazität in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: niu-e-scooter + title: # Wird in der Benutzeroberfläche angezeigt (optional) + icon: scooter # Icon in der Benutzeroberfläche (optional) + user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) + password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) + serial: + capacity: 4 # Akkukapazität in kWh (optional) + mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) + minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) + identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) + priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (optional)`} /> diff --git a/i18n/en/docusaurus-plugin-content-docs/current/devices/chargers.mdx b/i18n/en/docusaurus-plugin-content-docs/current/devices/chargers.mdx index 08a079126..6da62d26b 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/devices/chargers.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/devices/chargers.mdx @@ -61,28 +61,28 @@ Enabled: false Requires firmware >= 1.6.5 + - name: my_charger + type: template + template: abb + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -95,20 +95,20 @@ Requires firmware >= 1.6.5 :8887/. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers: - - name: my_charger - type: template - template: ocpp-abb - stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) - connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) - remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) - idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) - connecttimeout: 5m # optional - meterinterval: 10s # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: ocpp-abb + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: ocpp-abb + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) + connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) + remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) + idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) + connecttimeout: 5m # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -123,25 +123,25 @@ Requires firmware >= 1.6.5 + - name: my_charger + type: template + template: abl-em4 + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: abl-em4 + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -154,23 +154,23 @@ Requires firmware >= 1.6.5 + - name: my_charger + type: template + template: abl + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 38400 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional`} /> @@ -185,15 +185,15 @@ Requires firmware >= 1.6.5 The "Active load balancing" license is required for external Modbus control of the charger. Enable "Active Load Balancing" and select "Energy Management System" as Data Source in the configuration. It is recommended to set "ValidityTime" ("TCP/IP EMS" menu) to 300s. When using "Double" charger both loadpoints need to be added. The the first port (or single) is accessable on ID 1, second port on ID 2. + - name: my_charger + type: template + template: alfen + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -210,22 +210,22 @@ The "Active load balancing" license is required for external Modbus control of t The motherboard requires current firmware. You can recognize a current software version by the fact that the serial number on the brown relay starts with 2022 or there is a 15 on the small white relays. Otherwise, please contact the manufacturer directly. + - name: my_charger + type: template + template: alphatec + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -240,22 +240,22 @@ The motherboard requires current firmware. You can recognize a current software The motherboard requires current firmware. You can recognize a current software version by the fact that the serial number on the brown relay starts with 2022 or there is a 15 on the small white relays. Otherwise, please contact the manufacturer directly. + - name: my_charger + type: template + template: alphatec + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -270,15 +270,15 @@ The motherboard requires current firmware. You can recognize a current software + - name: my_charger + type: template + template: amperfied + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -291,15 +291,15 @@ The motherboard requires current firmware. You can recognize a current software + - name: my_charger + type: template + template: amperfied + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -312,15 +312,15 @@ The motherboard requires current firmware. You can recognize a current software + - name: my_charger + type: template + template: amperfied-solar + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -335,22 +335,22 @@ The motherboard requires current firmware. You can recognize a current software Please read the wiring and configuration manual carefully. All boxes must be configured for external control in follower mode (DIP S5/4 OFF). Each box needs an individual Modbus ID (DIP S4). Ensure correct RS485 cabling including bus termination (DIP S6/2). + - name: my_charger + type: template + template: heidelberg + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -371,11 +371,11 @@ The identification of a vehicle using the RFID card is not possible. Important: A mostly flawless functionality can only be provided with an external energy meter and no usage of CT coils, due to sosftware bugs of the Wallbox. Using a LAN connection is highly recommended. + - name: my_charger + type: template + template: ellipro + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -394,11 +394,11 @@ Important: A mostly flawless functionality can only be provided with an external Note: If you've added an energy meter to your charger please use the Pro or Connected+ integration. + - name: my_charger + type: template + template: elliconnect + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -413,11 +413,11 @@ Note: If you've added an energy meter to your charger please use the Pro or Conn The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -432,11 +432,11 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -451,25 +451,25 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must Requires firmware version 3.10.42 (C-series) bzw. 1.11 (X-series). For phase switching the Keba phase switch (KeContact S10) is also required and the switching control via Modbus must be set in the wallbox settings. For the X-series in the web menu, for the C-series via Modbus by setting the value "3" in register 5050. + - name: my_charger + type: template + template: keba-modbus + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: keba-modbus + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port + welcomecharge: # Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)`} /> @@ -485,10 +485,10 @@ S0 meters must be configured separately as charge meter. Phase switching is only available with the Solar variant and must be enabled by the user. + - name: my_charger + type: template + template: cfos + host: 192.0.2.2 # IP address or hostname`} /> @@ -501,15 +501,15 @@ Phase switching is only available with the Solar variant and must be enabled by + - name: my_charger + type: template + template: innogy-ebox + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -524,11 +524,11 @@ Phase switching is only available with the Solar variant and must be enabled by The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -551,11 +551,11 @@ Important: A mostly flawless functionality can only be provided with an external Note: If you've added an energy meter to your charger please use the Pro or Connected+ integration. + - name: my_charger + type: template + template: elliconnect + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -572,11 +572,11 @@ The identification of a vehicle using the RFID card is not possible. Important: A mostly flawless functionality can only be provided with an external energy meter and no usage of CT coils, due to sosftware bugs of the Wallbox. Using a LAN connection is highly recommended. + - name: my_charger + type: template + template: ellipro + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -587,15 +587,15 @@ Important: A mostly flawless functionality can only be provided with an external + - name: my_charger + type: template + template: dadapower + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -608,11 +608,11 @@ Important: A mostly flawless functionality can only be provided with an external Wallbox must be operated with a recent firmware including Modbus support. Furthermore, “Nachladen” (Smart) or “RSDA” (Touch) must be activated in settings. + - name: my_charger + type: template + template: daheimladen-mb + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -625,51 +625,51 @@ Wallbox must be operated with a recent firmware including Modbus support. Furthe + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -682,51 +682,51 @@ Wallbox must be operated with a recent firmware including Modbus support. Furthe + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -739,51 +739,51 @@ Wallbox must be operated with a recent firmware including Modbus support. Furthe + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -796,51 +796,51 @@ Wallbox must be operated with a recent firmware including Modbus support. Furthe + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: delta + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -855,15 +855,15 @@ Wallbox must be operated with a recent firmware including Modbus support. Furthe + - name: my_charger + type: template + template: innogy-ebox + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -876,15 +876,15 @@ Wallbox must be operated with a recent firmware including Modbus support. Furthe + - name: my_charger + type: template + template: vestel + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -899,15 +899,15 @@ Wallbox must be operated with a recent firmware including Modbus support. Furthe DIP switch 10 at the controller needs to be set to 'ON'. A recent controller firmware is recommended. + - name: my_charger + type: template + template: phoenix-ev-eth + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -922,14 +922,14 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir + - name: my_charger + type: template + template: easee + user: # Email address + password: # same as Easee app or the web portal (https://easee.cloud) + charger: EH______ + timeout: 20s # optional + authorize: # Controls wether evcc shall perform authentication against charger. Benefit is a contolled start of charging. Not compatible with RFID identification of vehicles. (optional)`} /> @@ -942,14 +942,14 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir + - name: my_charger + type: template + template: easee + user: # Email address + password: # same as Easee app or the web portal (https://easee.cloud) + charger: EH______ + timeout: 20s # optional + authorize: # Controls wether evcc shall perform authentication against charger. Benefit is a contolled start of charging. Not compatible with RFID identification of vehicles. (optional)`} /> @@ -962,14 +962,14 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir + - name: my_charger + type: template + template: easee + user: # Email address + password: # same as Easee app or the web portal (https://easee.cloud) + charger: EH______ + timeout: 20s # optional + authorize: # Controls wether evcc shall perform authentication against charger. Benefit is a contolled start of charging. Not compatible with RFID identification of vehicles. (optional)`} /> @@ -982,14 +982,14 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir + - name: my_charger + type: template + template: easee + user: # Email address + password: # same as Easee app or the web portal (https://easee.cloud) + charger: EH______ + timeout: 20s # optional + authorize: # Controls wether evcc shall perform authentication against charger. Benefit is a contolled start of charging. Not compatible with RFID identification of vehicles. (optional)`} /> @@ -1004,11 +1004,11 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -1025,15 +1025,15 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must Charge mode must be configured as `manual` + - name: my_charger + type: template + template: hardybarth-ecb1 + host: 192.0.2.2 # IP address or hostname`} advanced={`chargers: + - name: my_charger + type: template + template: hardybarth-ecb1 + host: 192.0.2.2 # IP address or hostname + connector: 1 # optional`} /> @@ -1046,10 +1046,10 @@ Charge mode must be configured as `manual` + - name: my_charger + type: template + template: hardybarth-salia + host: 192.0.2.2 # IP address or hostname`} /> @@ -1062,28 +1062,28 @@ Charge mode must be configured as `manual` + - name: my_charger + type: template + template: obo + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 101 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 101 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 101 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1094,22 +1094,22 @@ Charge mode must be configured as `manual` + - name: my_charger + type: template + template: smartevse + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1130,11 +1130,11 @@ Important: A mostly flawless functionality can only be provided with an external Note: If you've added an energy meter to your charger please use the Pro or Connected+ integration. + - name: my_charger + type: template + template: elliconnect + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -1151,11 +1151,11 @@ The identification of a vehicle using the RFID card is not possible. Important: A mostly flawless functionality can only be provided with an external energy meter and no usage of CT coils, due to sosftware bugs of the Wallbox. Using a LAN connection is highly recommended. + - name: my_charger + type: template + template: ellipro + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -1170,10 +1170,10 @@ Important: A mostly flawless functionality can only be provided with an external Requires Firmware version E3C_V1.1 or newer. + - name: my_charger + type: template + template: em2go-home + host: 192.0.2.2 # IP address or hostname`} /> @@ -1186,15 +1186,15 @@ Requires Firmware version E3C_V1.1 or newer. Recent firmware with Modbus support required (Pro Power: 1.01 and OCPP/ONC: 3.15) + - name: my_charger + type: template + template: em2go + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1207,11 +1207,11 @@ Recent firmware with Modbus support required (Pro Power: 1.01 and OCPP/ONC: 3.15 The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -1226,15 +1226,15 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must DIP switch 10 at the controller needs to be set to 'ON'. A recent controller firmware is recommended. + - name: my_charger + type: template + template: phoenix-ev-eth + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1251,11 +1251,11 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir The charger must be switched to "Power" charging mode. + - name: my_charger + type: template + template: etrel + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -1270,17 +1270,17 @@ The charger must be switched to "Power" charging mode. The charger must be switched to "Power" charging mode. + - name: my_charger + type: template + template: etrel-duo + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: etrel-duo + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional) + connector: 1 # optional`} /> @@ -1295,21 +1295,21 @@ The charger must be switched to "Power" charging mode. :8887/. Most charging stations automatically add the ID internally. (optional) - meter: true # optional`} advanced={`chargers: - - name: my_charger - type: template - template: elvi - stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) - meter: true # optional - connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) - remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) - idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) - connecttimeout: 5m # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: elvi + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) + meter: true # optional`} advanced={`chargers: + - name: my_charger + type: template + template: elvi + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) + meter: true # optional + connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) + remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) + idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) + connecttimeout: 5m # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -1324,11 +1324,11 @@ The charger must be switched to "Power" charging mode. The device requires a fixed IP addres. + - name: my_charger + type: template + template: livo + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -1339,22 +1339,22 @@ The device requires a fixed IP addres. + - name: my_charger + type: template + template: evse-din + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1365,10 +1365,10 @@ The device requires a fixed IP addres. + - name: my_charger + type: template + template: evsewifi + host: 192.0.2.2 # IP address or hostname`} /> @@ -1383,11 +1383,11 @@ The device requires a fixed IP addres. Requires firmware 36.3 or later. + - name: my_charger + type: template + template: fronius-wattpilot + host: 192.0.2.2 # IP address or hostname + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -1398,20 +1398,20 @@ Requires firmware 36.3 or later. :8887/. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers: - - name: my_charger - type: template - template: ocpp-fronius-wattpilot - stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) - connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) - remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) - idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) - connecttimeout: 5m # optional - meterinterval: 10s # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: ocpp-fronius-wattpilot + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: ocpp-fronius-wattpilot + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) + connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) + remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) + idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) + connecttimeout: 5m # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -1424,11 +1424,11 @@ Requires firmware 36.3 or later. The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -1449,10 +1449,10 @@ For 1P/3P-Phase switching the HTTP API v2 in the charger setup needs to be activ The “simulate unplugging” option should be activated in the Go-E app ("Car" menu item). + - name: my_charger + type: template + template: go-e-v3 + host: 192.0.2.2 # IP address or hostname`} /> @@ -1467,10 +1467,10 @@ The “simulate unplugging” option should be activated in the Go-E app ("Car" Requires firmware 040.0 or later. HTTP API v1 or v2 must be activated. + - name: my_charger + type: template + template: go-e + host: 192.0.2.2 # IP address or hostname`} /> @@ -1487,15 +1487,15 @@ Requires firmware 040.0 or later. HTTP API v1 or v2 must be activated. Charge mode must be configured as `manual` + - name: my_charger + type: template + template: hardybarth-ecb1 + host: 192.0.2.2 # IP address or hostname`} advanced={`chargers: + - name: my_charger + type: template + template: hardybarth-ecb1 + host: 192.0.2.2 # IP address or hostname + connector: 1 # optional`} /> @@ -1508,10 +1508,10 @@ Charge mode must be configured as `manual` + - name: my_charger + type: template + template: hardybarth-salia + host: 192.0.2.2 # IP address or hostname`} /> @@ -1526,22 +1526,22 @@ Charge mode must be configured as `manual` Please read the wiring and configuration manual carefully. All boxes must be configured for external control in follower mode (DIP S5/4 OFF). Each box needs an individual Modbus ID (DIP S4). Ensure correct RS485 cabling including bus termination (DIP S6/2). + - name: my_charger + type: template + template: heidelberg + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1554,15 +1554,15 @@ Please read the wiring and configuration manual carefully. All boxes must be con + - name: my_charger + type: template + template: hesotec + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1579,20 +1579,20 @@ For the OCPP configuration, you need to access the EFR-SECC charge controller at For login credentials, ask your dealer or the vendor EFR (www.efr.de). :8887/. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers: - - name: my_charger - type: template - template: homecharge - stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) - connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) - remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) - idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) - connecttimeout: 5m # optional - meterinterval: 10s # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: homecharge + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: homecharge + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) + connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) + remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) + idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) + connecttimeout: 5m # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -1605,15 +1605,15 @@ For login credentials, ask your dealer or the vendor EFR (www.efr.de). + - name: my_charger + type: template + template: innogy-ebox + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1626,10 +1626,10 @@ For login credentials, ask your dealer or the vendor EFR (www.efr.de). + - name: my_charger + type: template + template: pantabox + host: 192.0.2.2 # IP address or hostname`} /> @@ -1642,11 +1642,11 @@ For login credentials, ask your dealer or the vendor EFR (www.efr.de). The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -1661,25 +1661,25 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must Requires firmware version 3.10.42 (C-series) bzw. 1.11 (X-series). For phase switching the Keba phase switch (KeContact S10) is also required and the switching control via Modbus must be set in the wallbox settings. For the X-series in the web menu, for the C-series via Modbus by setting the value "3" in register 5050. + - name: my_charger + type: template + template: keba-modbus + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: keba-modbus + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port + welcomecharge: # Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)`} /> @@ -1696,22 +1696,22 @@ No external meter should be connected directly to the wallbox, as all functions For Kostal systems with Smart Energy Meter (KSEM), the additional activation code (Solar Pure Mode / Solar Plus Mode) for the KSEM is *not* required. + - name: my_charger + type: template + template: mennekes-compact + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 50 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 57600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N2" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 50 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1724,22 +1724,22 @@ For Kostal systems with Smart Energy Meter (KSEM), the additional activation cod + - name: my_charger + type: template + template: kse + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 100 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 100 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1752,25 +1752,25 @@ For Kostal systems with Smart Energy Meter (KSEM), the additional activation cod + - name: my_charger + type: template + template: phoenix-charx + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: phoenix-charx + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -1783,22 +1783,22 @@ For Kostal systems with Smart Energy Meter (KSEM), the additional activation cod The motherboard requires current firmware. You can recognize a current software version by the fact that the serial number on the brown relay starts with 2022 or there is a 15 on the small white relays. Otherwise, please contact the manufacturer directly. + - name: my_charger + type: template + template: alphatec + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1815,11 +1815,11 @@ The motherboard requires current firmware. You can recognize a current software The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -1834,11 +1834,11 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -1855,22 +1855,22 @@ No external meter should be connected directly to the wallbox, as all functions For Kostal systems with Smart Energy Meter (KSEM), the additional activation code (Solar Pure Mode / Solar Plus Mode) for the KSEM is *not* required. + - name: my_charger + type: template + template: mennekes-compact + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 50 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 57600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N2" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 50 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1883,15 +1883,15 @@ For Kostal systems with Smart Energy Meter (KSEM), the additional activation cod + - name: my_charger + type: template + template: mennekes-hcc3 + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1906,11 +1906,11 @@ For Kostal systems with Smart Energy Meter (KSEM), the additional activation cod The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -1927,22 +1927,22 @@ No external meter should be connected directly to the wallbox, as all functions For Kostal systems with Smart Energy Meter (KSEM), the additional activation code (Solar Pure Mode / Solar Plus Mode) for the KSEM is *not* required. + - name: my_charger + type: template + template: mennekes-compact + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 50 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 57600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N2" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 50 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1955,15 +1955,15 @@ For Kostal systems with Smart Energy Meter (KSEM), the additional activation cod + - name: my_charger + type: template + template: mennekes-hcc3 + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1976,15 +1976,15 @@ For Kostal systems with Smart Energy Meter (KSEM), the additional activation cod + - name: my_charger + type: template + template: ac-elwa-2 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1999,12 +1999,12 @@ For Kostal systems with Smart Energy Meter (KSEM), the additional activation cod NRGkick charging unit via HTTP (older than 2022/2023) + - name: my_charger + type: template + template: nrgkick-connect + host: 192.0.2.2 # IP address or hostname + mac: + password: # Password of the user account (use single quotes in case of leading zeros)`} /> @@ -2015,25 +2015,25 @@ NRGkick charging unit via HTTP (older than 2022/2023) + - name: my_charger + type: template + template: nrggen2 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: nrggen2 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + phases1p3p: false # Activates phase switching. Extended feature "Phase Switching" must be activated in the NRGKick app. (optional)`} /> @@ -2046,28 +2046,28 @@ NRGkick charging unit via HTTP (older than 2022/2023) + - name: my_charger + type: template + template: obo + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 101 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 101 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 101 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2080,12 +2080,12 @@ NRGkick charging unit via HTTP (older than 2022/2023) Requires firmware 7.0 or later. + - name: my_charger + type: template + template: openevse + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -2098,10 +2098,10 @@ Requires firmware 7.0 or later. + - name: my_charger + type: template + template: openwb-pro + host: 192.0.2.2 # IP address or hostname`} /> @@ -2114,16 +2114,16 @@ Requires firmware 7.0 or later. The wallbox has to be configured as loadpoint. + - name: my_charger + type: template + template: openwb + host: 192.0.2.2 # IP address or hostname`} advanced={`chargers: + - name: my_charger + type: template + template: openwb + host: 192.0.2.2 # IP address or hostname + connector: 1 # optional + phases1p3p: false # optional`} /> @@ -2140,25 +2140,25 @@ The following changes are necessary under the 'Einstellungen' tab: * Steuerung über Modbus als secondary: `An` + - name: my_charger + type: template + template: openwb-2.0 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: openwb-2.0 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + connector: 1 # optional`} /> @@ -2171,11 +2171,11 @@ The following changes are necessary under the 'Einstellungen' tab: The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -2188,20 +2188,20 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must :8887/. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers: - - name: my_charger - type: template - template: orbis-viaris - stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) - connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) - remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) - idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) - connecttimeout: 5m # optional - meterinterval: 10s # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: orbis-viaris + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: orbis-viaris + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) + connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) + remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) + idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) + connecttimeout: 5m # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -2216,11 +2216,11 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must Only devices configured as master can be used right now! + - name: my_charger + type: template + template: pcelectric-garo + host: 192.0.2.2 # IP address or hostname + port: 8080 # Port (optional)`} /> @@ -2235,25 +2235,25 @@ Only devices configured as master can be used right now! + - name: my_charger + type: template + template: phoenix-charx + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: phoenix-charx + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port + connector: 1 # optional`} /> @@ -2264,15 +2264,15 @@ Only devices configured as master can be used right now! + - name: my_charger + type: template + template: phoenix-em-eth + + # Modbus TCP + modbus: tcpip + id: 180 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2285,15 +2285,15 @@ Only devices configured as master can be used right now! DIP switch 10 at the controller needs to be set to 'ON'. A recent controller firmware is recommended. + - name: my_charger + type: template + template: phoenix-ev-eth + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2306,22 +2306,22 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir + - name: my_charger + type: template + template: phoenix-ev-ser + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2334,11 +2334,11 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir + - name: my_charger + type: template + template: pmcc + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -2349,11 +2349,11 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir + - name: my_charger + type: template + template: pmcp + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -2364,53 +2364,53 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir + - name: my_charger + type: template + template: pracht-alpha + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional`} advanced={`chargers: + - name: my_charger + type: template + template: pracht-alpha + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional + connector: 1 # optional`} /> @@ -2423,22 +2423,22 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir + - name: my_charger + type: template + template: pulsares + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2449,10 +2449,10 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir + - name: my_charger + type: template + template: pulsatrix + host: 192.0.2.2 # IP address or hostname`} /> @@ -2467,22 +2467,22 @@ DIP switch 10 at the controller needs to be set to 'ON'. A recent controller fir The charger must be in “Fast” mode and decoupled from the inverter system. + - name: my_charger + type: template + template: solax + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 70 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 70 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2495,15 +2495,15 @@ The charger must be in “Fast” mode and decoupled from the inverter system. + - name: my_charger + type: template + template: schneider-evlink-v3 + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2516,22 +2516,22 @@ The charger must be in “Fast” mode and decoupled from the inverter system. + - name: my_charger + type: template + template: ichargecion + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2544,23 +2544,23 @@ The charger must be in “Fast” mode and decoupled from the inverter system. + - name: my_charger + type: template + template: abl + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 38400 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional`} /> @@ -2575,22 +2575,22 @@ The charger must be in “Fast” mode and decoupled from the inverter system. Please read the wiring and configuration manual carefully. All boxes must be configured for external control in follower mode (DIP S5/4 OFF). Each box needs an individual Modbus ID (DIP S4). Ensure correct RS485 cabling including bus termination (DIP S6/2). + - name: my_charger + type: template + template: heidelberg + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2605,15 +2605,15 @@ Please read the wiring and configuration manual carefully. All boxes must be con Requires firmware >= 2.135 + - name: my_charger + type: template + template: versicharge + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2636,11 +2636,11 @@ Important: A mostly flawless functionality can only be provided with an external Note: If you've added an energy meter to your charger please use the Pro or Connected+ integration. + - name: my_charger + type: template + template: elliconnect + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -2657,11 +2657,11 @@ The identification of a vehicle using the RFID card is not possible. Important: A mostly flawless functionality can only be provided with an external energy meter and no usage of CT coils, due to sosftware bugs of the Wallbox. Using a LAN connection is highly recommended. + - name: my_charger + type: template + template: ellipro + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -2674,12 +2674,12 @@ Important: A mostly flawless functionality can only be provided with an external The charger must be switched to "Fast" charging mode and the user must have "Administrator" rights. + - name: my_charger + type: template + template: smaevcharger + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros)`} /> @@ -2692,22 +2692,22 @@ The charger must be switched to "Fast" charging mode and the user must have "Adm + - name: my_charger + type: template + template: ichargecion + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2718,10 +2718,10 @@ The charger must be switched to "Fast" charging mode and the user must have "Adm + - name: my_charger + type: template + template: smartwb + host: 192.0.2.2 # IP address or hostname`} /> @@ -2734,25 +2734,25 @@ The charger must be switched to "Fast" charging mode and the user must have "Adm Requires firmware version 3.10.42 (C-series) bzw. 1.11 (X-series). For phase switching the Keba phase switch (KeContact S10) is also required and the switching control via Modbus must be set in the wallbox settings. For the X-series in the web menu, for the C-series via Modbus by setting the value "3" in register 5050. + - name: my_charger + type: template + template: keba-modbus + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`chargers: + - name: my_charger + type: template + template: keba-modbus + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port + welcomecharge: # Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)`} /> @@ -2767,22 +2767,22 @@ Requires firmware version 3.10.42 (C-series) bzw. 1.11 (X-series). For phase swi The charger must be in “Fast” mode and decoupled from the inverter system. + - name: my_charger + type: template + template: solax + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 70 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 70 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2797,11 +2797,11 @@ The charger must be in “Fast” mode and decoupled from the inverter system. The charger must be switched to "Power" charging mode. + - name: my_charger + type: template + template: etrel + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -2816,11 +2816,11 @@ The charger must be switched to "Power" charging mode. The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -2833,22 +2833,22 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must + - name: my_charger + type: template + template: evse-din + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2859,28 +2859,28 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must + - name: my_charger + type: template + template: sungrow + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 248 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 248 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 248 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2895,11 +2895,11 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -2914,10 +2914,10 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must The TWC wallbox cannot be controlled directly. Control is via the vehicle. The vehicle must be associated with the TWC3 loadpoint. At this time only Tesla vehicles are supported. + - name: my_charger + type: template + template: twc3 + host: 192.0.2.2 # IP address or hostname`} /> @@ -2930,22 +2930,22 @@ The TWC wallbox cannot be controlled directly. Control is via the vehicle. The v The charger must be in “Fast” mode and decoupled from the inverter system. + - name: my_charger + type: template + template: solax + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 70 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 70 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2962,24 +2962,24 @@ The charger must be in “Fast” mode and decoupled from the inverter system. WARP Firmware v2 required. Automatic phase switching requires the additional WARP Energy Manager. + - name: my_charger + type: template + template: tinkerforge-warp + host: 192.0.2.2 # IP address or hostname of the MQTT broker + port: 1883 # MQTT broker port (optional) + topic: warp # Topic (omit leading /) (optional) + timeout: 30s # Don't accept values older than this value (optional) + energymanager: # WEM Firmware v2 required. EnergyManager MQTT topic (if installed) (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tinkerforge-warp + host: 192.0.2.2 # IP address or hostname of the MQTT broker + port: 1883 # MQTT broker port (optional) + topic: warp # Topic (omit leading /) (optional) + timeout: 30s # Don't accept values older than this value (optional) + energymanager: # WEM Firmware v2 required. EnergyManager MQTT topic (if installed) (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -2992,24 +2992,24 @@ WARP Firmware v2 required. Automatic phase switching requires the additional WAR WARP Firmware v2 required. Automatic phase switching requires the additional WARP Energy Manager. + - name: my_charger + type: template + template: tinkerforge-warp + host: 192.0.2.2 # IP address or hostname of the MQTT broker + port: 1883 # MQTT broker port (optional) + topic: warp # Topic (omit leading /) (optional) + timeout: 30s # Don't accept values older than this value (optional) + energymanager: # WEM Firmware v2 required. EnergyManager MQTT topic (if installed) (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tinkerforge-warp + host: 192.0.2.2 # IP address or hostname of the MQTT broker + port: 1883 # MQTT broker port (optional) + topic: warp # Topic (omit leading /) (optional) + timeout: 30s # Don't accept values older than this value (optional) + energymanager: # WEM Firmware v2 required. EnergyManager MQTT topic (if installed) (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -3022,22 +3022,22 @@ WARP Firmware v2 required. Automatic phase switching requires the additional WAR The automatic phase switching for 1p vehicles must be deactivated. Siehe https://docs.warp-charger.com/docs/mqtt_http/api_reference/evse#evse_phase_auto_switch_warp3. + - name: my_charger + type: template + template: tinkerforge-warp3 + host: 192.0.2.2 # IP address or hostname of the MQTT broker + port: 1883 # MQTT broker port (optional) + topic: warp # Topic (omit leading /) (optional) + timeout: 30s # Don't accept values older than this value (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tinkerforge-warp3 + host: 192.0.2.2 # IP address or hostname of the MQTT broker + port: 1883 # MQTT broker port (optional) + topic: warp # Topic (omit leading /) (optional) + timeout: 30s # Don't accept values older than this value (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -3050,22 +3050,22 @@ The automatic phase switching for 1p vehicles must be deactivated. Siehe https:/ The automatic phase switching for 1p vehicles must be deactivated. Siehe https://docs.warp-charger.com/docs/mqtt_http/api_reference/evse#evse_phase_auto_switch_warp3. + - name: my_charger + type: template + template: tinkerforge-warp3 + host: 192.0.2.2 # IP address or hostname of the MQTT broker + port: 1883 # MQTT broker port (optional) + topic: warp # Topic (omit leading /) (optional) + timeout: 30s # Don't accept values older than this value (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tinkerforge-warp3 + host: 192.0.2.2 # IP address or hostname of the MQTT broker + port: 1883 # MQTT broker port (optional) + topic: warp # Topic (omit leading /) (optional) + timeout: 30s # Don't accept values older than this value (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -3078,11 +3078,11 @@ The automatic phase switching for 1p vehicles must be deactivated. Siehe https:/ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -3095,15 +3095,15 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must + - name: my_charger + type: template + template: vestel + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3120,15 +3120,15 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must Enter the host of the charger (not the GX device) and ensure that the charger is in manual mode. + - name: my_charger + type: template + template: victron-evcs + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3141,15 +3141,15 @@ Enter the host of the charger (not the GX device) and ensure that the charger is Enter the host of the GX device (not the charger). The charger has to be in manual mode and Modbus has to be configured for ID 100. + - name: my_charger + type: template + template: victron + + # Modbus TCP + modbus: tcpip + id: 100 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3160,28 +3160,28 @@ Enter the host of the GX device (not the charger). The charger has to be in manu + - name: my_charger + type: template + template: obo + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 101 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 101 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 101 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3202,11 +3202,11 @@ Important: A mostly flawless functionality can only be provided with an external Note: If you've added an energy meter to your charger please use the Pro or Connected+ integration. + - name: my_charger + type: template + template: elliconnect + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -3223,11 +3223,11 @@ The identification of a vehicle using the RFID card is not possible. Important: A mostly flawless functionality can only be provided with an external energy meter and no usage of CT coils, due to sosftware bugs of the Wallbox. Using a LAN connection is highly recommended. + - name: my_charger + type: template + template: ellipro + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -3240,15 +3240,15 @@ Important: A mostly flawless functionality can only be provided with an external DIP switch 10 at the controller needs to be set to 'ON'. A recent controller firmware is recommended. + - name: my_charger + type: template + template: phoenix-ev-eth + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3268,20 +3268,20 @@ Setup Guide: https://support.wallbox.com/en/knowledge-base/ocpp-activation-and-s * Password: leave empty :8887/. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers: - - name: my_charger - type: template - template: pulsarplus - stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) - connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) - remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) - idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) - connecttimeout: 5m # optional - meterinterval: 10s # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: pulsarplus + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: pulsarplus + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) + connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) + remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) + idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) + connecttimeout: 5m # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -3296,22 +3296,22 @@ Setup Guide: https://support.wallbox.com/en/knowledge-base/ocpp-activation-and-s Please read the wiring and configuration manual carefully. All boxes must be configured for external control in follower mode (DIP S5/4 OFF). Each box needs an individual Modbus ID (DIP S4). Ensure correct RS485 cabling including bus termination (DIP S6/2). + - name: my_charger + type: template + template: heidelberg + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3328,11 +3328,11 @@ Please read the wiring and configuration manual carefully. All boxes must be con The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must NOT be set to 'Phoenix' or 'TQ-DM100'. Use the third selection labeled 'Ebee', 'Bender', 'MENNEKES' etc. Set 'Allow UID Disclose' to On. + - name: my_charger + type: template + template: bender + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -3347,11 +3347,11 @@ The 'Modbus TCP Server' must be enabled. The setting 'Register Address Set' must Mode "HEMS activated" must be enabled. RFID tags can only be read by evcc. + - name: my_charger + type: template + template: webasto-next + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -3364,15 +3364,15 @@ Mode "HEMS activated" must be enabled. RFID tags can only be read by evcc. + - name: my_charger + type: template + template: vestel + + # Modbus TCP + modbus: tcpip + id: 255 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3385,10 +3385,10 @@ Mode "HEMS activated" must be enabled. RFID tags can only be read by evcc. + - name: my_charger + type: template + template: weidmüller + host: 192.0.2.2 # IP address or hostname`} /> @@ -3401,12 +3401,12 @@ Mode "HEMS activated" must be enabled. RFID tags can only be read by evcc. + - name: my_charger + type: template + template: zaptec + id: # Charger ID (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -3470,19 +3470,19 @@ Optional, additionally add any of the following For demonstration purposes. Charger with a fixed set of values. + - name: my_charger + type: template + template: demo-charger + status: A # optional + power: 0 # optional + enabled: true # optional`} advanced={`chargers: + - name: my_charger + type: template + template: demo-charger + status: A # optional + power: 0 # optional + enabled: true # optional + maxcurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional)`} /> @@ -3493,11 +3493,11 @@ For demonstration purposes. Charger with a fixed set of values. + - name: my_charger + type: template + template: eebus + ski: # SKI (Subject Key Identifier) + ip: 192.0.2.2 # IP address (optional)`} /> @@ -3528,20 +3528,20 @@ Requirements: The specific configuration and the actual usable functionality depend on the charger model and its software. :8887/. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers: - - name: my_charger - type: template - template: ocpp - stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) - connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) - remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) - idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) - connecttimeout: 5m # optional - meterinterval: 10s # optional - metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> + - name: my_charger + type: template + template: ocpp + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: ocpp + stationid: EVB-P12354 # Station ID of the charging point. Only required if multiple OCPP charging stations are set up to assign them correctly. A single OCPP charging station can also be automatically assigned. Note: In exceptional cases, it may be necessary to manually append this ID to the OCPP URL of the charging station in the form ws://:8887/. Most charging stations automatically add the ID internally. (optional) + connector: 1 # Connector number for charging stations with multiple connectors. Counting starts at 1 for the first connector. (optional) + remotestart: # Only enable this option if there is no way to initiate transactions from the charger side! This is only the case if e.g. no RFID reader is available and charging processes would have to be released individually via app. Normally, the charger should always be configured at the device so that either an RFID card is used for activation or the charger is set to "Autostart", "Free Charging" or similar. First check the documentation and configuration possibilities of the charger, ask the manufacturer if necessary! (optional) + idtag: evcc # This option is only required in exceptional cases if the charger requires a specific token for accepting external transactions. (optional) + connecttimeout: 5m # optional + meterinterval: 10s # optional + metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional`} /> @@ -3596,25 +3596,25 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: fritzdect + uri: https://fritz.box # HTTP(S) address (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + ain: 307788992233 # The AIN is printed on the type label on the back of the device. Embed it in double quotes in case of leading zeroes. + standbypower: 15 # Power values above this value will be considered as charging pow (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: fritzdect + uri: https://fritz.box # HTTP(S) address (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + ain: 307788992233 # The AIN is printed on the type label on the back of the device. Embed it in double quotes in case of leading zeroes. + 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) + icon: # Icon as shown in user interface (optional)`} /> @@ -3625,30 +3625,30 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: homematic + host: 192.0.2.2 # IP address or hostname + port: 2010 # Port (optional) + device: '0001EE89AAD848' # Homematic device id like shown in the CCU web user interface. + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + standbypower: 15 # Power values above this value will be considered as charging pow (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: homematic + host: 192.0.2.2 # IP address or hostname + port: 2010 # Port (optional) + device: '0001EE89AAD848' # Homematic device id like shown in the CCU web user interface. + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + standbypower: 15 # Power values above this value will be considered as charging pow (optional) + meterchannel: 6 # Homematic meter channel number like shown in the CCU web user interface. + switchchannel: 3 # Homematic switch actor channel number like shown in the CCU web user interface. + cache: 1s # In case of duty cycle problems try a cache setting of 30s. (optional) + integrateddevice: # Integrated device (no vehicle connection) (optional) + heating: # Heating device (°C instead of %) (optional) + icon: # Icon as shown in user interface (optional)`} /> @@ -3659,19 +3659,19 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: homewizard + host: 192.0.2.2 # IP address or hostname + standbypower: 15 # Power values above this value will be considered as charging pow (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: homewizard + host: 192.0.2.2 # IP address or hostname + 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) + icon: # Icon as shown in user interface (optional)`} /> @@ -3682,19 +3682,19 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: mystrom + host: 192.0.2.2 # IP address or hostname + standbypower: 15 # Power values above this value will be considered as charging pow (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: mystrom + host: 192.0.2.2 # IP address or hostname + 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) + icon: # Icon as shown in user interface (optional)`} /> @@ -3705,25 +3705,25 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: shelly + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + channel: 0 # optional + standbypower: 15 # Power values above this value will be considered as charging pow (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: shelly + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + channel: 0 # optional + 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) + icon: # Icon as shown in user interface (optional)`} /> @@ -3734,25 +3734,25 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: tasmota + 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 # Relaychannel number (1-8) + standbypower: 15 # Power values above this value will be considered as charging pow (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tasmota + 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 # 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) + icon: # Icon as shown in user interface (optional)`} /> @@ -3765,19 +3765,19 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: tplink + host: 192.0.2.2 # IP address or hostname + standbypower: 15 # Power values above this value will be considered as charging pow (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tplink + host: 192.0.2.2 # IP address or hostname + 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) + icon: # Icon as shown in user interface (optional)`} /> @@ -3788,23 +3788,23 @@ phases: 1 # ev phases (default 3) + - name: my_charger + type: template + template: tapo + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + standbypower: 15 # Power values above this value will be considered as charging pow (optional)`} advanced={`chargers: + - name: my_charger + type: template + template: tapo + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + 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) + icon: # Icon as shown in user interface (optional)`} /> diff --git a/i18n/en/docusaurus-plugin-content-docs/current/devices/meters.mdx b/i18n/en/docusaurus-plugin-content-docs/current/devices/meters.mdx index 30de73cec..81fb6eb27 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/devices/meters.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/devices/meters.mdx @@ -69,41 +69,41 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -111,41 +111,41 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -153,42 +153,42 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + delay: 100ms # optional`} /> @@ -205,23 +205,23 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: abb-ab + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -229,23 +229,23 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_charger + type: template + template: abb-ab + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -262,29 +262,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: acrel-adw300 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 1200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -292,29 +292,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: acrel-adw300 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 1200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -322,29 +322,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_charger + type: template + template: acrel-adw300 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 1200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -358,16 +358,16 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_battery + type: template + template: storaxe + usage: battery + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -381,29 +381,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: alpha-ess-smile + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 85 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -411,29 +411,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: alpha-ess-smile + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 85 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -441,53 +441,53 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_battery + type: template + template: alpha-ess-smile + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 85 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: alpha-ess-smile + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 85 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 85 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -504,55 +504,55 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: saj-h2 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: saj-h2 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + defaultmode: 2 # optional + minsoc: 20 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: 95 # optional`} /> @@ -560,55 +560,55 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: saj-h2 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: saj-h2 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + defaultmode: 2 # optional + minsoc: 20 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: 95 # optional`} /> @@ -616,56 +616,56 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_battery + type: template + template: saj-h2 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: saj-h2 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + defaultmode: 2 # optional + minsoc: 20 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: 95 # optional`} /> @@ -679,29 +679,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: deye-mi + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -712,11 +712,11 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: apsystems-ez1 + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -730,23 +730,23 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: mpm3pm + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -754,23 +754,23 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_charger + type: template + template: mpm3pm + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -784,29 +784,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: deye-mi + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -822,23 +822,23 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: cg-emt1xx + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -846,23 +846,23 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_charger + type: template + template: cg-emt1xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -879,29 +879,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: cg-em24 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -909,29 +909,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_charger + type: template + template: cg-em24 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -948,29 +948,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: cg-emt3xx + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -978,29 +978,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_charger + type: template + template: cg-emt3xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1017,29 +1017,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: cg-emt3xx + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1047,29 +1047,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_charger + type: template + template: cg-emt3xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1086,23 +1086,23 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: cg-emt1xx + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1110,23 +1110,23 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_charger + type: template + template: cg-emt1xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1143,29 +1143,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: cg-emt3xx + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1173,29 +1173,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_charger + type: template + template: cg-emt3xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1209,16 +1209,16 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_charger + type: template + template: cfos + usage: charge + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 4702 # Port`} /> @@ -1236,54 +1236,54 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: deye-hybrid-3p + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: deye-hybrid-3p + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -1291,54 +1291,54 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: deye-hybrid-3p + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: deye-hybrid-3p + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -1346,55 +1346,55 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_battery + type: template + template: deye-hybrid-3p + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: deye-hybrid-3p + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -1411,54 +1411,54 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: deye-hybrid-hp3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: deye-hybrid-hp3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 20 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: 95 # optional`} /> @@ -1466,54 +1466,54 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: deye-hybrid-hp3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: deye-hybrid-hp3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 20 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: 95 # optional`} /> @@ -1521,55 +1521,55 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_battery + type: template + template: deye-hybrid-hp3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: deye-hybrid-hp3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + minsoc: 20 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: 95 # optional`} /> @@ -1583,29 +1583,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: deye-mi + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1619,29 +1619,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: deye-storage + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1649,53 +1649,53 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_battery + type: template + template: deye-storage + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: deye-storage + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -1703,29 +1703,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: deye-storage + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1739,29 +1739,29 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: deye-string + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1775,13 +1775,13 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: discovergy + usage: grid + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + meter: 1ESY1161229886`} /> @@ -1789,13 +1789,13 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_pv + type: template + template: discovergy + usage: pv + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + meter: 1ESY1161229886`} /> @@ -1809,19 +1809,19 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_grid + type: template + template: dsmr + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 1502 # Port (optional)`} advanced={`meters: + - name: my_grid + type: template + template: dsmr + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 1502 # Port (optional) + energy: # Typically 1-0:1.8.0 or 1-0:1.8.1/1-0:1.8.2 with multiple tariffs (optional)`} /> @@ -1832,23 +1832,23 @@ If your system isn't listed here, that might mean that it is 100% SunSpec-compat + - name: my_charger + type: template + template: dzg + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1866,25 +1866,25 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_grid + type: template + template: e3dc-rscp + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 5033 # Port (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + key: # optional`} advanced={`meters: + - name: my_grid + type: template + template: e3dc-rscp + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 5033 # Port (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + key: # optional + dischargelimit: # Limits discharge power in 'Hold' battery mode (optional)`} /> @@ -1892,25 +1892,25 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_pv + type: template + template: e3dc-rscp + usage: pv + host: 192.0.2.2 # IP address or hostname + port: 5033 # Port (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + key: # optional`} advanced={`meters: + - name: my_pv + type: template + template: e3dc-rscp + usage: pv + host: 192.0.2.2 # IP address or hostname + port: 5033 # Port (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + key: # optional + dischargelimit: # Limits discharge power in 'Hold' battery mode (optional)`} /> @@ -1918,26 +1918,26 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_battery + type: template + template: e3dc-rscp + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 5033 # Port (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + key: # optional`} advanced={`meters: + - name: my_battery + type: template + template: e3dc-rscp + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 5033 # Port (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + key: # optional + dischargelimit: # Limits discharge power in 'Hold' battery mode (optional) + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -1956,23 +1956,23 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_grid + type: template + template: eastron-sdm120 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -1980,23 +1980,23 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_charger + type: template + template: eastron-sdm120 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2004,23 +2004,23 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_pv + type: template + template: eastron-sdm120 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2037,23 +2037,23 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_grid + type: template + template: eastron-sdm220_230 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2061,23 +2061,23 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_charger + type: template + template: eastron-sdm220_230 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2094,23 +2094,23 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_grid + type: template + template: eastron + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2118,23 +2118,23 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_charger + type: template + template: eastron + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2151,23 +2151,23 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_grid + type: template + template: eastron-sdm72 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2175,23 +2175,23 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_charger + type: template + template: eastron-sdm72 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2208,23 +2208,23 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_grid + type: template + template: eastron + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2232,23 +2232,23 @@ Username and password are identical to Web Portal or My E3/DC App access. Key (= + - name: my_charger + type: template + template: eastron + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2267,12 +2267,12 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_grid + type: template + template: enphase + usage: grid + host: 192.0.2.2 # IP address or hostname + token: # Required if Envoy Firmware D7.x.xxx. Token is valid for one year. Instructions for obtaining a token via web UI: https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication (optional)`} /> @@ -2280,12 +2280,12 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_pv + type: template + template: enphase + usage: pv + host: 192.0.2.2 # IP address or hostname + token: # Required if Envoy Firmware D7.x.xxx. Token is valid for one year. Instructions for obtaining a token via web UI: https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication (optional)`} /> @@ -2293,19 +2293,19 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_battery + type: template + template: enphase + usage: battery + host: 192.0.2.2 # IP address or hostname + token: # Required if Envoy Firmware D7.x.xxx. Token is valid for one year. Instructions for obtaining a token via web UI: https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication (optional)`} advanced={`meters: + - name: my_battery + type: template + template: enphase + usage: battery + host: 192.0.2.2 # IP address or hostname + token: # Required if Envoy Firmware D7.x.xxx. Token is valid for one year. Instructions for obtaining a token via web UI: https://enphase.com/download/accessing-iq-gateway-local-apis-or-local-ui-token-based-authentication (optional) + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -2319,17 +2319,17 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_grid + type: template + template: slimmelezer + usage: grid + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_grid + type: template + template: slimmelezer + usage: grid + host: 192.0.2.2 # IP address or hostname + scale: 1000 # Use scale of 1000 for Zuidwijk Slimmelezer. Use scale 1 for ESPHome DSMR and mhendriks P1 Dongle`} /> @@ -2343,17 +2343,17 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_grid + type: template + template: openems + usage: grid + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_grid + type: template + template: openems + usage: grid + 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)`} /> @@ -2361,17 +2361,17 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_pv + type: template + template: openems + usage: pv + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_pv + type: template + template: openems + 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)`} /> @@ -2379,18 +2379,18 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_battery + type: template + template: openems + usage: battery + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_battery + type: template + template: openems + usage: battery + 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) + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -2409,29 +2409,29 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_pv + type: template + template: fox-ess-h1 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2439,29 +2439,29 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_battery + type: template + template: fox-ess-h1 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2478,54 +2478,54 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_grid + type: template + template: fox-ess-h3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: fox-ess-h3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -2533,54 +2533,54 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_pv + type: template + template: fox-ess-h3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: fox-ess-h3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -2588,55 +2588,55 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_battery + type: template + template: fox-ess-h3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: fox-ess-h3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -2652,17 +2652,17 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_aux + type: template + template: fronius-ohmpilot + usage: aux + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_aux + type: template + template: fronius-ohmpilot + usage: aux + host: 192.0.2.2 # IP address or hostname + key: 0 # optional`} /> @@ -2676,12 +2676,12 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_grid + type: template + template: fronius-gen24 + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -2689,12 +2689,12 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_pv + type: template + template: fronius-gen24 + usage: pv + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -2702,19 +2702,19 @@ Only batteries of type "AC Battery" are currently supported by Enphase-API. + - name: my_battery + type: template + template: fronius-gen24 + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} advanced={`meters: + - name: my_battery + type: template + template: fronius-gen24 + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional) + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -2735,13 +2735,13 @@ Username and password are only required for active battery control. + - name: my_grid + type: template + template: fronius-solarapi-v1 + usage: grid + host: 192.0.2.2 # IP address or hostname + user: customer # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -2749,13 +2749,13 @@ Username and password are only required for active battery control. + - name: my_pv + type: template + template: fronius-solarapi-v1 + usage: pv + host: 192.0.2.2 # IP address or hostname + user: customer # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -2763,21 +2763,21 @@ Username and password are only required for active battery control. + - name: my_battery + type: template + template: fronius-solarapi-v1 + usage: battery + host: 192.0.2.2 # IP address or hostname + user: customer # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} advanced={`meters: + - name: my_battery + type: template + template: fronius-solarapi-v1 + usage: battery + host: 192.0.2.2 # IP address or hostname + user: customer # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -2794,12 +2794,12 @@ Username and password are only required for active battery control. + - name: my_grid + type: template + template: fronius-gen24 + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -2807,12 +2807,12 @@ Username and password are only required for active battery control. + - name: my_pv + type: template + template: fronius-gen24 + usage: pv + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -2820,19 +2820,19 @@ Username and password are only required for active battery control. + - name: my_battery + type: template + template: fronius-gen24 + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} advanced={`meters: + - name: my_battery + type: template + template: fronius-gen24 + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional) + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -2851,23 +2851,23 @@ Username and password are only required for active battery control. + - name: my_grid + type: template + template: solis-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2875,23 +2875,23 @@ Username and password are only required for active battery control. + - name: my_pv + type: template + template: solis-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2899,41 +2899,41 @@ Username and password are only required for active battery control. + - name: my_battery + type: template + template: solis-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: solis-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -2950,23 +2950,23 @@ Username and password are only required for active battery control. + - name: my_grid + type: template + template: solis-hybrid-s + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2974,23 +2974,23 @@ Username and password are only required for active battery control. + - name: my_pv + type: template + template: solis-hybrid-s + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -2998,41 +2998,41 @@ Username and password are only required for active battery control. + - name: my_battery + type: template + template: solis-hybrid-s + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: solis-hybrid-s + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -3049,23 +3049,23 @@ Username and password are only required for active battery control. + - name: my_grid + type: template + template: solis + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3073,23 +3073,23 @@ Username and password are only required for active battery control. + - name: my_pv + type: template + template: solis + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3106,11 +3106,11 @@ Username and password are only required for active battery control. + - name: my_grid + type: template + template: go-e-controller + usage: grid + host: 192.0.2.2 # IP address or hostname`} /> @@ -3118,11 +3118,11 @@ Username and password are only required for active battery control. + - name: my_pv + type: template + template: go-e-controller + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -3141,30 +3141,30 @@ Username and password are only required for active battery control. + - name: my_grid + type: template + template: goodwe-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + battery: 1 # optional`} /> @@ -3172,30 +3172,30 @@ Username and password are only required for active battery control. + - name: my_pv + type: template + template: goodwe-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + battery: 1 # optional`} /> @@ -3203,55 +3203,55 @@ Username and password are only required for active battery control. + - name: my_battery + type: template + template: goodwe-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + battery: 1 # optional`} advanced={`meters: + - name: my_battery + type: template + template: goodwe-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + battery: 1 # optional + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -3265,29 +3265,29 @@ Username and password are only required for active battery control. + - name: my_pv + type: template + template: goodwe-dt + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3308,29 +3308,29 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_grid + type: template + template: growatt-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3338,29 +3338,29 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_pv + type: template + template: growatt-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3368,53 +3368,53 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_battery + type: template + template: growatt-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: growatt-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -3431,29 +3431,29 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_grid + type: template + template: growatt-hybrid-tlxh + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3461,29 +3461,29 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_pv + type: template + template: growatt-hybrid-tlxh + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -3491,53 +3491,53 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_battery + type: template + template: growatt-hybrid-tlxh + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: growatt-hybrid-tlxh + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -3554,11 +3554,11 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_grid + type: template + template: homewizard + usage: grid + host: 192.0.2.2 # IP address or hostname`} /> @@ -3566,11 +3566,11 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_pv + type: template + template: homewizard + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -3586,12 +3586,12 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_pv + type: template + template: hoymiles-ahoydtu + usage: pv + host: 192.0.2.2 # IP address or hostname + id: 0 # optional`} /> @@ -3602,11 +3602,11 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_pv + type: template + template: hoymiles-opendtu + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -3622,29 +3622,29 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_grid + type: template + template: huawei-smartlogger + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} advanced={`meters: + - name: my_grid + type: template + template: huawei-smartlogger + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional + storageunit: 1 # optional`} /> @@ -3652,29 +3652,29 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_pv + type: template + template: huawei-smartlogger + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} advanced={`meters: + - name: my_pv + type: template + template: huawei-smartlogger + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional + storageunit: 1 # optional`} /> @@ -3682,30 +3682,30 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_battery + type: template + template: huawei-smartlogger + usage: battery + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} advanced={`meters: + - name: my_battery + type: template + template: huawei-smartlogger + usage: battery + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional + storageunit: 1 # optional + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -3722,53 +3722,53 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_grid + type: template + template: huawei-sun2000-rs485 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: huawei-sun2000-rs485 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + storageunit: 1 # optional`} /> @@ -3776,53 +3776,53 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_pv + type: template + template: huawei-sun2000-rs485 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: huawei-sun2000-rs485 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + storageunit: 1 # optional`} /> @@ -3830,54 +3830,54 @@ The active battery control uses the first "Battery first" timeslot, so it cannot + - name: my_battery + type: template + template: huawei-sun2000-rs485 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: huawei-sun2000-rs485 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + storageunit: 1 # optional + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -3894,17 +3894,17 @@ Needs "Modbus/TCP". Activation using "maintenance access" within the communicati See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/667250677153415168-667213868771979264 + - name: my_pv + type: template + template: huawei-dongle + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} /> @@ -3921,29 +3921,29 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_grid + type: template + template: huawei-dongle-powersensor + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} advanced={`meters: + - name: my_grid + type: template + template: huawei-dongle-powersensor + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional + storageunit: 1 # optional`} /> @@ -3951,29 +3951,29 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_pv + type: template + template: huawei-dongle-powersensor + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} advanced={`meters: + - name: my_pv + type: template + template: huawei-dongle-powersensor + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional + storageunit: 1 # optional`} /> @@ -3981,30 +3981,30 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_battery + type: template + template: huawei-dongle-powersensor + usage: battery + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional`} advanced={`meters: + - name: my_battery + type: template + template: huawei-dongle-powersensor + usage: battery + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 15s # optional + storageunit: 1 # optional + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -4018,13 +4018,13 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_pv + type: template + template: solarman + usage: pv + host: 192.0.2.2 # IP address or hostname + user: admin # User account (e.g. email address, user id, etc.) (optional) + password: admin # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -4038,23 +4038,23 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_grid + type: template + template: inepro + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4062,23 +4062,23 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_charger + type: template + template: inepro + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4095,29 +4095,29 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_grid + type: template + template: janitza + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4125,29 +4125,29 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_charger + type: template + template: janitza + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4161,16 +4161,16 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_grid + type: template + template: keba-kecontact + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4186,29 +4186,29 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_grid + type: template + template: cg-emt3xx + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4216,29 +4216,29 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_charger + type: template + template: cg-emt3xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4255,23 +4255,23 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_grid + type: template + template: eastron + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4279,23 +4279,23 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_charger + type: template + template: eastron + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4309,13 +4309,13 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_pv + type: template + template: kostal-piko-legacy + usage: pv + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros)`} /> @@ -4329,11 +4329,11 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_grid + type: template + template: kostal-piko-hybrid + usage: grid + host: 192.0.2.2 # IP address or hostname`} /> @@ -4341,11 +4341,11 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_pv + type: template + template: kostal-piko-hybrid + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -4353,17 +4353,17 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_battery + type: template + template: kostal-piko-hybrid + usage: battery + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_battery + type: template + template: kostal-piko-hybrid + usage: battery + host: 192.0.2.2 # IP address or hostname + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -4377,11 +4377,11 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_pv + type: template + template: kostal-piko-mp-plus + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -4395,11 +4395,11 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_grid + type: template + template: kostal-piko-pv + usage: grid + host: 192.0.2.2 # IP address or hostname`} /> @@ -4407,11 +4407,11 @@ See https://forum.huawei.com/enterprise/en/modbus-tcp-guide/thread/6672506771534 + - name: my_pv + type: template + template: kostal-piko-pv + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -4430,28 +4430,28 @@ Only a single system may access the inverter! For active battery control, the ex + - name: my_pv + type: template + template: kostal-plenticore + usage: pv + + # Modbus TCP + modbus: tcpip + id: 71 + host: 192.0.2.2 # Hostname + port: 1502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: kostal-plenticore + usage: pv + + # Modbus TCP + modbus: tcpip + id: 71 + host: 192.0.2.2 # Hostname + port: 1502 # Port + endianness: little # optional + watchdog: 60s # optional`} /> @@ -4459,29 +4459,29 @@ Only a single system may access the inverter! For active battery control, the ex + - name: my_battery + type: template + template: kostal-plenticore + usage: battery + + # Modbus TCP + modbus: tcpip + id: 71 + host: 192.0.2.2 # Hostname + port: 1502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: kostal-plenticore + usage: battery + + # Modbus TCP + modbus: tcpip + id: 71 + host: 192.0.2.2 # Hostname + port: 1502 # Port + endianness: little # optional + capacity: 50 # Battery capacity in kWh (optional) + watchdog: 60s # optional`} /> @@ -4495,16 +4495,16 @@ Only a single system may access the inverter! For active battery control, the ex + - name: my_grid + type: template + template: kostal-ksem + usage: grid + + # Modbus TCP + modbus: tcpip + id: 71 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4517,16 +4517,16 @@ Only a single system may access the inverter! For active battery control, the ex The energy meter must be installed in sensor position 2 (grid connection). Sensor position 1 (House consumption) is not supported. + - name: my_grid + type: template + template: kostal-ksem-inverter + usage: grid + + # Modbus TCP + modbus: tcpip + id: 71 + host: 192.0.2.2 # Hostname + port: 1502 # Port`} /> @@ -4540,19 +4540,19 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_grid + type: template + template: lg-ess-home-8-10 + usage: grid + host: 192.0.2.2 # IP address or hostname + password: # User password, see https://github.com/Morluktom/ioBroker.lg-ess-home/tree/master#getting-the-password. Alteratively, use registration id for admin login. (optional)`} advanced={`meters: + - name: my_grid + type: template + template: lg-ess-home-8-10 + usage: grid + host: 192.0.2.2 # IP address or hostname + password: # User password, see https://github.com/Morluktom/ioBroker.lg-ess-home/tree/master#getting-the-password. Alteratively, use registration id for admin login. (optional) + registration: DE200... # Registration id of the LG ESS HOME inverter. (optional)`} /> @@ -4560,19 +4560,19 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_pv + type: template + template: lg-ess-home-8-10 + usage: pv + host: 192.0.2.2 # IP address or hostname + password: # User password, see https://github.com/Morluktom/ioBroker.lg-ess-home/tree/master#getting-the-password. Alteratively, use registration id for admin login. (optional)`} advanced={`meters: + - name: my_pv + type: template + template: lg-ess-home-8-10 + usage: pv + host: 192.0.2.2 # IP address or hostname + password: # User password, see https://github.com/Morluktom/ioBroker.lg-ess-home/tree/master#getting-the-password. Alteratively, use registration id for admin login. (optional) + registration: DE200... # Registration id of the LG ESS HOME inverter. (optional)`} /> @@ -4580,20 +4580,20 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_battery + type: template + template: lg-ess-home-8-10 + usage: battery + host: 192.0.2.2 # IP address or hostname + password: # User password, see https://github.com/Morluktom/ioBroker.lg-ess-home/tree/master#getting-the-password. Alteratively, use registration id for admin login. (optional)`} advanced={`meters: + - name: my_battery + type: template + template: lg-ess-home-8-10 + usage: battery + host: 192.0.2.2 # IP address or hostname + password: # User password, see https://github.com/Morluktom/ioBroker.lg-ess-home/tree/master#getting-the-password. Alteratively, use registration id for admin login. (optional) + registration: DE200... # Registration id of the LG ESS HOME inverter. (optional) + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -4610,15 +4610,15 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_grid + type: template + template: loxone + usage: grid + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + meterblock: # Name from Loxone Config + socblock: # Name from Loxone Config, only for battery (optional)`} /> @@ -4626,15 +4626,15 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_pv + type: template + template: loxone + usage: pv + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + meterblock: # Name from Loxone Config + socblock: # Name from Loxone Config, only for battery (optional)`} /> @@ -4642,15 +4642,15 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_battery + type: template + template: loxone + usage: battery + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + meterblock: # Name from Loxone Config + socblock: # Name from Loxone Config, only for battery (optional)`} /> @@ -4658,15 +4658,15 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_charger + type: template + template: loxone + usage: charge + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + meterblock: # Name from Loxone Config + socblock: # Name from Loxone Config, only for battery (optional)`} /> @@ -4685,23 +4685,23 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_grid + type: template + template: mtec-eb-gen2 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4709,23 +4709,23 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_pv + type: template + template: mtec-eb-gen2 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4733,23 +4733,23 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_battery + type: template + template: mtec-eb-gen2 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4766,23 +4766,23 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_grid + type: template + template: mtec-eb-gen3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4790,23 +4790,23 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_pv + type: template + template: mtec-eb-gen3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4814,23 +4814,23 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_battery + type: template + template: mtec-eb-gen3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4844,17 +4844,17 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_grid + type: template + template: slimmelezer + usage: grid + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_grid + type: template + template: slimmelezer + usage: grid + host: 192.0.2.2 # IP address or hostname + scale: 1000 # Use scale of 1000 for Zuidwijk Slimmelezer. Use scale 1 for ESPHome DSMR and mhendriks P1 Dongle`} /> @@ -4867,11 +4867,11 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_aux + type: template + template: ac-elwa-2 + usage: aux + host: 192.0.2.2 # IP address or hostname`} /> @@ -4882,11 +4882,11 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_aux + type: template + template: ac-elwa-e + usage: aux + host: 192.0.2.2 # IP address or hostname`} /> @@ -4897,11 +4897,11 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_aux + type: template + template: thor + usage: aux + host: 192.0.2.2 # IP address or hostname`} /> @@ -4912,16 +4912,16 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_grid + type: template + template: mypv-wifi-meter + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -4935,17 +4935,17 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_grid + type: template + template: openems + usage: grid + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_grid + type: template + template: openems + usage: grid + 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)`} /> @@ -4953,17 +4953,17 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_pv + type: template + template: openems + usage: pv + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_pv + type: template + template: openems + 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)`} /> @@ -4971,18 +4971,18 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_battery + type: template + template: openems + usage: battery + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_battery + type: template + template: openems + usage: battery + 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) + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -4999,23 +4999,23 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_grid + type: template + template: orno + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5023,23 +5023,23 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_charger + type: template + template: orno + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8E1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5053,11 +5053,11 @@ The energy meter must be installed in sensor position 2 (grid connection). Senso + - name: my_grid + type: template + template: p1monitor + usage: grid + host: 192.0.2.2 # IP address or hostname`} /> @@ -5073,12 +5073,12 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: plexlog + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 503 # Port (optional)`} /> @@ -5086,12 +5086,12 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_pv + type: template + template: plexlog + usage: pv + host: 192.0.2.2 # IP address or hostname + port: 503 # Port (optional)`} /> @@ -5099,12 +5099,12 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_battery + type: template + template: plexlog + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 503 # Port (optional)`} /> @@ -5121,16 +5121,16 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: powerdog + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5138,16 +5138,16 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_pv + type: template + template: powerdog + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5164,19 +5164,19 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: powerfox-poweropti + usage: grid + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros)`} advanced={`meters: + - name: my_grid + type: template + template: powerfox-poweropti + usage: grid + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + id: main # Id in case of multiple PowerOpti`} /> @@ -5184,19 +5184,19 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_pv + type: template + template: powerfox-poweropti + usage: pv + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros)`} advanced={`meters: + - name: my_pv + type: template + template: powerfox-poweropti + usage: pv + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + id: main # Id in case of multiple PowerOpti`} /> @@ -5213,29 +5213,29 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: solax + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5243,29 +5243,29 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_pv + type: template + template: solax + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5273,53 +5273,53 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_battery + type: template + template: solax + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: solax + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -5336,11 +5336,11 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: rct-power + usage: grid + host: 192.0.2.2 # IP address or hostname`} /> @@ -5348,11 +5348,11 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_pv + type: template + template: rct-power + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -5360,17 +5360,17 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_battery + type: template + template: rct-power + usage: battery + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_battery + type: template + template: rct-power + usage: battery + host: 192.0.2.2 # IP address or hostname + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -5387,23 +5387,23 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: sbc-axx3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5411,23 +5411,23 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_charger + type: template + template: sbc-axx3 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5444,55 +5444,55 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: saj-h2 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: saj-h2 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + defaultmode: 2 # optional + minsoc: 20 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: 95 # optional`} /> @@ -5500,55 +5500,55 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_pv + type: template + template: saj-h2 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: saj-h2 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + defaultmode: 2 # optional + minsoc: 20 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: 95 # optional`} /> @@ -5556,56 +5556,56 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_battery + type: template + template: saj-h2 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: saj-h2 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 115200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + defaultmode: 2 # optional + minsoc: 20 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: 95 # optional`} /> @@ -5622,16 +5622,16 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: sax + usage: grid + + # Modbus TCP + modbus: tcpip + id: 64 + host: 192.0.2.2 # Hostname + port: 3600 # Port`} /> @@ -5639,16 +5639,16 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_battery + type: template + template: sax + usage: battery + + # Modbus TCP + modbus: tcpip + id: 64 + host: 192.0.2.2 # Hostname + port: 3600 # Port`} /> @@ -5665,23 +5665,23 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: schneider-iem3000 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5689,23 +5689,23 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_charger + type: template + template: schneider-iem3000 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5722,12 +5722,12 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: senec-home + usage: grid + host: 192.0.2.2 # IP address or hostname + schema: https # optional`} /> @@ -5735,12 +5735,12 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_pv + type: template + template: senec-home + usage: pv + host: 192.0.2.2 # IP address or hostname + schema: https # optional`} /> @@ -5748,19 +5748,19 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_battery + type: template + template: senec-home + usage: battery + host: 192.0.2.2 # IP address or hostname + schema: https # optional`} advanced={`meters: + - name: my_battery + type: template + template: senec-home + usage: battery + host: 192.0.2.2 # IP address or hostname + schema: https # optional + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -5774,16 +5774,16 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_pv + type: template + template: senergy + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5799,18 +5799,18 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: shelly-3em + usage: grid + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_grid + type: template + template: shelly-3em + usage: grid + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -5818,18 +5818,18 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_pv + type: template + template: shelly-3em + usage: pv + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_pv + type: template + template: shelly-3em + usage: pv + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -5837,18 +5837,18 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_charger + type: template + template: shelly-3em + usage: charge + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_charger + type: template + template: shelly-3em + usage: charge + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -5865,13 +5865,13 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: shelly-pro-3em + usage: grid + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -5879,13 +5879,13 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_pv + type: template + template: shelly-pro-3em + usage: pv + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -5893,13 +5893,13 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_charger + type: template + template: shelly-pro-3em + usage: charge + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -5918,29 +5918,29 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: siemens-7kt1665 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5948,29 +5948,29 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_charger + type: template + template: siemens-7kt1665 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -5987,29 +5987,29 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_grid + type: template + template: siemens-pac2200 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6017,29 +6017,29 @@ The values are updated approximately every 15 seconds, hence the evcc `interval` + - name: my_charger + type: template + template: siemens-pac2200 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6060,16 +6060,16 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_grid + type: template + template: sma-data-manager + usage: grid + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6077,16 +6077,16 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_pv + type: template + template: sma-data-manager + usage: pv + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6094,27 +6094,27 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_battery + type: template + template: sma-data-manager + usage: battery + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sma-data-manager + usage: battery + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -6131,17 +6131,17 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_grid + type: template + template: sma-energy-meter + usage: grid + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_grid + type: template + template: sma-energy-meter + usage: grid + host: 192.0.2.2 # IP address or hostname + interface: eth0 # Network interface (optional)`} /> @@ -6149,17 +6149,17 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_pv + type: template + template: sma-energy-meter + usage: pv + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_pv + type: template + template: sma-energy-meter + usage: pv + host: 192.0.2.2 # IP address or hostname + interface: eth0 # Network interface (optional)`} /> @@ -6176,12 +6176,12 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_pv + type: template + template: sma-inverter-speedwire + usage: pv + host: 192.0.2.2 # IP address or hostname + password: # Password for user group Standard (optional)`} /> @@ -6189,19 +6189,19 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_battery + type: template + template: sma-inverter-speedwire + usage: battery + host: 192.0.2.2 # IP address or hostname + password: # Password for user group Standard (optional)`} advanced={`meters: + - name: my_battery + type: template + template: sma-inverter-speedwire + usage: battery + host: 192.0.2.2 # IP address or hostname + password: # Password for user group Standard (optional) + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -6218,27 +6218,27 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_pv + type: template + template: sma-hybrid + usage: pv + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: sma-hybrid + usage: pv + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port + watchdog: 30s # optional`} /> @@ -6246,28 +6246,28 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_battery + type: template + template: sma-hybrid + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sma-hybrid + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + watchdog: 30s # optional`} /> @@ -6281,28 +6281,28 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_battery + type: template + template: sma-sbs-15-25-modbus + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sma-sbs-15-25-modbus + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + watchdog: 60s # optional`} /> @@ -6313,28 +6313,28 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_battery + type: template + template: sma-sbs-modbus + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sma-sbs-modbus + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + watchdog: 60s # optional`} /> @@ -6345,17 +6345,17 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_grid + type: template + template: sma-home-manager + usage: grid + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_grid + type: template + template: sma-home-manager + usage: grid + host: 192.0.2.2 # IP address or hostname + interface: eth0 # Network interface (optional)`} /> @@ -6366,28 +6366,28 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_battery + type: template + template: sma-si-modbus + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sma-si-modbus + usage: battery + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + watchdog: 60s # optional`} /> @@ -6398,16 +6398,16 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_pv + type: template + template: sma-webbox + usage: pv + + # Modbus TCP + modbus: tcpip + id: 2 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6418,16 +6418,16 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_pv + type: template + template: sma-inverter-modbus + usage: pv + + # Modbus TCP + modbus: tcpip + id: 3 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6445,11 +6445,11 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_grid + type: template + template: smartfox + usage: grid + host: 192.0.2.2 # IP address or hostname`} /> @@ -6457,11 +6457,11 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_pv + type: template + template: smartfox + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -6469,11 +6469,11 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_aux + type: template + template: smartfox + usage: aux + host: 192.0.2.2 # IP address or hostname`} /> @@ -6492,11 +6492,11 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_grid + type: template + template: smartfox-em2 + usage: grid + host: 192.0.2.2 # IP address or hostname`} /> @@ -6504,11 +6504,11 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_pv + type: template + template: smartfox-em2 + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -6516,11 +6516,11 @@ In the web interface of the SMA Data Manager you need to activate "Modbus Server + - name: my_aux + type: template + template: smartfox-em2 + usage: aux + host: 192.0.2.2 # IP address or hostname`} /> @@ -6541,29 +6541,29 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_grid + type: template + template: sofarsolar-g3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -6571,29 +6571,29 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_pv + type: template + template: sofarsolar-g3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -6601,53 +6601,53 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -6666,29 +6666,29 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_grid + type: template + template: sofarsolar-g3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -6696,29 +6696,29 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_pv + type: template + template: sofarsolar-g3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -6726,53 +6726,53 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -6789,29 +6789,29 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_grid + type: template + template: sofarsolar + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6819,29 +6819,29 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_pv + type: template + template: sofarsolar + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -6849,53 +6849,53 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_battery + type: template + template: sofarsolar + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sofarsolar + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -6914,29 +6914,29 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_grid + type: template + template: sofarsolar-g3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -6944,29 +6944,29 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_pv + type: template + template: sofarsolar-g3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -6974,53 +6974,53 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -7039,29 +7039,29 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_grid + type: template + template: sofarsolar-g3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -7069,29 +7069,29 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_pv + type: template + template: sofarsolar-g3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} /> @@ -7099,53 +7099,53 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sofarsolar-g3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 8899 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -7162,24 +7162,24 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_grid + type: template + template: solaranzeige + usage: grid + host: 192.0.2.2 # IP address or hostname of the MQTT broker + port: 1883 # MQTT broker port (optional) + topic: solaranzeige/box1 # Topic (omit leading /) (optional) + timeout: 30s # Don't accept values older than this value (optional)`} advanced={`meters: + - name: my_grid + type: template + template: solaranzeige + usage: grid + host: 192.0.2.2 # IP address or hostname of the MQTT broker + port: 1883 # MQTT broker port (optional) + topic: solaranzeige/box1 # Topic (omit leading /) (optional) + timeout: 30s # Don't accept values older than this value (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -7187,24 +7187,24 @@ It is recommended to establish the connection via a LSE-3 logger stick using Mod + - name: my_pv + type: template + template: solaranzeige + usage: pv + host: 192.0.2.2 # IP address or hostname of the MQTT broker + port: 1883 # MQTT broker port (optional) + topic: solaranzeige/box1 # Topic (omit leading /) (optional) + timeout: 30s # Don't accept values older than this value (optional)`} advanced={`meters: + - name: my_pv + type: template + template: solaranzeige + usage: pv + host: 192.0.2.2 # IP address or hostname of the MQTT broker + port: 1883 # MQTT broker port (optional) + topic: solaranzeige/box1 # Topic (omit leading /) (optional) + timeout: 30s # Don't accept values older than this value (optional) + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -7226,55 +7226,55 @@ For optional battery control, StorageConf_CtrlMode (0xE004) must be set to 4 "Re + - name: my_grid + type: template + template: solaredge-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional`} advanced={`meters: + - name: my_grid + type: template + template: solaredge-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional + watchdog: 60s # optional`} /> @@ -7282,55 +7282,55 @@ For optional battery control, StorageConf_CtrlMode (0xE004) must be set to 4 "Re + - name: my_pv + type: template + template: solaredge-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional`} advanced={`meters: + - name: my_pv + type: template + template: solaredge-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional + watchdog: 60s # optional`} /> @@ -7338,56 +7338,56 @@ For optional battery control, StorageConf_CtrlMode (0xE004) must be set to 4 "Re + - name: my_battery + type: template + template: solaredge-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional`} advanced={`meters: + - name: my_battery + type: template + template: solaredge-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional + capacity: 50 # Battery capacity in kWh (optional) + watchdog: 60s # optional`} /> @@ -7406,30 +7406,30 @@ Only one system may access the inverter! + - name: my_grid + type: template + template: solaredge-inverter + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional`} /> @@ -7437,30 +7437,30 @@ Only one system may access the inverter! + - name: my_pv + type: template + template: solaredge-inverter + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + timeout: 10s # optional`} /> @@ -7480,12 +7480,12 @@ If you have a home battery installed, please do not use this device at all for g + - name: my_grid + type: template + template: solarlog + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -7493,12 +7493,12 @@ If you have a home battery installed, please do not use this device at all for g + - name: my_pv + type: template + template: solarlog + usage: pv + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -7519,27 +7519,27 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_grid + type: template + template: solarmax-maxstorage + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: solarmax-maxstorage + usage: grid + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + watchdog: 60s # optional`} /> @@ -7547,27 +7547,27 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_pv + type: template + template: solarmax-maxstorage + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: solarmax-maxstorage + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + watchdog: 60s # optional`} /> @@ -7575,28 +7575,28 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_battery + type: template + template: solarmax-maxstorage + usage: battery + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: solarmax-maxstorage + usage: battery + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + watchdog: 60s # optional`} /> @@ -7610,16 +7610,16 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_pv + type: template + template: solarmax-smt + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -7630,16 +7630,16 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_pv + type: template + template: senergy + usage: pv + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -7655,11 +7655,11 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_grid + type: template + template: solarwatt + usage: grid + host: 192.0.2.2 # IP address or hostname`} /> @@ -7667,11 +7667,11 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_pv + type: template + template: solarwatt + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -7679,17 +7679,17 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_battery + type: template + template: solarwatt + usage: battery + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_battery + type: template + template: solarwatt + usage: battery + host: 192.0.2.2 # IP address or hostname + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -7706,11 +7706,11 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_grid + type: template + template: solarwatt + usage: grid + host: 192.0.2.2 # IP address or hostname`} /> @@ -7718,11 +7718,11 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_pv + type: template + template: solarwatt + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -7730,17 +7730,17 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_battery + type: template + template: solarwatt + usage: battery + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_battery + type: template + template: solarwatt + usage: battery + host: 192.0.2.2 # IP address or hostname + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -7757,12 +7757,12 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_grid + type: template + template: solarwatt-myreserve-matrix + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 8080 # Port (optional)`} /> @@ -7770,12 +7770,12 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_pv + type: template + template: solarwatt-myreserve-matrix + usage: pv + host: 192.0.2.2 # IP address or hostname + port: 8080 # Port (optional)`} /> @@ -7783,19 +7783,19 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_battery + type: template + template: solarwatt-myreserve-matrix + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 8080 # Port (optional)`} advanced={`meters: + - name: my_battery + type: template + template: solarwatt-myreserve-matrix + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 8080 # Port (optional) + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -7814,29 +7814,29 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_grid + type: template + template: solax + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -7844,29 +7844,29 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_pv + type: template + template: solax + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -7874,53 +7874,53 @@ For batter control, the "Connectivity+" function must be activated via the Solar + - name: my_battery + type: template + template: solax + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: solax + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 19200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -7941,12 +7941,12 @@ The Solax hybrid inverter has to be registered in the SolaxCloud. + - name: my_grid + type: template + template: solax-hybrid-cloud + usage: grid + tokenid: # Go to https://www.solaxcloud.com/#/api and take the value of "ObtaintokenID". + serial: # Go to https://www.solaxcloud.com/#/inverter and take the value of registration number.`} /> @@ -7954,12 +7954,12 @@ The Solax hybrid inverter has to be registered in the SolaxCloud. + - name: my_pv + type: template + template: solax-hybrid-cloud + usage: pv + tokenid: # Go to https://www.solaxcloud.com/#/api and take the value of "ObtaintokenID". + serial: # Go to https://www.solaxcloud.com/#/inverter and take the value of registration number.`} /> @@ -7967,19 +7967,19 @@ The Solax hybrid inverter has to be registered in the SolaxCloud. + - name: my_battery + type: template + template: solax-hybrid-cloud + usage: battery + tokenid: # Go to https://www.solaxcloud.com/#/api and take the value of "ObtaintokenID". + serial: # Go to https://www.solaxcloud.com/#/inverter and take the value of registration number.`} advanced={`meters: + - name: my_battery + type: template + template: solax-hybrid-cloud + usage: battery + tokenid: # Go to https://www.solaxcloud.com/#/api and take the value of "ObtaintokenID". + serial: # Go to https://www.solaxcloud.com/#/inverter and take the value of registration number. + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -7997,12 +7997,12 @@ The Solax inverter has to be registered in the SolaxCloud. **Attention**: Values can only be fetched every 150s and then also can be 5 minutes old. Charging by PV will not be optimal because of this! Only use as fallback if no local access is available. + - name: my_pv + type: template + template: solax-inverter-cloud + usage: pv + tokenid: # Use the ObtaintokenID from https://www.solaxcloud.com/#/api. + serial: # Use the registration number from https://www.solaxcloud.com/#/inverter.`} /> @@ -8016,41 +8016,41 @@ The Solax inverter has to be registered in the SolaxCloud. + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -8058,41 +8058,41 @@ The Solax inverter has to be registered in the SolaxCloud. + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -8100,42 +8100,42 @@ The Solax inverter has to be registered in the SolaxCloud. + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + delay: 100ms # optional`} /> @@ -8154,12 +8154,12 @@ The Solax inverter has to be registered in the SolaxCloud. + - name: my_grid + type: template + template: sonnenbatterie-eco56 + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 7979 # Port (optional)`} /> @@ -8167,12 +8167,12 @@ The Solax inverter has to be registered in the SolaxCloud. + - name: my_pv + type: template + template: sonnenbatterie-eco56 + usage: pv + host: 192.0.2.2 # IP address or hostname + port: 7979 # Port (optional)`} /> @@ -8180,19 +8180,19 @@ The Solax inverter has to be registered in the SolaxCloud. + - name: my_battery + type: template + template: sonnenbatterie-eco56 + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 7979 # Port (optional)`} advanced={`meters: + - name: my_battery + type: template + template: sonnenbatterie-eco56 + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 7979 # Port (optional) + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -8212,12 +8212,12 @@ The power for grid charging can be adapted to the inverter power of the sonnenBa + - name: my_grid + type: template + template: sonnenbatterie + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 8080 # Port (optional)`} /> @@ -8225,12 +8225,12 @@ The power for grid charging can be adapted to the inverter power of the sonnenBa + - name: my_pv + type: template + template: sonnenbatterie + usage: pv + host: 192.0.2.2 # IP address or hostname + port: 8080 # Port (optional)`} /> @@ -8238,22 +8238,22 @@ The power for grid charging can be adapted to the inverter power of the sonnenBa + - name: my_battery + type: template + template: sonnenbatterie + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 8080 # Port (optional) + token: # API Token (required for active battery control) (optional)`} advanced={`meters: + - name: my_battery + type: template + template: sonnenbatterie + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 8080 # Port (optional) + token: # API Token (required for active battery control) (optional) + capacity: 50 # Battery capacity in kWh (optional) + chargepower: 3300 # Charging power for grid charging in W (optional)`} /> @@ -8270,41 +8270,41 @@ The power for grid charging can be adapted to the inverter power of the sonnenBa + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -8312,41 +8312,41 @@ The power for grid charging can be adapted to the inverter power of the sonnenBa + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -8354,42 +8354,42 @@ The power for grid charging can be adapted to the inverter power of the sonnenBa + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + delay: 100ms # optional`} /> @@ -8403,11 +8403,11 @@ The power for grid charging can be adapted to the inverter power of the sonnenBa + - name: my_pv + type: template + template: kostal-piko-mp-plus + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -8423,29 +8423,29 @@ The power for grid charging can be adapted to the inverter power of the sonnenBa + - name: my_grid + type: template + template: sungrow-inverter + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -8453,29 +8453,29 @@ The power for grid charging can be adapted to the inverter power of the sonnenBa + - name: my_pv + type: template + template: sungrow-inverter + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -8494,30 +8494,30 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_grid + type: template + template: sungrow-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional`} /> @@ -8525,30 +8525,30 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_pv + type: template + template: sungrow-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional`} /> @@ -8556,55 +8556,55 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_battery + type: template + template: sungrow-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional`} advanced={`meters: + - name: my_battery + type: template + template: sungrow-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + timeout: 10s # optional + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -8623,54 +8623,54 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_grid + type: template + template: deye-hybrid-3p + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: deye-hybrid-3p + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -8678,54 +8678,54 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_pv + type: template + template: deye-hybrid-3p + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: deye-hybrid-3p + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -8733,55 +8733,55 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_battery + type: template + template: deye-hybrid-3p + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: deye-hybrid-3p + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -8798,54 +8798,54 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_grid + type: template + template: deye-hybrid-hp3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: deye-hybrid-hp3 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 20 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: 95 # optional`} /> @@ -8853,54 +8853,54 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_pv + type: template + template: deye-hybrid-hp3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: deye-hybrid-hp3 + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + minsoc: 20 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: 95 # optional`} /> @@ -8908,55 +8908,55 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_battery + type: template + template: deye-hybrid-hp3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: deye-hybrid-hp3 + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + minsoc: 20 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: 95 # optional`} /> @@ -8970,29 +8970,29 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_pv + type: template + template: deye-mi + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9006,29 +9006,29 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_pv + type: template + template: deye-storage + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9036,53 +9036,53 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_battery + type: template + template: deye-storage + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: deye-storage + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -9090,29 +9090,29 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_grid + type: template + template: deye-storage + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9126,29 +9126,29 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_pv + type: template + template: deye-string + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9162,41 +9162,41 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -9204,41 +9204,41 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -9246,42 +9246,42 @@ Connections via the WiNet-S dongle (WiFi or LAN) only work with the latest firmw + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + delay: 100ms # optional`} /> @@ -9319,13 +9319,13 @@ A corresponding IR reader script looks like this: ``` + - name: my_grid + type: template + template: tasmota-sml + 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)`} /> @@ -9346,24 +9346,24 @@ The following apps allow to create the token: + - name: my_grid + type: template + template: tesla-powerwall + usage: grid + host: 192.0.2.2 # IP address or hostname + password: # Password of the user "customer". By default this is the last 5 characters of password stated on the Tesla Gateway. + refreshToken: # optional + siteId: # optional product identifier of the energy site, use to override autodectction (optional)`} advanced={`meters: + - name: my_grid + type: template + template: tesla-powerwall + usage: grid + host: 192.0.2.2 # IP address or hostname + password: # Password of the user "customer". By default this is the last 5 characters of password stated on the Tesla Gateway. + refreshToken: # optional + siteId: # optional product identifier of the energy site, use to override autodectction (optional) + minSoc: 25 # the battery reserve percentage to reset to when switching the Battery back to normal operations (optional) + maxSoc: # the battery reserve percentage to set to when switching the Battery to charge mode (optional)`} /> @@ -9371,24 +9371,24 @@ The following apps allow to create the token: + - name: my_pv + type: template + template: tesla-powerwall + usage: pv + host: 192.0.2.2 # IP address or hostname + password: # Password of the user "customer". By default this is the last 5 characters of password stated on the Tesla Gateway. + refreshToken: # optional + siteId: # optional product identifier of the energy site, use to override autodectction (optional)`} advanced={`meters: + - name: my_pv + type: template + template: tesla-powerwall + usage: pv + host: 192.0.2.2 # IP address or hostname + password: # Password of the user "customer". By default this is the last 5 characters of password stated on the Tesla Gateway. + refreshToken: # optional + siteId: # optional product identifier of the energy site, use to override autodectction (optional) + minSoc: 25 # the battery reserve percentage to reset to when switching the Battery back to normal operations (optional) + maxSoc: # the battery reserve percentage to set to when switching the Battery to charge mode (optional)`} /> @@ -9396,24 +9396,24 @@ The following apps allow to create the token: + - name: my_battery + type: template + template: tesla-powerwall + usage: battery + host: 192.0.2.2 # IP address or hostname + password: # Password of the user "customer". By default this is the last 5 characters of password stated on the Tesla Gateway. + refreshToken: # optional + siteId: # optional product identifier of the energy site, use to override autodectction (optional)`} advanced={`meters: + - name: my_battery + type: template + template: tesla-powerwall + usage: battery + host: 192.0.2.2 # IP address or hostname + password: # Password of the user "customer". By default this is the last 5 characters of password stated on the Tesla Gateway. + refreshToken: # optional + siteId: # optional product identifier of the energy site, use to override autodectction (optional) + minSoc: 25 # the battery reserve percentage to reset to when switching the Battery back to normal operations (optional) + maxSoc: # the battery reserve percentage to set to when switching the Battery to charge mode (optional)`} /> @@ -9427,12 +9427,12 @@ The following apps allow to create the token: + - name: my_grid + type: template + template: tibber-pulse + usage: grid + token: 5K4MVS-OjfWhK_4yrjOlFe1F6kJXPVf7eQYggo8ebAE + homeid: 96a14971-525a-4420-aae9-e5aedaa129ff # optional`} /> @@ -9445,13 +9445,13 @@ The following apps allow to create the token: + - name: my_grid + type: template + template: tq-em + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 80 # Port (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} /> @@ -9462,14 +9462,14 @@ The following apps allow to create the token: Data Endpoint (optional) - token: ey... # Access token for EM420 (Create in Profile -> Access tokens)`} /> + - name: my_grid + type: template + template: tq-em420 + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 80 # Port (optional) + device: local # JSON-API -> Data Endpoint (optional) + token: ey... # Access token for EM420 (Create in Profile -> Access tokens)`} /> @@ -9485,12 +9485,12 @@ PV only available with PV sensor + - name: my_grid + type: template + template: varta + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -9498,12 +9498,12 @@ PV only available with PV sensor + - name: my_pv + type: template + template: varta + usage: pv + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} /> @@ -9511,19 +9511,19 @@ PV only available with PV sensor + - name: my_battery + type: template + template: varta + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} advanced={`meters: + - name: my_battery + type: template + template: varta + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional) + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -9542,29 +9542,29 @@ PV only available with PV sensor + - name: my_grid + type: template + template: cg-em24 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9572,29 +9572,29 @@ PV only available with PV sensor + - name: my_charger + type: template + template: cg-em24 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9611,29 +9611,29 @@ PV only available with PV sensor + - name: my_grid + type: template + template: cg-emt3xx + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9641,29 +9641,29 @@ PV only available with PV sensor + - name: my_charger + type: template + template: cg-emt3xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9682,22 +9682,22 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_grid + type: template + template: victron-energy + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional) + meterid: # Grid meter VRM instance- can be read out in VRM portal or via remoteUI. (optional)`} advanced={`meters: + - name: my_grid + type: template + template: victron-energy + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional) + meterid: # Grid meter VRM instance- can be read out in VRM portal or via remoteUI. (optional) + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -9705,20 +9705,20 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_pv + type: template + template: victron-energy + usage: pv + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} advanced={`meters: + - name: my_pv + type: template + template: victron-energy + usage: pv + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional) + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -9726,21 +9726,21 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_battery + type: template + template: victron-energy + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional)`} advanced={`meters: + - name: my_battery + type: template + template: victron-energy + usage: battery + host: 192.0.2.2 # IP address or hostname + port: 502 # Port (optional) + capacity: 50 # Battery capacity in kWh (optional) + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -9757,29 +9757,29 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_grid + type: template + template: cg-emt3xx + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9787,29 +9787,29 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_charger + type: template + template: cg-emt3xx + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9826,41 +9826,41 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_grid + type: template + template: wattsonic + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -9868,41 +9868,41 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_pv + type: template + template: wattsonic + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + delay: 100ms # optional`} /> @@ -9910,42 +9910,42 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: wattsonic + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 247 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 247 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + delay: 100ms # optional`} /> @@ -9964,23 +9964,23 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_grid + type: template + template: eastron-sdm220_230 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -9988,23 +9988,23 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_charger + type: template + template: eastron-sdm220_230 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10021,23 +10021,23 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_grid + type: template + template: eastron-sdm220_230 + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10045,23 +10045,23 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_charger + type: template + template: eastron-sdm220_230 + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10078,23 +10078,23 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_grid + type: template + template: eastron + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10102,23 +10102,23 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_charger + type: template + template: eastron + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10135,23 +10135,23 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_grid + type: template + template: eastron + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10159,23 +10159,23 @@ For grid usage, a grid meter VRM instance is require to enabled load management. + - name: my_charger + type: template + template: eastron + usage: charge + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10194,11 +10194,11 @@ An externally connected S0 generation meter is required to record the solar prod + - name: my_grid + type: template + template: youless + usage: grid + host: 192.0.2.2 # IP address or hostname`} /> @@ -10206,11 +10206,11 @@ An externally connected S0 generation meter is required to record the solar prod + - name: my_pv + type: template + template: youless + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -10227,29 +10227,29 @@ An externally connected S0 generation meter is required to record the solar prod + - name: my_grid + type: template + template: sofarsolar + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10257,29 +10257,29 @@ An externally connected S0 generation meter is required to record the solar prod + - name: my_pv + type: template + template: sofarsolar + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10287,53 +10287,53 @@ An externally connected S0 generation meter is required to record the solar prod + - name: my_battery + type: template + template: sofarsolar + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sofarsolar + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -10349,17 +10349,17 @@ An externally connected S0 generation meter is required to record the solar prod + - name: my_grid + type: template + template: slimmelezer + usage: grid + host: 192.0.2.2 # IP address or hostname`} advanced={`meters: + - name: my_grid + type: template + template: slimmelezer + usage: grid + host: 192.0.2.2 # IP address or hostname + scale: 1000 # Use scale of 1000 for Zuidwijk Slimmelezer. Use scale 1 for ESPHome DSMR and mhendriks P1 Dongle`} /> @@ -10372,11 +10372,11 @@ An externally connected S0 generation meter is required to record the solar prod More recent slimmelezer devices use a different configuration. Try this template if the other one fails. + - name: my_grid + type: template + template: slimmelezer-V2 + usage: grid + host: 192.0.2.2 # IP address or hostname`} /> @@ -10417,24 +10417,24 @@ meters: For demonstration purposes. Battery with a fixed set of values. + - name: my_battery + type: template + template: demo-battery + usage: battery + power: # optional + soc: # optional + controllable: # Supports active battery control (optional)`} advanced={`meters: + - name: my_battery + type: template + template: demo-battery + usage: battery + power: # optional + soc: # optional + controllable: # Supports active battery control (optional) + energy: # optional + currentL1: # optional + currentL2: # optional + currentL3: # optional`} /> @@ -10450,20 +10450,20 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_grid + type: template + template: demo-meter + usage: grid + power: # optional`} advanced={`meters: + - name: my_grid + type: template + template: demo-meter + usage: grid + power: # optional + energy: # optional + currentL1: # optional + currentL2: # optional + currentL3: # optional`} /> @@ -10471,20 +10471,20 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_pv + type: template + template: demo-meter + usage: pv + power: # optional`} advanced={`meters: + - name: my_pv + type: template + template: demo-meter + usage: pv + power: # optional + energy: # optional + currentL1: # optional + currentL2: # optional + currentL3: # optional`} /> @@ -10492,20 +10492,20 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_aux + type: template + template: demo-meter + usage: aux + power: # optional`} advanced={`meters: + - name: my_aux + type: template + template: demo-meter + usage: aux + power: # optional + energy: # optional + currentL1: # optional + currentL2: # optional + currentL3: # optional`} /> @@ -10513,20 +10513,20 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_charger + type: template + template: demo-meter + usage: charge + power: # optional`} advanced={`meters: + - name: my_charger + type: template + template: demo-meter + usage: charge + power: # optional + energy: # optional + currentL1: # optional + currentL2: # optional + currentL3: # optional`} /> @@ -10540,53 +10540,53 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_battery + type: template + template: sunspec-inverter-control + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sunspec-inverter-control + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -10597,55 +10597,55 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_battery + type: template + template: sunspec-battery-control + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sunspec-battery-control + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional) + minsoc: 25 # Immediate charging with maximum power up to the defined state of charge independently from solar production if the charge mode is not set to 'Off' (optional) + maxsoc: # optional`} /> @@ -10659,29 +10659,29 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_grid + type: template + template: sunspec-hybrid + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10689,29 +10689,29 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_pv + type: template + template: sunspec-hybrid + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10719,53 +10719,53 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_battery + type: template + template: sunspec-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sunspec-hybrid + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -10782,29 +10782,29 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_grid + type: template + template: sunspec-inverter + usage: grid + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10812,29 +10812,29 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_pv + type: template + template: sunspec-inverter + usage: pv + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} /> @@ -10842,53 +10842,53 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_battery + type: template + template: sunspec-inverter + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port`} advanced={`meters: + - name: my_battery + type: template + template: sunspec-inverter + usage: battery + + # RS485 via adapter (Modbus RTU) + modbus: rs485serial + id: 1 + device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse + baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200 + comset: "8N1" # Kommunikationsparameter für den Adapter + + # RS485 via TCP/IP (Modbus RTU) + modbus: rs485tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port + capacity: 50 # Battery capacity in kWh (optional)`} /> @@ -10904,12 +10904,12 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_grid + type: template + template: volkszaehler-http + usage: grid + url: # Example: http://zaehler.network.local:8080/api/data (optional) + uuid:`} /> @@ -10920,13 +10920,13 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_grid + type: template + template: volkszaehler-importexport + usage: grid + url: # The URL is for example: http://zaehler.network.local:8080/api/data (optional) + importuuid: + exportuuid:`} /> @@ -10937,13 +10937,13 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_grid + type: template + template: volkszaehler-ws + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 8082 # Port (optional) + uuid:`} /> @@ -10954,30 +10954,30 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_grid + type: template + template: vzlogger + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 8081 # Port (optional) + uuid:`} advanced={`meters: + - name: my_grid + type: template + template: vzlogger + usage: grid + host: 192.0.2.2 # IP address or hostname + port: 8081 # Port (optional) + uuid: + scale: 1 # Multiply by this value (optional) + l1currentuuid: # optional + l2currentuuid: # optional + l3currentuuid: # optional + l1poweruuid: # optional + l2poweruuid: # optional + l3poweruuid: # optional + l1voltageuuid: # optional + l2voltageuuid: # optional + l3voltageuuid: # optional`} /> @@ -10993,14 +10993,14 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_pv + type: template + template: fritzdect + usage: pv + uri: https://fritz.box # HTTP(S) address (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + ain: 307788992233 # The AIN is printed on the type label on the back of the device. Embed it in double quotes in case of leading zeroes.`} /> @@ -11008,14 +11008,14 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_charger + type: template + template: fritzdect + usage: charge + uri: https://fritz.box # HTTP(S) address (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + ain: 307788992233 # The AIN is printed on the type label on the back of the device. Embed it in double quotes in case of leading zeroes.`} /> @@ -11032,24 +11032,24 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_pv + type: template + template: homematic + usage: pv + host: 192.0.2.2 # IP address or hostname + device: '0001EE89AAD848' # Homematic device id like shown in the CCU web user interface. + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} advanced={`meters: + - name: my_pv + type: template + template: homematic + usage: pv + host: 192.0.2.2 # IP address or hostname + device: '0001EE89AAD848' # Homematic device id like shown in the CCU web user interface. + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + meterchannel: 6 # Homematic meter channel number like shown in the CCU web user interface. + cache: 1s # In case of duty cycle problems try a cache setting of 30s. (optional)`} /> @@ -11057,24 +11057,24 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_charger + type: template + template: homematic + usage: charge + host: 192.0.2.2 # IP address or hostname + device: '0001EE89AAD848' # Homematic device id like shown in the CCU web user interface. + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional)`} advanced={`meters: + - name: my_charger + type: template + template: homematic + usage: charge + host: 192.0.2.2 # IP address or hostname + device: '0001EE89AAD848' # Homematic device id like shown in the CCU web user interface. + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + meterchannel: 6 # Homematic meter channel number like shown in the CCU web user interface. + cache: 1s # In case of duty cycle problems try a cache setting of 30s. (optional)`} /> @@ -11091,11 +11091,11 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_pv + type: template + template: mystrom + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -11103,11 +11103,11 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_charger + type: template + template: mystrom + usage: charge + host: 192.0.2.2 # IP address or hostname`} /> @@ -11124,14 +11124,14 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_pv + type: template + template: shelly-1pm + usage: pv + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + channel: 0 # optional`} /> @@ -11139,14 +11139,14 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_charger + type: template + template: shelly-1pm + usage: charge + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) (optional) + password: # Password of the user account (use single quotes in case of leading zeros) (optional) + channel: 0 # optional`} /> @@ -11163,14 +11163,14 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_pv + type: template + template: tasmota + 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) + channel: 1 # Meterchannel number (1-8)`} /> @@ -11178,14 +11178,14 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_battery + type: template + template: tasmota + 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) + channel: 1 # Meterchannel number (1-8)`} /> @@ -11193,14 +11193,14 @@ For demonstration purposes. Meter with a fixed set of values. + - name: my_charger + 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)`} /> @@ -11219,13 +11219,13 @@ Meter channels 1,2,3 must be used. + - name: my_grid + 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)`} /> @@ -11233,13 +11233,13 @@ Meter channels 1,2,3 must be used. + - name: my_pv + 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)`} /> @@ -11247,13 +11247,13 @@ Meter channels 1,2,3 must be used. + - name: my_battery + 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)`} /> @@ -11261,13 +11261,13 @@ Meter channels 1,2,3 must be used. + - name: my_charger + 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)`} /> @@ -11283,11 +11283,11 @@ Meter channels 1,2,3 must be used. + - name: my_pv + type: template + template: tplink + usage: pv + host: 192.0.2.2 # IP address or hostname`} /> @@ -11298,13 +11298,13 @@ Meter channels 1,2,3 must be used. + - name: my_pv + type: template + template: tapo + usage: pv + host: 192.0.2.2 # IP address or hostname + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros)`} /> diff --git a/i18n/en/docusaurus-plugin-content-docs/current/devices/tariffs.mdx b/i18n/en/docusaurus-plugin-content-docs/current/devices/tariffs.mdx index 7c6155c20..9f8584158 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/devices/tariffs.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/devices/tariffs.mdx @@ -77,12 +77,12 @@ From To Price/Cost CO₂ data for many countries from https://electricitymaps.com/. The 'Free Personal Tier' unfortunately does not include forecast data. You'll need a commercial account from https://api-portal.electricitymaps.com/. Free trial available. + co2: + type: template + template: electricitymaps + uri: https://api-access.electricitymaps.com/2w...1g/ # HTTP(S) address + token: + zone: DE # see https://api.electricitymap.org/v3/zones`} /> @@ -93,10 +93,10 @@ CO₂ data for many countries from https://electricitymaps.com/. The 'Free Perso Regional emission data from https://gruenstromindex.de. Only available for Germany. + co2: + type: template + template: grünstromindex + zip:`} /> @@ -107,11 +107,11 @@ Regional emission data from https://gruenstromindex.de. Only available for Germa Only available for the United Kingdom. + co2: + type: template + template: ngeso + region: 1 # Coarser than using a postcode. See https://carbon-intensity.github.io/api-definitions/#region-list (optional) + postalcode: SW1 # Outward postcode i.e. RG41 or SW1 or TF8. Do not include full postcode, outward postcode only. (optional)`} /> @@ -166,11 +166,11 @@ The plugin is updated once per hour. Only available for the Netherlands. + grid: + type: template + template: allinpower + 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)`} /> @@ -181,14 +181,14 @@ Only available for the Netherlands. Only available for Australia. + grid: + type: template + template: amber + token: # optional + siteid: # optional + channel: # optional + 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)`} /> @@ -199,12 +199,12 @@ Only available for Australia. Only available for Germany and Austria. + grid: + type: template + template: awattar + region: AT # optional + 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)`} /> @@ -215,12 +215,12 @@ Only available for Germany and Austria. Only available for Denmark. + grid: + type: template + template: energinet + region: dk1 # optional + 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)`} /> @@ -232,13 +232,13 @@ Day-ahead prices for the European electricity market. See https://transparency.e Basis for many dynamic tariffs. + grid: + type: template + template: entsoe + securitytoken: # Registration and subsequent helpdesk request required. Details on the process can be found here https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html#_authentication_and_authorisation (optional) + domain: BZN|DE-LU # see https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html#_areas (optional) + 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)`} /> @@ -249,12 +249,12 @@ Basis for many dynamic tariffs. Day-ahead forecast of energy prices (per kWh) on the exchange. No prior registration for https://api.energy-charts.info/ necessary. Can be used for dynamic electricity tariffs, for example, where the supplier does not yet offer a price forecast on the customer interface. + grid: + type: template + template: energy-charts-api + bzn: DE-LU # Bidding zones - https://api.energy-charts.info/#/prices/day_ahead_price_price_get + 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)`} /> @@ -265,11 +265,11 @@ Day-ahead forecast of energy prices (per kWh) on the exchange. No prior registra Only available for Switzerland. + grid: + type: template + template: groupe-e + 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)`} /> @@ -280,12 +280,12 @@ Only available for Switzerland. Only available for Estonia. + grid: + type: template + template: elering + region: ee # optional + 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)`} /> @@ -298,10 +298,10 @@ Only available for Estonia. You can get the API key in the Octopus portal https://octopus.energy/dashboard/new/accounts/personal-details/api-access + grid: + type: template + template: octopus-api + apiKey: # Octopus Energy API Key.`} /> @@ -310,11 +310,11 @@ You can get the API key in the Octopus portal https://octopus.energy/dashboard/n #### Product Code + grid: + type: template + template: octopus-productcode + productCode: AGILE-FLEX-22-11-25 # The tariff code for your energy contract. Make sure this is set to your import tariff code. + region: # The DNO region you are located in. More information: https://www.energy-stats.uk/dno-region-codes-explained/`} /> @@ -325,11 +325,11 @@ You can get the API key in the Octopus portal https://octopus.energy/dashboard/n Price data from https://www.mercatoelettrico.org/it/. Often used for feeding into the grid. Only available for Italy. + grid: + type: template + template: pun + 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)`} /> @@ -340,11 +340,11 @@ Price data from https://www.mercatoelettrico.org/it/. Often used for feeding int Only available for Austria. + grid: + type: template + template: smartenergy + 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)`} /> @@ -355,13 +355,13 @@ Only available for Austria. Get your API token from the Tibber developer portal: https://developer.tibber.com/ + grid: + type: template + template: tibber + token: 476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4 + homeid: cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c # Only required if you have multiple homes in your Tibber account. (optional) + 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)`} /> diff --git a/i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles.mdx b/i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles.mdx index a67e6b14e..7eb6243ca 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/devices/vehicles.mdx @@ -47,30 +47,30 @@ The availability and general quality of Vehicle data can vary greatly by manufac ## Aiways + - name: my_car + type: template + template: aiways + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: aiways + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -79,30 +79,30 @@ The availability and general quality of Vehicle data can vary greatly by manufac ## Audi + - name: my_car + type: template + template: audi + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: WAUZZZ... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: audi + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: WAUZZZ... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -111,32 +111,32 @@ The availability and general quality of Vehicle data can vary greatly by manufac ## BMW + - name: my_car + type: template + template: bmw + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: WBMW... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: bmw + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: WBMW... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional) + region: EU # optional + welcomecharge: # Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)`} /> @@ -147,31 +147,31 @@ The availability and general quality of Vehicle data can vary greatly by manufac Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. + - name: my_car + type: template + template: citroen + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + accessToken: + refreshToken: + vin: V... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: citroen + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + accessToken: + refreshToken: + vin: V... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -180,31 +180,31 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ## Dacia + - name: my_car + type: template + template: dacia + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: dacia + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional) + welcomecharge: # Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)`} /> @@ -215,31 +215,31 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. + - name: my_car + type: template + template: ds + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + accessToken: + refreshToken: + vin: V... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: ds + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + accessToken: + refreshToken: + vin: V... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -248,33 +248,33 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ## Fiat + - name: my_car + type: template + template: fiat + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: ZFAE... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + pin: # optional`} advanced={`vehicles: + - name: my_car + type: template + template: fiat + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: ZFAE... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + pin: # optional + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional) + welcomecharge: # Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)`} /> @@ -283,33 +283,33 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ## Ford + - name: my_car + type: template + template: ford-connect + title: # Will be displayed in the user interface (optional) + clientid: # Setup at https://developer.ford.com + clientsecret: # Setup at https://developer.ford.com + accessToken: + refreshToken: + vin: WF0FXX... # Required if you own multiple vehicles of the same brand (optional) + capacity: 10 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: ford-connect + title: # Will be displayed in the user interface (optional) + clientid: # Setup at https://developer.ford.com + clientsecret: # Setup at https://developer.ford.com + accessToken: + refreshToken: + vin: WF0FXX... # Required if you own multiple vehicles of the same brand (optional) + capacity: 10 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -320,32 +320,32 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc Some models (e.g. Kona) switch internally to 2 phases at low charging currents (< 8A). In cases where the wallbox also measures the phase currents, this leads to undesirable fluctuations in the charging power. The remedy here is to set the minimum charging current to 8A. + - name: my_car + type: template + template: hyundai + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + language: en # 'en' for English and 'de' for German (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: hyundai + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + language: en # 'en' for English and 'de' for German (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -354,33 +354,33 @@ Some models (e.g. Kona) switch internally to 2 phases at low charging currents ( ## Jeep + - name: my_car + type: template + template: fiat + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: ZFAE... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + pin: # optional`} advanced={`vehicles: + - name: my_car + type: template + template: fiat + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: ZFAE... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + pin: # optional + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional) + welcomecharge: # Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)`} /> @@ -391,32 +391,32 @@ Some models (e.g. Kona) switch internally to 2 phases at low charging currents ( Some models (e.g. Niro EV) switch internally to 2 phases at low charging currents (< 8A). In cases where the wallbox also measures the phase currents, this leads to undesirable fluctuations in the charging power. The remedy here is to set the minimum charging current to 8A. + - name: my_car + type: template + template: kia + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + language: en # 'en' for English and 'de' for German (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: kia + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + language: en # 'en' for English and 'de' for German (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -427,33 +427,33 @@ Some models (e.g. Niro EV) switch internally to 2 phases at low charging current Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. + - name: my_car + type: template + template: mercedes + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + region: EMEA + accessToken: + refreshToken: + vin: V... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: mercedes + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + region: EMEA + accessToken: + refreshToken: + vin: V... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -462,30 +462,30 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ## MG + - name: my_car + type: template + template: mg + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: mg + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -494,32 +494,32 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ## Mini + - name: my_car + type: template + template: mini + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: WBMW... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: mini + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: WBMW... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional) + region: EU # optional + welcomecharge: # Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)`} /> @@ -530,30 +530,30 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ### Ariya + - name: my_car + type: template + template: nissan-ariya + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: nissan-ariya + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -562,30 +562,30 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ### Leaf + - name: my_car + type: template + template: nissan + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: nissan + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -594,30 +594,30 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ### Leaf (pre 2019) + - name: my_car + type: template + template: carwings + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: carwings + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -628,31 +628,31 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. + - name: my_car + type: template + template: opel + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + accessToken: + refreshToken: + vin: V... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: opel + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + accessToken: + refreshToken: + vin: V... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -663,31 +663,31 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc Requires `access` and `refresh` tokens. These can be generated with command `evcc token [name]`. + - name: my_car + type: template + template: peugeot + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + accessToken: + refreshToken: + vin: V... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: peugeot + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + accessToken: + refreshToken: + vin: V... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -696,30 +696,30 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ## Polestar + - name: my_car + type: template + template: polestar + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: LPSVS... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: polestar + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: LPSVS... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -728,31 +728,31 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ## Renault + - name: my_car + type: template + template: renault + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: WREN... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: renault + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: WREN... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional) + alternativewakeup: # optional`} /> @@ -763,30 +763,30 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ### CupraConnect Gen3 (Ateca, Leon, Formentor) + - name: my_car + type: template + template: seat + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: seat + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -795,31 +795,31 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ### CupraConnect Gen4 (Born) + - name: my_car + type: template + template: cupra + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: cupra + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional) + welcomecharge: # Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)`} /> @@ -830,32 +830,32 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ### Enyaq + - name: my_car + type: template + template: enyaq + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + timeout: 10s # optional`} advanced={`vehicles: + - name: my_car + type: template + template: enyaq + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + timeout: 10s # optional + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -864,30 +864,30 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ### Others + - name: my_car + type: template + template: skoda + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: skoda + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -898,31 +898,31 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ### + - name: my_car + type: template + template: smart-hello + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: smart-hello + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional) + welcomecharge: # Charger will enable charging for short time when vehicle is connected, irrespective of configured charge mode. This is useful for vehicles that require power supply when connecting. (optional)`} /> @@ -931,30 +931,30 @@ Requires `access` and `refresh` tokens. These can be generated with command `evc ### EQ + - name: my_car + type: template + template: smart + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: smart + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -967,30 +967,30 @@ Controlling vehicles in conjunction with a Tesla Wall Connector is done via an e See [tesla.evcc.io](https://tesla.evcc.io). + - name: my_car + type: template + template: tesla + title: # Will be displayed in the user interface (optional) + accessToken: + refreshToken: + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: tesla + title: # Will be displayed in the user interface (optional) + accessToken: + refreshToken: + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + commandProxy: https://tesla.evcc.io/ # When using a TWC3 (or other 'dumb' charger not capable of control), evcc can manage the charge directly by communicating with the vehicle through a Command Proxy. By default, the proxy provided by evcc is used. With this parameter, you set the base URL of a custom Command Proxy to use instead of the default evcc one. See for example https://github.com/wimaha/TeslaBleHttpProxy for a proxy sending commands via bluetooth. (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1003,32 +1003,32 @@ See [tesla.evcc.io](https://tesla.evcc.io). e-Golf, e-Up, ID family + - name: my_car + type: template + template: vw + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: WVWZZZ... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + timeout: 10s # optional`} advanced={`vehicles: + - name: my_car + type: template + template: vw + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: WVWZZZ... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + timeout: 10s # optional + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1039,32 +1039,32 @@ e-Golf, e-Up, ID family ### latest + - name: my_car + type: template + template: volvo-connected + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + vccapikey: # Volvo developer portal VCC API Key, see https://github.com/evcc-io/evcc/discussions/3677#discussioncomment-4106300`} advanced={`vehicles: + - name: my_car + type: template + template: volvo-connected + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + vccapikey: # Volvo developer portal VCC API Key, see https://github.com/evcc-io/evcc/discussions/3677#discussioncomment-4106300 + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1073,30 +1073,30 @@ e-Golf, e-Up, ID family ### legacy + - name: my_car + type: template + template: volvo + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: volvo + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1105,30 +1105,30 @@ e-Golf, e-Up, ID family ## Zero Motorcycles + - name: my_car + type: template + template: zero + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: zero + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + cache: 15m # Time interval with when data should be reloaded from the vehicle (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1173,27 +1173,27 @@ vehicles: ### evNotify + - name: my_car + type: template + template: evnotify + title: # Will be displayed in the user interface (optional) + akey: + token: + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: evnotify + title: # Will be displayed in the user interface (optional) + akey: + token: + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1207,23 +1207,23 @@ This requires an active location-based charging profile with the lowest minimum Otherwise the vehicle cannot be put into sleep mode. + - name: my_car + type: template + template: iso15118 + title: # Will be displayed in the user interface (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: iso15118 + title: # Will be displayed in the user interface (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1234,29 +1234,29 @@ Otherwise the vehicle cannot be put into sleep mode. Required MQTT broker configuration and a SAIC/MQTT Gateway (https://github.com/SAIC-iSmart-API/saic-python-mqtt-gateway or https://github.com/SAIC-iSmart-API/saic-java-client) + - name: my_car + type: template + template: mg2mqtt + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + vin: W... # Required if you own multiple vehicles of the same brand + capacity: 50 # Battery capacity in kWh (optional) + timeout: 1h # optional`} advanced={`vehicles: + - name: my_car + type: template + template: mg2mqtt + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + vin: W... # Required if you own multiple vehicles of the same brand + capacity: 50 # Battery capacity in kWh (optional) + timeout: 1h # optional + phases: 3 # The maximum number of phases which can be used (optional) + icon: car # Icon as shown in user interface (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1267,26 +1267,26 @@ Required MQTT broker configuration and a SAIC/MQTT Gateway (https://github.com/S myMazda to MQTT. Required MQTT broker configuration and a mz2mqtt installation https://github.com/C64Axel/mz2mqtt. + - name: my_car + type: template + template: mz2mqtt + title: # Will be displayed in the user interface (optional) + vin: W... # Required + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: mz2mqtt + title: # Will be displayed in the user interface (optional) + vin: W... # Required + capacity: 50 # Battery capacity in kWh (optional) + phases: 3 # The maximum number of phases which can be used (optional) + icon: car # Icon as shown in user interface (optional) + timeout: 720h # optional + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1295,23 +1295,23 @@ myMazda to MQTT. Required MQTT broker configuration and a mz2mqtt installation h ### Offline + - name: my_car + type: template + template: offline + title: # Will be displayed in the user interface (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: offline + title: # Will be displayed in the user interface (optional) + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1322,30 +1322,30 @@ myMazda to MQTT. Required MQTT broker configuration and a mz2mqtt installation h Support for all vehicles via ODB2 adapter in the vehicle. More info at [Open Vehicle Monitoring System](http://api.openvehicles.com/). + - name: my_car + type: template + template: ovms + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vehicleid: + capacity: 12 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: ovms + title: # Will be displayed in the user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + vehicleid: + capacity: 12 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + server: dexters-web.de + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1356,28 +1356,28 @@ Support for all vehicles via ODB2 adapter in the vehicle. More info at [Open Veh Remote Control of PSA car https://github.com/flobz/psa_car_controller + - name: my_car + type: template + template: flobz + title: # Will be displayed in the user interface (optional) + url: http://192.0.2.2 + vin: W... # Required + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: flobz + title: # Will be displayed in the user interface (optional) + url: http://192.0.2.2 + vin: W... # Required + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + wakeup_alt: false # alternative wakeup-code; could lead to increased discharge of the 12V battery. (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1388,29 +1388,29 @@ Remote Control of PSA car https://github.com/flobz/psa_car_controller Open source Tesla data logger https://github.com/bassmaster187/TeslaLogger + - name: my_car + type: template + template: teslalogger + title: # Will be displayed in the user interface (optional) + id: 1 # optional + url: http://192.0.2.2 + port: 5000 # Port (optional) + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: teslalogger + title: # Will be displayed in the user interface (optional) + id: 1 # optional + url: http://192.0.2.2 + port: 5000 # Port (optional) + capacity: 50 # Battery capacity in kWh (optional) + phases: 3 # The maximum number of phases which can be used (optional) + icon: car # Icon as shown in user interface (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1421,25 +1421,25 @@ Open source Tesla data logger https://github.com/bassmaster187/TeslaLogger Open source Tesla data logger https://github.com/adriankumpf/teslamate. MQTT broker required. + - name: my_car + type: template + template: teslamate + title: # Will be displayed in the user interface (optional) + id: 1 # optional + capacity: 50 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: teslamate + title: # Will be displayed in the user interface (optional) + id: 1 # optional + capacity: 50 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1448,29 +1448,29 @@ Open source Tesla data logger https://github.com/adriankumpf/teslamate. MQTT bro ### Tronity + - name: my_car + type: template + template: tronity + title: # Will be displayed in the user interface (optional) + clientid: # Setup at https://app.tronity.tech + clientsecret: # Setup at https://app.tronity.tech + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 10 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: tronity + title: # Will be displayed in the user interface (optional) + clientid: # Setup at https://app.tronity.tech + clientsecret: # Setup at https://app.tronity.tech + vin: W... # Required if you own multiple vehicles of the same brand (optional) + capacity: 10 # Battery capacity in kWh (optional) + icon: car # Icon as shown in user interface (optional) + phases: 3 # The maximum number of phases which can be used (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> @@ -1483,29 +1483,29 @@ Open source Tesla data logger https://github.com/adriankumpf/teslamate. MQTT bro ### NIU E-Scooter + - name: my_car + type: template + template: niu-e-scooter + title: # Will be displayed in the user interface (optional) + icon: scooter # Icon as shown in user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + serial: + capacity: 4 # Battery capacity in kWh (optional)`} advanced={`vehicles: + - name: my_car + type: template + template: niu-e-scooter + title: # Will be displayed in the user interface (optional) + icon: scooter # Icon as shown in user interface (optional) + user: # User account (e.g. email address, user id, etc.) + password: # Password of the user account (use single quotes in case of leading zeros) + serial: + capacity: 4 # Battery capacity in kWh (optional) + mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) + minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) + maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) + identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) + priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional)`} /> diff --git a/package-lock.json b/package-lock.json index a07bef377..cbe230d81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -162,9 +162,9 @@ } }, "node_modules/@algolia/client-common": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.4.1.tgz", - "integrity": "sha512-IffPD+CETiR8YJMVC1lcjnhETLpJ2L0ORZCbbRvwo/S11D1j/keR7AqKVMn4TseRJCfjmBFOcFrC+m4sXjyQWA==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.6.1.tgz", + "integrity": "sha512-4MGqXqiAyqsUJw+KamKWZO2Gxn9iMpc05vC0vy8+iQRjKRZEDB1a+3Da6CnkWzXa162pJb7a/chDAAKA9rye8A==", "license": "MIT", "peer": true, "engines": { @@ -193,16 +193,16 @@ } }, "node_modules/@algolia/client-search": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.4.1.tgz", - "integrity": "sha512-nCgWY2p0tZgBqJKmA5E6B3VW+7uqxi1Orf88zNWOihJBRFeOV932pzG4vGrX9l0+p0o/vJabYxuomO35rEt5dw==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.6.1.tgz", + "integrity": "sha512-HloeR0Ef29vf2yJc1lhjw1OYial3YgB0f3TQaqqMlSnM/IkAw9TnX1IOYLurnI91apMKggFpA9t8lRp7TGEKEg==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.4.1", - "@algolia/requester-browser-xhr": "5.4.1", - "@algolia/requester-fetch": "5.4.1", - "@algolia/requester-node-http": "5.4.1" + "@algolia/client-common": "5.6.1", + "@algolia/requester-browser-xhr": "5.6.1", + "@algolia/requester-fetch": "5.6.1", + "@algolia/requester-node-http": "5.6.1" }, "engines": { "node": ">= 14.0.0" @@ -288,13 +288,13 @@ } }, "node_modules/@algolia/requester-browser-xhr": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.4.1.tgz", - "integrity": "sha512-J6+YfU+maR0nIbsYRHoq0UpneilX97hrZzPuuvSoBojQmPo8PeCXKGeT/F0D8uFI6G4CMTKEPGmQYrC9IpCbcQ==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.6.1.tgz", + "integrity": "sha512-tY1RW60sGF9sMpxbd8j53IqLLwnkNhrAarVhFfNZzDZNvI8WyzG78W5ZD/SFvtkgNPPSav3T/3LpBT8xBpzbGw==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.4.1" + "@algolia/client-common": "5.6.1" }, "engines": { "node": ">= 14.0.0" @@ -307,26 +307,26 @@ "license": "MIT" }, "node_modules/@algolia/requester-fetch": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.4.1.tgz", - "integrity": "sha512-AO/C1pqqpIS8p2IsfM5x92S+UBKkcIen5dHfMEh1rnV0ArWDreeqrtxMD2A+6AjQVwYeZNy56w7o7PVIm6mc8g==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.6.1.tgz", + "integrity": "sha512-4TvR5IodrH+o+ji4ka+VBufWY0GfHr43nFqnDTStabtjspfo4rlcV16x534vvnbfp694oBxrz0SO/Ny8VemvXg==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.4.1" + "@algolia/client-common": "5.6.1" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-node-http": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.4.1.tgz", - "integrity": "sha512-2Y3vffc91egwFxz0SjXFEH4q8nvlNJHcz+0//NaWItRU68AvD+3aI/j66STPjkLQOC0Ku6ckA9ChhbOVfrv+Uw==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.6.1.tgz", + "integrity": "sha512-K7tlss87aq6UnWnU8+fPIe+Is9Mvyqwzysp6Ty/HpQ7YNKUU7opgkMOVKxzTwt3fm40NfNX4ENvVKHoYABL6vw==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.4.1" + "@algolia/client-common": "5.6.1" }, "engines": { "node": ">= 14.0.0" @@ -3414,9 +3414,9 @@ } }, "node_modules/@polka/url": { - "version": "1.0.0-next.25", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz", - "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==", + "version": "1.0.0-next.28", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.28.tgz", + "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==", "license": "MIT" }, "node_modules/@puppeteer/browsers": { @@ -3834,9 +3834,9 @@ } }, "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", "license": "MIT" }, "node_modules/@types/estree-jsx": { @@ -3861,9 +3861,21 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "4.19.5", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz", - "integrity": "sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.0.tgz", + "integrity": "sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw==", + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@types/express/node_modules/@types/express-serve-static-core": { + "version": "4.19.6", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", + "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", "license": "MIT", "dependencies": { "@types/node": "*", @@ -3978,9 +3990,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.5.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz", - "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==", + "version": "22.7.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.3.tgz", + "integrity": "sha512-qXKfhXXqGTyBskvWEzJZPUxSslAiLaB6JGP1ic/XTH9ctGgzdgYguuLP1C601aRTSDNlLb0jbKqXjZ48GNraSA==", "license": "MIT", "dependencies": { "undici-types": "~6.19.2" @@ -4008,9 +4020,9 @@ "license": "MIT" }, "node_modules/@types/prop-types": { - "version": "15.7.12", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", - "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", + "version": "15.7.13", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", + "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", "license": "MIT" }, "node_modules/@types/qs": { @@ -4026,9 +4038,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.5.tgz", - "integrity": "sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==", + "version": "18.3.9", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.9.tgz", + "integrity": "sha512-+BpAVyTpJkNWWSSnaLBk6ePpHLOGJKnEQNbINNovPWzvEUyAe3e+/d494QdEh71RekM/qV7lw6jzf1HGrJyAtQ==", "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -4729,16 +4741,16 @@ } }, "node_modules/b4a": { - "version": "1.6.6", - "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz", - "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", + "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==", "license": "Apache-2.0", "optional": true }, "node_modules/babel-loader": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz", - "integrity": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.2.1.tgz", + "integrity": "sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==", "license": "MIT", "dependencies": { "find-cache-dir": "^4.0.0", @@ -4826,9 +4838,9 @@ "license": "MIT" }, "node_modules/bare-events": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.4.2.tgz", - "integrity": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz", + "integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==", "license": "Apache-2.0", "optional": true }, @@ -5051,9 +5063,9 @@ } }, "node_modules/browserslist": { - "version": "4.23.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", - "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.0.tgz", + "integrity": "sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==", "funding": [ { "type": "opencollective", @@ -5070,8 +5082,8 @@ ], "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001646", - "electron-to-chromium": "^1.5.4", + "caniuse-lite": "^1.0.30001663", + "electron-to-chromium": "^1.5.28", "node-releases": "^2.0.18", "update-browserslist-db": "^1.1.0" }, @@ -5234,9 +5246,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001660", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz", - "integrity": "sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==", + "version": "1.0.30001664", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001664.tgz", + "integrity": "sha512-AmE7k4dXiNKQipgn7a2xg558IRqPN3jMQY/rOsbxDhrd0tyChwbITBfiwtnqz8bi2M5mIWbxAYBvk7W7QBUS2g==", "funding": [ { "type": "opencollective", @@ -7267,9 +7279,9 @@ } }, "node_modules/dompurify": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", - "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz", + "integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==", "license": "(MPL-2.0 OR Apache-2.0)", "peer": true }, @@ -7340,9 +7352,9 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.5.23", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.23.tgz", - "integrity": "sha512-mBhODedOXg4v5QWwl21DjM5amzjmI1zw9EPrPK/5Wx7C8jt33bpZNrC7OhHUG3pxRtbLpr3W2dXT+Ph1SsfRZA==", + "version": "1.5.29", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.29.tgz", + "integrity": "sha512-PF8n2AlIhCKXQ+gTpiJi0VhcHDb69kYX4MtCiivctc2QD3XuNZ/XIOlbGzt7WAjjEev0TtaH6Cu3arZExm5DOw==", "license": "ISC" }, "node_modules/emoji-regex": { @@ -7941,9 +7953,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz", - "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.2.tgz", + "integrity": "sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==", "license": "MIT" }, "node_modules/fast-url-parser": { @@ -11952,9 +11964,9 @@ } }, "node_modules/mermaid": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.2.0.tgz", - "integrity": "sha512-ZinOa063lk81lujX8vkINNqmFaNMk1A95Z4kCL7fE6QLAi01CxeiUJVw+tpXU+lAM73utO39G+2PLjxS2GYS/w==", + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.2.1.tgz", + "integrity": "sha512-F8TEaLVVyxTUmvKswVFyOkjPrlJA5h5vNR1f7ZnSWSpqxgEZG1hggtn/QCa7znC28bhlcrNh10qYaIiill7q4A==", "license": "MIT", "peer": true, "dependencies": { @@ -12114,9 +12126,9 @@ "license": "MIT" }, "node_modules/micromark-extension-directive": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.1.tgz", - "integrity": "sha512-VGV2uxUzhEZmaP7NSFo2vtq7M2nUD+WfmYQD+d8i/1nHbzE+rMy9uzTvUybBbNiVbrhOZibg3gbyoARGqgDWyg==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.2.tgz", + "integrity": "sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==", "license": "MIT", "dependencies": { "devlop": "^1.0.0", @@ -16931,9 +16943,9 @@ } }, "node_modules/remark-rehype": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.0.tgz", - "integrity": "sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.1.tgz", + "integrity": "sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", @@ -18218,9 +18230,9 @@ } }, "node_modules/terser": { - "version": "5.32.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.32.0.tgz", - "integrity": "sha512-v3Gtw3IzpBJ0ugkxEX8U0W6+TnPKRRCWGh1jC/iM/e3Ki5+qvO1L1EAZ56bZasc64aXHwRHNIQEzm6//i5cemQ==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.34.0.tgz", + "integrity": "sha512-y5NUX+U9HhVsK/zihZwoq4r9dICLyV2jXGOriDAVOeKhq3LKVjgJbGO90FisozXLlJfvjHqgckGmJFBb9KYoWQ==", "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", @@ -18821,9 +18833,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", "funding": [ { "type": "opencollective", @@ -18840,8 +18852,8 @@ ], "license": "MIT", "dependencies": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" + "escalade": "^3.2.0", + "picocolors": "^1.1.0" }, "bin": { "update-browserslist-db": "cli.js" @@ -19318,9 +19330,9 @@ } }, "node_modules/webpack": { - "version": "5.94.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz", - "integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==", + "version": "5.95.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.95.0.tgz", + "integrity": "sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==", "license": "MIT", "dependencies": { "@types/estree": "^1.0.5", diff --git a/src/generateFromTemplate.js b/src/generateFromTemplate.js index c2b017775..3da6dfad4 100644 --- a/src/generateFromTemplate.js +++ b/src/generateFromTemplate.js @@ -12,16 +12,16 @@ const TARIFF_GROUPS = { }; const CODE_PREAMBLES = { - vehicle: "vehicles:\n - name: my_car", - charger: "chargers:\n - name: my_charger", - meter: "meters:\n - name: my_meter", - grid: "meters:\n - name: my_grid", - pv: "meters:\n - name: my_pv", - battery: "meters:\n - name: my_battery", - charge: "meters:\n - name: my_charger", - aux: "meters:\n - name: my_aux", - price: "tariffs:\n grid:", - co2: "tariffs:\n co2:", + vehicle: "vehicles:\n - name: my_car", + charger: "chargers:\n - name: my_charger", + meter: "meters:\n - name: my_meter", + grid: "meters:\n - name: my_grid", + pv: "meters:\n - name: my_pv", + battery: "meters:\n - name: my_battery", + charge: "meters:\n - name: my_charger", + aux: "meters:\n - name: my_aux", + price: "tariffs:\n grid:", + co2: "tariffs:\n co2:", }; const TRANSLATIONS = { @@ -44,7 +44,7 @@ function readTemplates(path) { } function indent(code) { - return code.replace(/^/gm, " "); + return code.replace(/^/gm, " "); } function templateContent(entry, type) {