Neuimplementierung der prognosebedingten Ladeberechnung #23
Replies: 4 comments
-
So, nun habe ich die Wirkung der Variablen "BatSparFaktor" nochmal von Grund auf neu gemacht: bei 1: Keine Verschiebung, Verteilung rein nach Prognoseüberschuss Hier die Werte vom ersten Tag (Nur Prognoseberechnung, Steuerung läuft noch mit altem Skript): |
Beta Was this translation helpful? Give feedback.
-
Noch ein paar Änderungen, und dann teste ich es ab morgen im Echtbetrieb: bei 1: Keine Verschiebung, Verteilung rein nach Prognoseüberschuss Werte von heute: |
Beta Was this translation helpful? Give feedback.
-
Ich glaub jetzt sieht es schon ziemlich gut aus: Folgende Werte sind von den aktiven Steuerung (hier wurde teilweise ein EAuto geladen, kann ein wenig verfälschen): Folgende Werte wurden nur als Analyse geschrieben, und sind ausschließlich : |
Beta Was this translation helpful? Give feedback.
-
Änderung in SymoGen24Controller2.py (noch im frühen Test)
Folgende Werte bewirken folgendes:
0: Die Berechnung erfolgt ohne zusätzliche Verschiebung in Richtung Mittag nur aufgrund der Prognose
0.01: Die Berechnung des Ladewertes mit folgender Formel. AktuelleBatteriekapazietät / Stunden_bis_BattVollUm
0.1: Die Batterieladung wird möglichst weit nach Mittag geschoben
bis 9: Die Batterieladung wird immer weiter in den Vormittag geschoben.
Im Branch BatSparFaktor_NEU habe ich die Anpassungen in der SymoGen24Controller2.py bereitgestellt.
Hier die Unterschiede der Ladeberechnungen mit verschiedenen "BatSparFaktor" von heute:
09/20/23 09:00 ( 0.01 ) Prognoseladewert: 0
09/20/23 09:00 ( 0.3 ) Prognoseladewert: 0
09/20/23 09:00 ( 1.0 ) Prognoseladewert: 0
09/20/23 09:00 ( 2.0 ) Prognoseladewert: 0
09/20/23 09:00 ( 3.0 ) Prognoseladewert: 0
09/20/23 09:00 ( 8.0 ) Prognoseladewert: 0
09/20/23 10:00 ( 0.01 ) Prognoseladewert: 0
09/20/23 10:00 ( 0.3 ) Prognoseladewert: 0
09/20/23 10:00 ( 1.0 ) Prognoseladewert: 0
09/20/23 10:00 ( 2.0 ) Prognoseladewert: 0
09/20/23 10:00 ( 3.0 ) Prognoseladewert: 0
09/20/23 10:00 ( 8.0 ) Prognoseladewert: 0
09/20/23 11:00 ( 0.01 ) Prognoseladewert: 942
09/20/23 11:00 ( 0.3 ) Prognoseladewert: 626
09/20/23 11:00 ( 1.0 ) Prognoseladewert: 187
09/20/23 11:00 ( 2.0 ) Prognoseladewert: 93
09/20/23 11:00 ( 3.0 ) Prognoseladewert: 62
09/20/23 11:00 ( 8.0 ) Prognoseladewert: 23
09/20/23 12:00 ( 0.01 ) Prognoseladewert: 1017
09/20/23 12:00 ( 0.3 ) Prognoseladewert: 1397
09/20/23 12:00 ( 1.0 ) Prognoseladewert: 419
09/20/23 12:00 ( 2.0 ) Prognoseladewert: 209
09/20/23 12:00 ( 3.0 ) Prognoseladewert: 139
09/20/23 12:00 ( 8.0 ) Prognoseladewert: 52
09/20/23 13:00 ( 0.01 ) Prognoseladewert: 877
09/20/23 13:00 ( 0.3 ) Prognoseladewert: 2013
09/20/23 13:00 ( 1.0 ) Prognoseladewert: 604
09/20/23 13:00 ( 2.0 ) Prognoseladewert: 302
09/20/23 13:00 ( 3.0 ) Prognoseladewert: 201
09/20/23 13:00 ( 8.0 ) Prognoseladewert: 75
09/20/23 14:00 ( 0.01 ) Prognoseladewert: 868
09/20/23 14:00 ( 0.3 ) Prognoseladewert: 2810
09/20/23 14:00 ( 1.0 ) Prognoseladewert: 843
09/20/23 14:00 ( 2.0 ) Prognoseladewert: 421
09/20/23 14:00 ( 3.0 ) Prognoseladewert: 281
09/20/23 14:00 ( 8.0 ) Prognoseladewert: 105
09/20/23 15:00 ( 0.01 ) Prognoseladewert: 1139
09/20/23 15:00 ( 0.3 ) Prognoseladewert: 3000
09/20/23 15:00 ( 1.0 ) Prognoseladewert: 1217
09/20/23 15:00 ( 2.0 ) Prognoseladewert: 608
09/20/23 15:00 ( 3.0 ) Prognoseladewert: 405
09/20/23 15:00 ( 8.0 ) Prognoseladewert: 152
09/20/23 16:00 ( 0.01 ) Prognoseladewert: 3000
09/20/23 16:00 ( 0.3 ) Prognoseladewert: 3000
09/20/23 16:00 ( 1.0 ) Prognoseladewert: 3000
09/20/23 16:00 ( 2.0 ) Prognoseladewert: 3000
09/20/23 16:00 ( 3.0 ) Prognoseladewert: 3000
09/20/23 16:00 ( 8.0 ) Prognoseladewert: 3000
Beta Was this translation helpful? Give feedback.
All reactions