Skip to content

Commit

Permalink
fix: AC Charging power for Delta Max (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanMelnychenko authored Nov 6, 2024
1 parent 5f30511 commit aa84e2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def numbers(self, client: EcoflowApiClient) -> list[BaseNumberEntity]:
lambda value: {"moduleType": 2, "operateType": "TCP",
"params": {"id": 53, "closeOilSoc": value}}),

ChargingPowerEntity(client, self, "inv.cfgFastChgWatt", const.AC_CHARGING_POWER, 200, 2000,
ChargingPowerEntity(client, self, "inv.cfgSlowChgWatts", const.AC_CHARGING_POWER, 100, 2000,
lambda value: {"moduleType": 0, "operateType": "TCP",
"params": {"slowChgPower": value, "id": 69}}),

Expand Down

0 comments on commit aa84e2f

Please sign in to comment.