Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
springfall2008 authored Dec 21, 2024
1 parent 4c261c1 commit 3ef79f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/predbat/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ def fetch_sensor_data(self):
if self.iboost_enable and (((not self.iboost_solar) and (not self.iboost_charging)) or self.iboost_smart):
self.iboost_plan = self.plan_iboost_smart()
self.log(
"IBoost iboost_solar {} rate threshold import {} rate threshold export {} iboost_gas {} iboost_gas_export {} iboost_smart {} min_lenght {} plan is: {}".format(
"IBoost iboost_solar {} rate threshold import {} rate threshold export {} iboost_gas {} iboost_gas_export {} iboost_smart {} min_length {} plan is: {}".format(
self.iboost_solar,
self.iboost_rate_threshold,
self.iboost_rate_threshold_export,
Expand Down

0 comments on commit 3ef79f5

Please sign in to comment.