Skip to content

Commit

Permalink
Enable it on reset_config
Browse files Browse the repository at this point in the history
  • Loading branch information
Poshy163 committed Nov 4, 2024
1 parent afb8708 commit f4c0faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alphaess/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def reset_config(self, serial):

return_charge_data = await self.api.updateChargeConfigInfo(serial, batHighCap, 1, "00:00", "00:00",
"00:00", "00:00")
return_discharge_data = await self.api.updateDisChargeConfigInfo(serial, batUseCap, 0, "00:00", "00:00",
return_discharge_data = await self.api.updateDisChargeConfigInfo(serial, batUseCap, 1, "00:00", "00:00",
"00:00", "00:00")

_LOGGER.info(
Expand Down

0 comments on commit f4c0faf

Please sign in to comment.