We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66764d commit b624c97Copy full SHA for b624c97
packages/control/general.py
@@ -97,7 +97,7 @@ class ChargemodeConfig:
97
"topic": "chargemode_config/phase_switch_delay"})
98
pv_charging: PvCharging = field(default_factory=pv_charging_factory)
99
retry_failed_phase_switches: bool = field(
100
- default=True,
+ default=False,
101
metadata={"topic": "chargemode_config/retry_failed_phase_switches"})
102
scheduled_charging: ScheduledCharging = field(default_factory=scheduled_charging_factory)
103
time_charging: TimeCharging = field(default_factory=time_charging_factory)
0 commit comments