From 3158c3ae4341109f774ea211aabb4abcebd1f28f Mon Sep 17 00:00:00 2001 From: dingo35 Date: Tue, 13 Feb 2024 09:06:24 -0500 Subject: [PATCH] tests.sh: adapt test1024 to new timing --- SmartEVSE-3/test/tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SmartEVSE-3/test/tests.sh b/SmartEVSE-3/test/tests.sh index f4301e60..a659e037 100755 --- a/SmartEVSE-3/test/tests.sh +++ b/SmartEVSE-3/test/tests.sh @@ -617,7 +617,6 @@ if [ $((SEL & NR)) -ne 0 ]; then printf "Starting $TESTSTRING test #$NR:\n" #the margin for which we will accept the lowering/upping of the charge current, in dA MARGIN=20 - #make mains_overload feed mains_current with 3A per phase to the grid TESTVALUE=-3 TESTVALUE10=$((TESTVALUE*10)) #note that startcurrent shown as -4A on the display is stored as 4A ! @@ -646,7 +645,7 @@ if [ $((SEL & NR)) -ne 0 ]; then printf "Feeding total of 18A....chargecurrent should drop to 6A, then triggers stoptimer and when it expires, stops charging because over import limit of 15A\r" TESTSTRING="SolarStopTimer should have been activated on overload on ImportCurrent" echo 60 >feed_mains_$MASTER - sleep 60 + sleep 40 for device in $MASTER $SLAVE; do TIMER=$(curl -s -X GET $device/settings | jq ".evse.solar_stop_timer") print_results2 "$TIMER" "26" "5" "SOLAR_STOP_TIMER"