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)