-
Notifications
You must be signed in to change notification settings - Fork 107
SolarEdge Speichersteuerung mit Battery Index #2269
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
Merged
LKuemmel
merged 37 commits into
openWB:master
from
cr0i:solaredge-speichersteuerung-mit-battery_index
Jul 9, 2025
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
2b1487f
Update bat.py
cr0i 6b8f74d
Update bat.py
cr0i 06011e4
Update bat.py
cr0i 013148d
Update bat.py
cr0i ed46ac4
Update bat.py
cr0i f03e949
Update bat.py
cr0i fd82c83
Update bat.py
cr0i 1592b92
Update bat.py
cr0i 3dfc8cb
Update bat.py
cr0i fc4faa1
Update bat.py
cr0i a670195
Update bat.py
cr0i 8036b6f
Update bat.py
cr0i 6c6ca07
Update bat.py
cr0i 7502503
Update bat.py
cr0i 1ccf078
Update bat.py
cr0i 0fbc9fb
Update bat.py
cr0i b214938
Update bat.py
cr0i 8be8891
Update bat.py
cr0i f4afef9
Merge branch 'master' into solaredge-speichersteuerung-mit-battery_index
cr0i 29e495f
Update bat.py
cr0i 340fe10
Update bat.py
cr0i e08c6c1
Update bat.py
cr0i 539e4e0
Update bat.py
cr0i 104f2f6
Update bat.py
cr0i 4341014
Update bat.py
cr0i 8eff0a7
Update bat.py
cr0i 962bd90
Update bat.py
cr0i 3133f93
Update bat.py
cr0i c8920ca
Update bat.py
cr0i bc91903
Update bat.py
cr0i 13e54c9
Merge branch 'master' into solaredge-speichersteuerung-mit-battery_index
cr0i 125d340
Update bat.py
cr0i 0abae5a
Update bat.py
cr0i 2c7dbb7
Update bat.py
cr0i 4ca3830
Update bat.py
cr0i f8e5b96
Update bat.py
cr0i 175dbbc
Update power_limit sign
cr0i 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hast Du probiert, ob die Werte auch ohne vorheriges Encodieren geschrieben werden? Eigentlich macht pymodbus das.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich habe das aus der SMA Speichersteuerung abgekupfert, ich brauche bei SolarEdge aber wordorder Endian.Little, das konnte ich nur an der Stelle einbauen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, das stimmt. Kannst Du den Code bitte in die common/mdobus.py verschieben? Der ist ja nicht SolarEdge-spezifisch und kann auch von anderen Modulen genutzt werden.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich habe ja die wordorder Little fest hinterlegt, die müsste man dann vermutlich besser per übergebenem Parameter einrichten oder nur für die Kombination eine eigene def (byteorder Big, wordorder Little) anlegen?
Das übersteigt meine Copy&Paste Fähigkeiten, ich könnte nochmal im Forum fragen, ob jemand helfen kann.