This commit is contained in:
2023-12-11 07:32:15 -06:00
parent bf2396ee70
commit 7d6cc88d3d
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.4.14-12102023'
VERS='2.4.15-12112023'
noheader=' update service dailytemp '
hc_cw=60
@@ -14,6 +14,10 @@ min_acvolt=105
min_battvolt=49.4
min_battvolt_sys=48.8
FLOAT_CHARGE=55
BULK_CHARGE=56.5
BATT_FULL=52 #54.6
PW_FOLDER='/opt/idssys/powerwall'
PW_LOGFOLDER=${PW_FOLDER}/logs
PW_LOGARCHIVE=${PW_FOLDER}/logs/archive

View File

@@ -557,10 +557,6 @@ AVERAGEPOWER(){
}
CHECKPOWER(){
FLOAT_CHARGE=55
BULK_CHARGE=56.5
BATT_FULL=52 #54.6
start=`date +%s`
rm -f ${PW_TMPFOLDER}/*.hostpower*
while [ $# -gt 0 ]; do