Skip to content

Commit aaa093f

Browse files
committed
fixup! Minor logging adjustments
1 parent e2dd196 commit aaa093f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/inverter_charge_controller.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ def _do_iteration(self, current_energy_rate: EnergyRate) -> EnergyRate:
185185
if minimum_of_soc_until_next_price_minimum > target_min_soc:
186186
self.log.info(
187187
"The expected minimum state of charge until the next price minimum without additional charging "
188-
"is higher than the target minimum state of charge --> There is no need to charge"
188+
f"{minimum_of_soc_until_next_price_minimum} is higher than the target minimum state of charge "
189+
f"{target_min_soc} --> There is no need to charge"
189190
)
190191
self.iteration_cache = {}
191192
return next_price_minimum

0 commit comments

Comments
 (0)