Skip to content

Commit

Permalink
Fixed boost status becoming corrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarlor committed Mar 29, 2023
1 parent 21eb87c commit ba12044
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions custom_components/foxess_em/charge/charge_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ async def _eco_start(self, *args) -> None: # pylint: disable=unused-argument
)
await self._stop_force_charge()

_LOGGER.debug("Resetting switches")
self._battery_controller.set_boost(False)
self._battery_controller.set_full(False)

async def _start_force_charge_off_peak(
self, *args
) -> None: # pylint: disable=unused-argument
Expand Down

0 comments on commit ba12044

Please sign in to comment.