We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e10640 commit c6e78e6Copy full SHA for c6e78e6
1 file changed
packages/control/ev/charge_template.py
@@ -291,7 +291,7 @@ def eco_charging(self,
291
sub_mode = "stop"
292
message = self.AMOUNT_REACHED
293
elif data.data.optional_data.et_provider_available():
294
- if data.data.optional_data.et_price_lower_than_limit(eco_charging.max_price):
+ if data.data.optional_data.et_charging_allowed(eco_charging.max_price):
295
sub_mode = "instant_charging"
296
message = self.CHARGING_PRICE_LOW
297
else:
0 commit comments