Fronius: Modul umstrukturiert, HTTP-API und Modbus/SunSpec getrennt - #3897
Open
seaspotter wants to merge 2 commits into
Open
Fronius: Modul umstrukturiert, HTTP-API und Modbus/SunSpec getrennt#3897seaspotter wants to merge 2 commits into
seaspotter wants to merge 2 commits into
Conversation
…types, add active battery control
…types, add active battery control, add Modbus/SunSpec module
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
UI: openWB/openwb-ui-settings#1076
Hintergrund
Auslöser war #3892, dass die PV-/Ertragsstatistik durchgehend nicht stimmte — Ursache waren wiederholt fehlerhafte Auslesungen des Fronius-Moduls. Bei der Fehlersuche hat sich das bestehende Modul als unnötig dupliziert und uneinheitlich zwischen den Komponententypen herausgestellt, weshalb im Zuge dessen gleich aufgeräumt wurde.
Zusammenfassung
fronius_http_apiumbenannt, Wechselrichter-/Zähler-Komponententypen zusammengeführt (dedupliziert).fronius_sunspecfür Fronius-Geräte über Modbus/SunSpec (TCP) hinzugefügt, inkl. Zähler, Wechselrichter und Speicher.Bekannte Einschränkung
Die aktive Speichersteuerung (
set_power_limit) im neuenfronius_sunspec-Modul wurde nicht an echter Fronius-Hardware verifiziert — insbesondere die Vorzeichenkonvention der Speicher-Leistungsregister ist nicht offiziell dokumentiert.