Update powerwall.sh
This commit is contained in:
@@ -198,9 +198,10 @@ CHECKTEMP_SERVICE(){
|
||||
vSENSOR=$(echo ${SENSOR} | cut -d'T' -f1 | xargs)
|
||||
SENSOR="${SENSORa}-${vSENSOR// /.}"
|
||||
|
||||
echo "HERE: ${SENSOR} - ${temp_c} - ${temp_warn} - ${temp_crit}"
|
||||
|
||||
fi
|
||||
|
||||
echo "HERE: ${vSENSOR// /.} - ${temp_c} - ${temp_warn} - ${temp_crit}"
|
||||
|
||||
datetime=`date +'%Y-%m-%d %H:%M:%S'`
|
||||
logtemp=${PW_LOGFOLDER}/log-temp-${SENSOR}
|
||||
|
||||
Reference in New Issue
Block a user