sveinse / zaptec

zaptec charger custom component for home assistant
MIT License
11 stars 2 forks source link

Max current per phase #26

Closed sumo-89 closed 1 year ago

sumo-89 commented 1 year ago

Hi! I've been using this now and it works awesome, thank you!

I can set: charger_max_current: 6 charger_min_current: 6

But the charger supports setting this per phase as well. Is it possible to add this to the integration?

Gyran commented 1 year ago

You can use the service call zaptec.limit_current and specifying available_current_phase1, available_current_phase2 and available_current_phase3

sumo-89 commented 1 year ago

Awesome, now I see it, I thought it was a slider for that as well. But this is perfect! :)