nordicopen / easee_hass

Custom component for Easee EV charger integration with Home Assistant
195 stars 33 forks source link

multiple chargers; possibility to override circuit_dynamic_limit? (combine PV surplus charging and smart (low-cost) charging) #417

Open HolgerMiara opened 1 month ago

HolgerMiara commented 1 month ago

Question

Hi, I have just installed my second Easee Home charger on the same circuit (25 Amp). In the past, I have successfully either charged with solar (surplus) power, or -- whenever that wasn't enough' -- I applied "smart" charging through the "EV Smart Charging integration". For both purposes, I controlled the charger via the service: easee.set_circuit_dynamic_limit as recommended.

But now, with the second charger, I try to get my head around the following:

My question was, whether there is a smarter way of doing this, a kind of switch or command that overrides the 'circuit_dynamic_limit' on a particular charger, while keeping it the same on all others on the same circuit. Like a "boost" function on one particular charger while not affecting the others.

Are there any recommendations? Would a easee.set_basic_charge_plan maybe override the circuit dynamic limit?

What version of the integration are you using?

0.9.58

Anything in the logs that might be useful for us?

No response

Additional information

No response

olalid commented 1 month ago

Well, everything you can do is really putting different current limits on circuits or chargers in a sense.

The dynamic circuit limit affects all chargers on that circuit, i.e. if you set it to 12A and have 2 chargers on that circuit, each of the chargers can charge with 6A maximum at the same time, or one can charge with 12A if the other is not used of by other means is stopped from charging. If there is less than 12A available, only one charger will be able to start charging, how the priority between them works I am not sure, I do not have this kind of setup myself.

The dynamic charger limit affects only the specific charger, so if you set it to 5A or less it will stop that charger from starting. Note though that it will reset every time a car is plugged in to the charger, so you can not expect it to keep the value you set forever.

The charge plan has a similar affect, it limits the current to 0 on a charger when it is outside of the schedule. So that would work too.

HolgerMiara commented 1 month ago

Dear @olalid, thanks a lot for your reply!

You confirmed my considerations. Probably I will run a mix, with all chargers being controlled simultaneously by dynamic circuit limit for PV (surplus) charging. Am curious myself how they are going to prioritise among themselves, I haven't seen any options in the Easee app yet.

And whenever I want to boost charging on a particular charger, I will restrict all other chargers on the same circuit with 0 Amp dynamic charger limit and reset the dynamic circuit limit to full power.

Slightly counter-intuitive, but it should work =)

Thanks again and have a good day!