-
-
Notifications
You must be signed in to change notification settings - Fork 833
unify maxchargepower (BC) #20451
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
base: master
Are you sure you want to change the base?
unify maxchargepower (BC) #20451
Conversation
Das ist breaking, also BC. |
...zumindest was die Auswertung eventuell vorhandener, andersnamiger Parameter angeht. Es sollte aber ansonsten keine fatalen Konfigurationsfehler werfen und mit dem Standardwert starten. |
Hi @premultiply
|
@zachelnet die Lösung wäre einfach in dem Template das Default zu ändern. Dann fällt auch das if/else weg. Gerne PR. |
Bzw: da muss einfach das if/else weg. @premultiply |
hab euch mal ein PR erstellt, kannst du dir dies bitte anschauen ob's so passt. #20497 @hameno please look my PR because I change your part of "Reset max battery discharge power" |
@zachelnet Wozu genau muss man die |
Siehe PR vorher. Funktioniert nicht bei allen. |
Dies kam von folgende PR #19882, da hat @hameno ein Fehler mit sein SH5.0RT. Denk aber wir könnten BDC rated power als Value setzten
Ich probiere es bei mir mal aus -> Habs gerade bei mir ausprobiert, soweit klappt es bei mein SH8.0RT den wert auf 800 ( =8kw ) im Register zu setzten. |
type: writesingle | ||
decode: uint16 | ||
{{- else }} | ||
{{- if lt .maxchargepower 1 }} |
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.
Hi @premultiply
denk mit {{- if eq .maxchargepower "0" }}
sollte es zu keinem Fehler kommen im test
maxchargepower
for battery inverter templates. This is the limit or setpoint used for forced charge only.Note:
To ensure static conformity with §14a EnWG (Germany) in typical use cases, you should set this parameter to 4200.