forked from snaptec/openWB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
minundpv.sh
140 lines (137 loc) · 5.43 KB
/
minundpv.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
#!/bin/bash
########################
#Min Ladung + PV Uberschussregelung lademodus 1
minundpvlademodus(){
if [[ $schieflastaktiv == "1" ]]; then
if [[ $u1p3paktiv == "1" ]]; then
u1p3pstat=$(<ramdisk/u1p3pstat)
if [[ $u1p3pstat == "1" ]]; then
if (( schieflastmax < maximalstromstaerke )); then
maximalstromstaerke=$schieflastmaxa
openwbDebugLog "PV" 0 "Maximalstromstärke begrenzt auf $schieflastmaxa da Schieflastbegrenzung konfiguriert"
fi
fi
fi
fi
if (( stopchargeafterdisclp1 == 0 )); then
if [[ $stopchargepvatpercentlp1 == "1" ]]; then
if (( soc > stopchargepvpercentagelp1 )); then
if [[ $lp1enabled == "1" ]]; then
mosquitto_pub -r -t "openWB/set/lp/1/ChargePointEnabled" -m "0"
openwbDebugLog "CHARGESTAT" 0 "LP1, Lademodus MinundPV. Schalte Ladepunkt auf gesperrt da $soc % SoC erreicht, Ziel $stopchargepvpercentagelp1 %"
openwbDebugLog "PV" 0 "LP1, Lademodus MinundPV. Schalte Ladepunkt auf gesperrt da $soc % SoC erreicht, Ziel $stopchargepvpercentagelp1 %"
echo "SoC PV Begrenzung (Limit: $stopchargepvpercentagelp1%) LP1 aktiv, LP gesperrt" > ramdisk/lastregelungaktiv
fi
fi
if (( soc < stopchargepvpercentagelp1 )); then
if [[ $lp1enabled == "0" ]]; then
mosquitto_pub -r -t "openWB/set/lp/1/ChargePointEnabled" -m "1"
openwbDebugLog "CHARGESTAT" 0 "LP1, Lademodus MinundPV. Schalte Ladepunkt frei da $soc % SoC noch nicht erreicht, Ziel $stopchargepvpercentagelp1 %"
openwbDebugLog "PV" 0 "LP1, Lademodus MinundPV. Schalte Ladepunkt frei da $soc % SoC noch nicht erreicht, Ziel $stopchargepvpercentagelp1 %"
echo "SoC PV Begrenzung LP1 (Limit: $stopchargepvpercentagelp1%) unterschritten, LP entsperrt" > ramdisk/lastregelungaktiv
fi
fi
fi
fi
if (( stopchargeafterdisclp2 == 0 )); then
if [[ $stopchargepvatpercentlp2 == "1" ]]; then
if (( soc1 > stopchargepvpercentagelp2 )); then
if [[ $lp2enabled == "1" ]]; then
mosquitto_pub -r -t "openWB/set/lp/2/ChargePointEnabled" -m "0"
openwbDebugLog "CHARGESTAT" 0 "LP2, Lademodus MinundPV. Schalte Ladepunkt auf gesperrt da $soc1 % SoC erreicht, Ziel $stopchargepvpercentagelp2 %"
openwbDebugLog "PV" 0 "LP2, Lademodus MinundPV. Schalte Ladepunkt auf gesperrt da $soc1 % SoC erreicht, Ziel $stopchargepvpercentagelp2 %"
echo "SoC PV Begrenzung LP2 (Limit: $stopchargepvpercentagelp2%) aktiv, LP gesperrt" > ramdisk/lastregelungaktiv
fi
fi
if (( soc1 < stopchargepvpercentagelp2 )); then
if [[ $lp2enabled == "0" ]]; then
mosquitto_pub -r -t "openWB/set/lp/2/ChargePointEnabled" -m "1"
openwbDebugLog "CHARGESTAT" 0 "LP2, Lademodus MinundPV. Schalte Ladepunkt frei da $soc % SoC noch nicht erreicht, Ziel $stopchargepvpercentagelp2 %"
openwbDebugLog "PV" 0 "LP2, Lademodus MinundPV. Schalte Ladepunkt frei da $soc % SoC noch nicht erreicht, Ziel $stopchargepvpercentagelp2 %"
echo "SoC PV Begrenzung LP2 (Limit: $stopchargepvpercentagelp2%) unterschritten, LP entsperrt" > ramdisk/lastregelungaktiv
fi
fi
fi
fi
maxll=($llalt $llalts1 $llalts2 $llaltlp4 $llaltlp5 $llaltlp6 $llaltlp7 $llaltlp8)
maxllvar=0
for v in "${maxll[@]}"; do
if (( v > maxllvar )); then maxllvar=$v; fi;
done
llalt=$maxllvar
if [[ $schieflastaktiv == "1" ]]; then
if [[ $u1p3paktiv == "1" ]]; then
u1p3pstat=$(<ramdisk/u1p3pstat)
if [[ $u1p3pstat == "1" ]]; then
maximalstromstaerke=$schieflastmaxa
fi
fi
fi
if [[ $speichervorhanden == "1" ]]; then
if (( speicherleistung < 0 )); then
uberschuss=$((uberschuss + speicherleistung))
fi
else
speichersoc=0
speichersochystminpv=0
speichersocminpv=0
fi
if (( speichersoc >= speichersochystminpv )); then
if (( ladestatus == 0 )); then
if (( speichersoc >= speichersocminpv )); then
runs/set-current.sh $minimalampv all
openwbDebugLog "PV" 0 "setzte Soctimer hoch zum Abfragen des aktuellen SoC"
echo 20000 > /var/www/html/openWB/ramdisk/soctimer
openwbDebugLog "CHARGESTAT" 0 "alle Ladepunkte, Lademodus Min und PV. Starte Ladung mit $minimalampv Ampere"
openwbDebugLog "MAIN" 1 "starte min + pv ladung mit $minimalampv"
fi
else
if (( ladeleistung < 500 )); then
llneu=$minimalampv
#runs/set-current.sh $llneu all
else
if (( uberschuss < pvregelungm )); then
if (( llalt > minimalampv )); then
#llneu=$(( llalt + ( uberschuss / 230 / anzahlphasen)))
llneu=$(( llalt - 1 + ( (uberschuss - pvregelungm) / 230 / anzahlphasen)))
#runs/set-current.sh $llneu all
else
llneu=$minimalampv
#runs/set-current.sh $llneu all
fi
else
llneu=$llalt
fi
if (( uberschuss > schaltschwelle )); then
if [[ $pvbezugeinspeisung == "0" ]]; then
llneu=$(( llalt + ( uberschuss / 230 / anzahlphasen)))
else
if (( llalt == minimalampv )); then
llneu=$(( llalt + 1 ))
else
llneu=$(( llalt + ( (uberschuss - schaltschwelle) / 230 / anzahlphasen)))
fi
fi
if (( llneu > maximalstromstaerke )); then
llneu=$maximalstromstaerke
fi
if (( llalt < minimalampv )); then
llneu=$minimalampv
fi
fi
fi
if (( llneu < minimalampv )); then
llneu=$minimalampv
fi
if (( llneu > maximalstromstaerke )); then
llneu=$maximalstromstaerke
fi
runs/set-current.sh $llneu all
if (( llalt != llneu )); then
openwbDebugLog "CHARGESTAT" 0 "alle Ladepunkte, Lademodus Min und PV. Ändere Ladeleistung auf $llneu Ampere"
fi
fi
else
runs/set-current.sh 0 all
fi
}