diff --git a/templates/definition/meter/keba-kecontact.yaml b/templates/definition/meter/keba-kecontact.yaml new file mode 100644 index 0000000000..deca220ef7 --- /dev/null +++ b/templates/definition/meter/keba-kecontact.yaml @@ -0,0 +1,26 @@ +template: keba-kecontact +# clone of kostal-ksem with different slave id +products: + - brand: KEBA + description: + generic: KeContact E10 +params: + - name: usage + choice: ["grid"] + - name: modbus + choice: ["tcpip"] + id: 1 +render: | + type: modbus + {{- include "modbus" . }} + model: sunspec + power: Power + energy: Import + currents: + - CurrentL1 + - CurrentL2 + - CurrentL3 + powers: + - PowerL1 + - PowerL2 + - PowerL3 diff --git a/templates/evcc.io/brands.json b/templates/evcc.io/brands.json index 3b22463d74..06ab4e69fb 100644 --- a/templates/evcc.io/brands.json +++ b/templates/evcc.io/brands.json @@ -107,6 +107,7 @@ "Huawei", "inepro", "Janitza", + "KEBA", "Kostal", "LG", "Loxone",