Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions templates/definition/charger/openwb-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment thread
sourcery-ai[bot] marked this conversation as resolved.
Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please reword this to matter of fact style?


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`
Expand Down Expand Up @@ -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
Comment thread
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Comment thread
sourcery-ai[bot] marked this conversation as resolved.
Outdated
- 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.
Comment thread
sourcery-ai[bot] marked this conversation as resolved.
Outdated
Comment thread
sourcery-ai[bot] marked this conversation as resolved.
Outdated

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`
Expand Down
Loading