This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
forked from snaptec/openWB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
regel.sh
executable file
·299 lines (271 loc) · 6.75 KB
/
regel.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
#!/bin/bash
#set -e
#####
#
# File: regel.sh
#
# Copyright 2018 Kevin Wieland, David Meder-Marouelli
#
# This file is part of openWB.
#
# openWB is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# openWB is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with openWB. If not, see <https://www.gnu.org/licenses/>.
#
#####
set -o pipefail
cd /var/www/html/openWB/
#config file einlesen
. openwb.conf
source minundpv.sh
source nurpv.sh
source auslademodus.sh
source sofortlademodus.sh
source goecheck.sh
source loadvars.sh
source graphing.sh
source nachtladen.sh
source zielladen.sh
source evsedintest.sh
source hook.sh
source u1p3p.sh
source nrgkickcheck.sh
re='^-?[0-9]+$'
#ladelog ausfuehren
./ladelog.sh &
#doppelte Ausfuehrungsgeschwindigkeit
if [[ $dspeed == "1" ]]; then
if [ -e ramdisk/5sec ]; then
sleep 5 && ./regel.sh >> /var/log/openWB.log 2>&1 &
rm ramdisk/5sec
else
echo 0 > ramdisk/5sec
fi
fi
if [[ $dspeed == "2" ]]; then
if [ -e ramdisk/5sec ]; then
rm ramdisk/5sec
exit 0
else
echo 0 > ramdisk/5sec
fi
fi
graphtimer=$(<ramdisk/graphtimer)
if (( graphtimer < 4 )); then
graphtimer=$((graphtimer+1))
echo $graphtimer > ramdisk/graphtimer
else
graphtimer=0
echo $graphtimer > ramdisk/graphtimer
fi
#######################################
#######################################
#goe mobility check
goecheck
# nrgkick mobility check
nrgkickcheck
#load charging vars
loadvars
if (( u1p3paktiv == 1 )); then
blockall=$(<ramdisk/blockall)
if (( blockall == 1 )); then
if [[ $debug == "1" ]]; then
echo "Phasen Umschaltung noch aktiv... beende"
fi
exit 0
fi
fi
#EVSE DIN Modbus test
evsedintest
#u1p3p switch
u1p3pswitch
#Graphing
graphing
if [[ $dspeed == "3" ]]; then
if [ -e ramdisk/5sec ]; then
regeltimer=$(<ramdisk/5sec)
if (( regeltimer < 5 )); then
regeltimer=$((regeltimer+1))
echo $regeltimer > ramdisk/5sec
exit 0
else
regeltimer=0
echo $regeltimer > ramdisk/5sec
fi
else
echo 0 > ramdisk/5sec
fi
fi
#hooks - externe geraete
hook
#evse modbus check
evsemodbustimer=$(<ramdisk/evsemodbustimer)
if (( evsemodbustimer < 30 )); then
evsemodbustimer=$((evsemodbustimer+1))
echo $evsemodbustimer > ramdisk/evsemodbustimer
else
evsemodbustimer=0
echo $evsemodbustimer > ramdisk/evsemodbustimer
evsemodbuscheck
fi
#Lademodus 3 == Aus
if (( lademodus == 3 )); then
auslademodus
fi
#loadsharing check
if [[ $loadsharinglp12 == "1" ]]; then
if (( loadsharingalp12 == 16 )); then
agrenze=8
aagrenze=16
if (( current > 16 )); then
current=16
fi
else
agrenze=16
aagrenze=32
fi
tcurrent=$(( llalt + llalts1 ))
if (( tcurrent > aagrenze )); then
#detect charging cars
if (( lla1 > 1 )); then
lp1c=1
if (( lla2 > 1 )); then
lp1c=2
fi
else
lp1c=0
fi
if (( llas11 > 1 )); then
lp2c=1
if (( llas12 > 1 )); then
lp2c=2
fi
else
lp2c=0
fi
chargingphases=$(( lp1c + lp2c ))
if (( chargingphases > 2 )); then
runs/set-current.sh "$agrenze" all
exit 0
fi
fi
fi
#########################################
#Regelautomatiken
if (( zielladenaktivlp1 == 1 )); then
ziellademodus
fi
####################
# Nachtladung bzw. Ladung bis SOC x% nachts von x bis x Uhr
prenachtlademodus
########################
# Sofort Laden
if (( lademodus == 0 )); then
sofortlademodus
fi
#######################
#Ladestromstarke berechnen
anzahlphasen=$(</var/www/html/openWB/ramdisk/anzahlphasen)
if (( anzahlphasen > 9 )); then
anzahlphasen=1
fi
llphasentest=3
#Anzahl genutzter Phasen ermitteln, wenn ladestrom kleiner 3 (nicht vorhanden) nutze den letzten bekannten wert
if (( llalt > 3 )); then
anzahlphasen=0
if [ $lla1 -ge $llphasentest ]; then
anzahlphasen=$((anzahlphasen + 1 ))
fi
if [ $lla2 -ge $llphasentest ]; then
anzahlphasen=$((anzahlphasen + 1 ))
fi
if [ $lla3 -ge $llphasentest ]; then
anzahlphasen=$((anzahlphasen + 1 ))
fi
echo $anzahlphasen > /var/www/html/openWB/ramdisk/anzahlphasen
else
if [ ! -f /var/www/html/openWB/ramdisk/anzahlphasen ]; then
echo 1 > /var/www/html/openWB/ramdisk/anzahlphasen
fi
anzahlphasen=$(cat /var/www/html/openWB/ramdisk/anzahlphasen)
fi
if (( lastmanagement == 1 )); then
if (( llas11 > 3 )); then
if [ "$llas11" -ge $llphasentest ]; then
anzahlphasen=$((anzahlphasen + 1 ))
fi
if [ "$llas12" -ge $llphasentest ]; then
anzahlphasen=$((anzahlphasen + 1 ))
fi
if [ "$llas13" -ge $llphasentest ]; then
anzahlphasen=$((anzahlphasen + 1 ))
fi
echo $anzahlphasen > /var/www/html/openWB/ramdisk/anzahlphasen
fi
fi
if (( lastmanagements2 == 1 )); then
if (( llas21 > 3 )); then
if [ "$llas21" -ge $llphasentest ]; then
anzahlphasen=$((anzahlphasen + 1 ))
fi
if [ "$llas22" -ge $llphasentest ]; then
anzahlphasen=$((anzahlphasen + 1 ))
fi
if [ "$llas23" -ge $llphasentest ]; then
anzahlphasen=$((anzahlphasen + 1 ))
fi
echo $anzahlphasen > /var/www/html/openWB/ramdisk/anzahlphasen
fi
fi
if [ $anzahlphasen -eq 0 ]; then
anzahlphasen=1
fi
########################
# Berechnung für PV Regelung
mindestuberschussphasen=$(echo "($mindestuberschuss*$anzahlphasen)" | bc)
wattkombiniert=$(echo "($ladeleistung+$uberschuss)" | bc)
abschaltungw=$(echo "(($abschaltuberschuss-1320)*-1*$anzahlphasen)" | bc)
schaltschwelle=$(echo "(230*$anzahlphasen)" | bc)
if [[ $debug == "1" ]]; then
echo anzahlphasen "$anzahlphasen"
fi
if [[ $debug == "2" ]]; then
echo "$date"
echo "uberschuss" $uberschuss "wattbezug" $wattbezug "ladestatus" $ladestatus "llsoll" $llalt "pvwatt" $pvwatt "mindestuberschussphasen" $mindestuberschussphasen "wattkombiniert" $wattkombiniert "abschaltungw" $abschaltungw "schaltschwelle" $schaltschwelle
fi
#PV Regelmodus
if [[ $pvbezugeinspeisung == "0" ]]; then
pvregelungm="0"
fi
if [[ $pvbezugeinspeisung == "1" ]]; then
pvregelungm=$(echo "(230*$anzahlphasen*-1)" | bc)
schaltschwelle="0"
fi
if [[ $pvbezugeinspeisung == "2" ]]; then
pvregelungm=$offsetpv
schaltschwelle=$((schaltschwelle + offsetpv))
fi
########################
#Min Ladung + PV Uberschussregelung lademodus 1
if (( lademodus == 1 )); then
minundpvlademodus
fi
########################
#NUR PV Uberschussregelung lademodus 2
# wenn evse aus und $mindestuberschuss vorhanden, starte evse mit 6A Ladestromstaerke (1320 - 3960 Watt je nach Anzahl Phasen)
if (( lademodus == 2 )); then
nurpvlademodus
fi
#Lademodus 4 == SemiAus
if (( lademodus == 4 )); then
semiauslademodus
fi