diff --git a/templates/de/charger/openwb-2.0_0.yaml b/templates/de/charger/openwb-2.0_0.yaml new file mode 100644 index 0000000000..9a1141c632 --- /dev/null +++ b/templates/de/charger/openwb-2.0_0.yaml @@ -0,0 +1,16 @@ +product: + brand: openWB + description: series2 (Software 2) +capabilities: ["1p3p", "mA"] +description: | + Erfordert Software 2.0 +render: + - default: | + type: template + template: openwb-2.0 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port diff --git a/templates/en/charger/openwb-2.0_0.yaml b/templates/en/charger/openwb-2.0_0.yaml new file mode 100644 index 0000000000..bf92f7203f --- /dev/null +++ b/templates/en/charger/openwb-2.0_0.yaml @@ -0,0 +1,16 @@ +product: + brand: openWB + description: series2 (Software 2) +capabilities: ["1p3p", "mA"] +description: | + Requires software 2.0 +render: + - default: | + type: template + template: openwb-2.0 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 502 # Port