From da2d489c2852f8d9338498b671812d84395f1ffc Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Sat, 26 Oct 2024 15:02:54 +1100 Subject: [PATCH] Adjust timing on check_peadk --- examples/check_peak.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/check_peak.py b/examples/check_peak.py index 83cd827..f7d9607 100755 --- a/examples/check_peak.py +++ b/examples/check_peak.py @@ -55,8 +55,8 @@ estimate_check = (h_estpct < 18.0) if (time_check and estimate_check): print("Full BEEEEEAAAAANS!") - # Set settings timer to 2 hours - err = gen24_registers.InOutWRte_RvrtTms.set(fronius1, 6600) + # Set settings timer to 55 minutes + err = gen24_registers.InOutWRte_RvrtTms.set(fronius1, 3300) # This should be 'limit discharge' mode print("Setting control mode to limit discharge") err = gen24_registers.StorCtl_Mod.set(fronius1, 2)