update
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
VERS='2.4.14-12102023'
|
VERS='2.4.15-12112023'
|
||||||
|
|
||||||
noheader=' update service dailytemp '
|
noheader=' update service dailytemp '
|
||||||
hc_cw=60
|
hc_cw=60
|
||||||
@@ -14,6 +14,10 @@ min_acvolt=105
|
|||||||
min_battvolt=49.4
|
min_battvolt=49.4
|
||||||
min_battvolt_sys=48.8
|
min_battvolt_sys=48.8
|
||||||
|
|
||||||
|
FLOAT_CHARGE=55
|
||||||
|
BULK_CHARGE=56.5
|
||||||
|
BATT_FULL=52 #54.6
|
||||||
|
|
||||||
PW_FOLDER='/opt/idssys/powerwall'
|
PW_FOLDER='/opt/idssys/powerwall'
|
||||||
PW_LOGFOLDER=${PW_FOLDER}/logs
|
PW_LOGFOLDER=${PW_FOLDER}/logs
|
||||||
PW_LOGARCHIVE=${PW_FOLDER}/logs/archive
|
PW_LOGARCHIVE=${PW_FOLDER}/logs/archive
|
||||||
|
|||||||
@@ -557,10 +557,6 @@ AVERAGEPOWER(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
CHECKPOWER(){
|
CHECKPOWER(){
|
||||||
FLOAT_CHARGE=55
|
|
||||||
BULK_CHARGE=56.5
|
|
||||||
BATT_FULL=52 #54.6
|
|
||||||
|
|
||||||
start=`date +%s`
|
start=`date +%s`
|
||||||
rm -f ${PW_TMPFOLDER}/*.hostpower*
|
rm -f ${PW_TMPFOLDER}/*.hostpower*
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
|
|||||||
Reference in New Issue
Block a user