-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Openwbn-native: Add documentation for OpenWB SE configuration #31264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
schreibubi
wants to merge
4
commits into
evcc-io:master
Choose a base branch
from
schreibubi:openwbse
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+12
−6
Draft
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
c1c57d3
Openwbn-native: Add documentation for OpenWB SE configuration
schreibubi 5225129
Update templates/definition/charger/openwb-native.yaml
andig 7cee9c1
Update templates/definition/charger/openwb-native.yaml
andig ba32da2
Reworded the openWB current limitations.
schreibubi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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` | ||
|
|
@@ -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 | ||
|
sourcery-ai[bot] marked this conversation as resolved.
Outdated
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. | ||
|
sourcery-ai[bot] marked this conversation as resolved.
Outdated
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` | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.