We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c954b00 commit 6416df2Copy full SHA for 6416df2
source/inverter_charge_controller.py
@@ -69,7 +69,7 @@ def _start(self) -> None:
69
"""
70
first_iteration = True
71
next_price_minimum = None
72
- duration_to_wait_in_cause_of_error = timedelta(minutes=10)
+ duration_to_wait_in_cause_of_error = timedelta(minutes=2, seconds=30)
73
while True:
74
try:
75
if first_iteration:
0 commit comments