From c1c57d39e192a5e81382996a9c59d0ee63fe1e50 Mon Sep 17 00:00:00 2001 From: Joerg Werner Date: Sat, 27 Jun 2026 14:32:51 +0200 Subject: [PATCH 1/5] Openwbn-native: Add documentation for OpenWB SE configuration --- .../definition/charger/openwb-native.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/templates/definition/charger/openwb-native.yaml b/templates/definition/charger/openwb-native.yaml index e42f1deb1f7..00028aa623d 100644 --- a/templates/definition/charger/openwb-native.yaml +++ b/templates/definition/charger/openwb-native.yaml @@ -23,13 +23,15 @@ requirements: - evcc nach Anleitung installieren. - Notwendige Gruppen zum Zugriff auf die Hardware für user evcc setzen (als root): `usermod -a -G gpio,dialout,input evcc` - evcc konfigurieren. Es gibt unterschiedliche Hardware Versionen, die bezüglich der verbauten Modbus Adapter und Wallbox Zähler variieren. - - Der oder die Modbus Adapter sind entweder auf `/dev/ttyUSB0`, `/dev/ttyUSB1` (manche Duo) oder `/dev/ttyACM0` zu finden. + - Der oder die Modbus Adapter sind entweder auf `/dev/ttyUSB0`, `/dev/ttyUSB1` (manche Duo) oder `/dev/ttyACM0` (u.a. openWB SE) zu finden. Manche Duo's haben zwei Modbus Adapter, manche nur einen. - - Die EVSE für den ersten Ladepunkt hat immer die ID 1, die für den zweiten ID 2. + - Die EVSE für den ersten Ladepunkt hat die ID 1, die für den zweiten ID 2. Bei der openWB SE abweichend die ID 11 bzw. 12. - Die verschiedenen möglichen Zähler sind: - Bernecker Engineering MPM3PM (template: mpm3pm) mit ID 5 oder ID 6 für den zweiten Ladepunkt bei der Duo. - - SDM630/SDM72 (template: eastron) mit ID 105 oder ID 106 für den zweiten Ladepunkt bei der Duo. + - SDM630/SDM72 (template: eastron) mit ID 105 oder ID 106 für den zweiten Ladepunkt bei der Duo (u.a. openWB SE). - ABB B23 (template: abb-ab) mit ID 201 + - Beachte die Beschränkungen der openWB SE-Hardware bezüglich der maximal zulässigen Ströme; siehe https://wiki.openwb.de/doku.php?id=openwb:technische-daten:openwb_se. + EVCC begrenzt den Strom nicht auf den zulässigen Maximalwert, daher bitte den maximalen Strom in EVCC entsprechend konfigurieren. Zusätzlich für die Anzeige von evcc im Display (Achtung dann können auch Unbefugte laden!): - `apt install labwc wayfire seatd xdg-user-dirs firefox swayidle wlopm` @@ -71,13 +73,15 @@ requirements: - Add the groups required for user evcc to access the hardware: `usermod -a -G gpio,dialout,input evcc` - Configure evcc according to the manual. There are multiple distinct Hardware versions, which differ regarding the built-in modbus adapters and charge meters. - - A single or multiple Modbus adapters are found at `/dev/ttyUSB0`, `/dev/ttyUSB1` (some Duo) or `/dev/ttyACM0`. - Some Duo's contain two Modbus adapters, some just one. - - The EVSE for the first connector has always the ID 1, the one for the second ID 2. + - A single or multiple Modbus adapters are found at `/dev/ttyUSB0`, `/dev/ttyUSB1` (some Duo) or `/dev/ttyACM0` (e.g. openWB SE). + Some Duo's contain two Modbus adapters, some just one. openWB SE + - The EVSE for the first connector has the ID 1, the second one ID 2. The openWB SE uses ID 11 and ID 12 instead. - The different possible charge meters are: - Bernecker Engineering MPM3PM (template: mpm3pm) with ID 5 or ID 6 for the Duo's second connector. - - SDM630/SDM72 (template: eastron) with ID 105 or ID 106 for the Duo's second connector. + - SDM630/SDM72 (template: eastron) with ID 105 or ID 106 for the Duo's second connector (e.g. openWB SE). - ABB B23 (template: abb-ab) with ID 201 + - Be aware of the limitations of the openWB SE HW regarding maximum allowed currents, see https://wiki.openwb.de/doku.php?id=openwb:technische-daten:openwb_se. + EVCC does not limit the current to the allowed maximum, so please configure the maximum current in EVCC accordingly. Additional steps for showing evcc on the display (be careful, because this will allow anybody to enable charging!): - `apt install labwc wayfire seatd xdg-user-dirs firefox swayidle wlopm` From 52251297c24ad5d8aaba3f21c87816483f0419e7 Mon Sep 17 00:00:00 2001 From: andig Date: Sun, 28 Jun 2026 11:51:31 +0200 Subject: [PATCH 2/5] Update templates/definition/charger/openwb-native.yaml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- templates/definition/charger/openwb-native.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/definition/charger/openwb-native.yaml b/templates/definition/charger/openwb-native.yaml index 00028aa623d..82618a69db5 100644 --- a/templates/definition/charger/openwb-native.yaml +++ b/templates/definition/charger/openwb-native.yaml @@ -74,7 +74,7 @@ requirements: - Configure evcc according to the manual. There are multiple distinct Hardware versions, which differ regarding the built-in modbus adapters and charge meters. - A single or multiple Modbus adapters are found at `/dev/ttyUSB0`, `/dev/ttyUSB1` (some Duo) or `/dev/ttyACM0` (e.g. openWB SE). - Some Duo's contain two Modbus adapters, some just one. openWB SE + Some Duo's contain two Modbus adapters, some just one. - The EVSE for the first connector has the ID 1, the second one ID 2. The openWB SE uses ID 11 and ID 12 instead. - The different possible charge meters are: - Bernecker Engineering MPM3PM (template: mpm3pm) with ID 5 or ID 6 for the Duo's second connector. From 7cee9c116060c93fac50626703d5fa060a4e05a8 Mon Sep 17 00:00:00 2001 From: andig Date: Sun, 28 Jun 2026 11:51:39 +0200 Subject: [PATCH 3/5] Update templates/definition/charger/openwb-native.yaml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- templates/definition/charger/openwb-native.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/definition/charger/openwb-native.yaml b/templates/definition/charger/openwb-native.yaml index 82618a69db5..6d7b62afe7a 100644 --- a/templates/definition/charger/openwb-native.yaml +++ b/templates/definition/charger/openwb-native.yaml @@ -81,7 +81,7 @@ requirements: - SDM630/SDM72 (template: eastron) with ID 105 or ID 106 for the Duo's second connector (e.g. openWB SE). - ABB B23 (template: abb-ab) with ID 201 - Be aware of the limitations of the openWB SE HW regarding maximum allowed currents, see https://wiki.openwb.de/doku.php?id=openwb:technische-daten:openwb_se. - EVCC does not limit the current to the allowed maximum, so please configure the maximum current in EVCC accordingly. + evcc does not limit the current to the allowed maximum, so please configure the maximum current in evcc accordingly. Additional steps for showing evcc on the display (be careful, because this will allow anybody to enable charging!): - `apt install labwc wayfire seatd xdg-user-dirs firefox swayidle wlopm` From ba32da23980d2365cea6eb9ff046ea29e35619d6 Mon Sep 17 00:00:00 2001 From: Joerg Werner Date: Sun, 28 Jun 2026 15:25:10 +0200 Subject: [PATCH 4/5] Reworded the openWB current limitations. --- templates/definition/charger/openwb-native.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/definition/charger/openwb-native.yaml b/templates/definition/charger/openwb-native.yaml index 6d7b62afe7a..f0e17e28b40 100644 --- a/templates/definition/charger/openwb-native.yaml +++ b/templates/definition/charger/openwb-native.yaml @@ -30,8 +30,9 @@ requirements: - Bernecker Engineering MPM3PM (template: mpm3pm) mit ID 5 oder ID 6 für den zweiten Ladepunkt bei der Duo. - SDM630/SDM72 (template: eastron) mit ID 105 oder ID 106 für den zweiten Ladepunkt bei der Duo (u.a. openWB SE). - ABB B23 (template: abb-ab) mit ID 201 - - Beachte die Beschränkungen der openWB SE-Hardware bezüglich der maximal zulässigen Ströme; siehe https://wiki.openwb.de/doku.php?id=openwb:technische-daten:openwb_se. - EVCC begrenzt den Strom nicht auf den zulässigen Maximalwert, daher bitte den maximalen Strom in EVCC entsprechend konfigurieren. + - Die openWB SE-Hardware limitiert die maximal zulässigen Ströme abhängig von der Anzahl der aktivenPhasen; + siehe https://wiki.openwb.de/doku.php?id=openwb:technische-daten:openwb_se. evcc selbst begrenzt den Strom *nicht* auf + den zulässigen Maximalwert, daher bitte den maximalen Strom in evcc entsprechend konfigurieren. Zusätzlich für die Anzeige von evcc im Display (Achtung dann können auch Unbefugte laden!): - `apt install labwc wayfire seatd xdg-user-dirs firefox swayidle wlopm` @@ -80,8 +81,9 @@ requirements: - Bernecker Engineering MPM3PM (template: mpm3pm) with ID 5 or ID 6 for the Duo's second connector. - SDM630/SDM72 (template: eastron) with ID 105 or ID 106 for the Duo's second connector (e.g. openWB SE). - ABB B23 (template: abb-ab) with ID 201 - - Be aware of the limitations of the openWB SE HW regarding maximum allowed currents, see https://wiki.openwb.de/doku.php?id=openwb:technische-daten:openwb_se. - evcc does not limit the current to the allowed maximum, so please configure the maximum current in evcc accordingly. + - The openWB SE Hardware limits the maximum allowed currents depending on the number of active phases, + see https://wiki.openwb.de/doku.php?id=openwb:technische-daten:openwb_se. evcc by itself does not enforce these current limits, + so please ensure to configure the maximum current in evcc accordingly. Additional steps for showing evcc on the display (be careful, because this will allow anybody to enable charging!): - `apt install labwc wayfire seatd xdg-user-dirs firefox swayidle wlopm` From b9f65e9dabcab8843a95b74ae5066c2d260cb5fd Mon Sep 17 00:00:00 2001 From: Joerg Werner Date: Sun, 12 Jul 2026 16:48:17 +0200 Subject: [PATCH 5/5] Further documentation fixes --- templates/definition/charger/openwb-native.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/definition/charger/openwb-native.yaml b/templates/definition/charger/openwb-native.yaml index f0e17e28b40..3581ecbb0de 100644 --- a/templates/definition/charger/openwb-native.yaml +++ b/templates/definition/charger/openwb-native.yaml @@ -30,9 +30,9 @@ requirements: - Bernecker Engineering MPM3PM (template: mpm3pm) mit ID 5 oder ID 6 für den zweiten Ladepunkt bei der Duo. - SDM630/SDM72 (template: eastron) mit ID 105 oder ID 106 für den zweiten Ladepunkt bei der Duo (u.a. openWB SE). - ABB B23 (template: abb-ab) mit ID 201 - - Die openWB SE-Hardware limitiert die maximal zulässigen Ströme abhängig von der Anzahl der aktivenPhasen; - siehe https://wiki.openwb.de/doku.php?id=openwb:technische-daten:openwb_se. evcc selbst begrenzt den Strom *nicht* auf - den zulässigen Maximalwert, daher bitte den maximalen Strom in evcc entsprechend konfigurieren. + - Die openWB SE-Hardware limitiert die maximal zulässigen Ströme abhängig von der Anzahl der aktiven Phasen; + siehe https://wiki.openwb.de/doku.php?id=openwb:technische-daten:openwb_se. evcc selbst begrenzt den Strom nicht auf + den zulässigen Maximalwert, daher muss der maximale Strom durch die Ladepunkt-Konfiguration entsprechend begrenzt werden. Zusätzlich für die Anzeige von evcc im Display (Achtung dann können auch Unbefugte laden!): - `apt install labwc wayfire seatd xdg-user-dirs firefox swayidle wlopm` @@ -83,7 +83,7 @@ requirements: - ABB B23 (template: abb-ab) with ID 201 - The openWB SE Hardware limits the maximum allowed currents depending on the number of active phases, see https://wiki.openwb.de/doku.php?id=openwb:technische-daten:openwb_se. evcc by itself does not enforce these current limits, - so please ensure to configure the maximum current in evcc accordingly. + thus those physical charger limits must be enforced by the load-point configuration. Additional steps for showing evcc on the display (be careful, because this will allow anybody to enable charging!): - `apt install labwc wayfire seatd xdg-user-dirs firefox swayidle wlopm`