diff --git a/templates/de/charger/openwb-2.0_0.yaml b/templates/de/charger/openwb-2.0_0.yaml index bc6ad43d9a..f5c3ab9756 100644 --- a/templates/de/charger/openwb-2.0_0.yaml +++ b/templates/de/charger/openwb-2.0_0.yaml @@ -14,3 +14,13 @@ render: id: 1 host: 192.0.2.2 # Hostname port: 1502 # Port + advanced: | + type: template + template: openwb-2.0 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + connector: 1 # optional diff --git a/templates/en/charger/openwb-2.0_0.yaml b/templates/en/charger/openwb-2.0_0.yaml index 2c16191ebc..e22c5c96d1 100644 --- a/templates/en/charger/openwb-2.0_0.yaml +++ b/templates/en/charger/openwb-2.0_0.yaml @@ -14,3 +14,13 @@ render: id: 1 host: 192.0.2.2 # Hostname port: 1502 # Port + advanced: | + type: template + template: openwb-2.0 + + # Modbus TCP + modbus: tcpip + id: 1 + host: 192.0.2.2 # Hostname + port: 1502 # Port + connector: 1 # optional