-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommended way to start and stop charging using services #256
Comments
Looks nice! I recommend using the circuit dynamic limit. If you set it to anything lower then 6A the charging will pause. If you set it to 6A or higher it will resume. You can also read here about how the different commands and limits work: |
Thanks for quick reply! To use the service So the follow two actions could be used in the automations to start and to stop charging?
|
Yes, a programmed schedule would override the circuit dynamic current limit. Removing the schedule would be the logical thing to do if you want the charging to be controlled by your integration I think. Your actions look right to me. |
Wow, this looks cool. I'll take a look at your integration! |
Is it enough to adjust the limit on P1, or should we also set P2 and P3? |
If you set only P1 the same limit is applied also to P2 and P3. |
This method does not seem to work with also the Equalizer enabled, am I correct? |
It works together with equalizer. The lowest limit of all the possible limits will "win" always, so if your circuit dynamic current limit is lower than what the equalizer thinks you are allowed to use it will control the charger limit, and the other way around if the equalizer thinks a lower limit should be applied it will control the charger limit. |
Hello. i was trying this method to "turn on and off" (with the dynamic value for one particualr charger) then when the cable is connected the value restores to the naximum. When changing the value to 0, the charnig stops but, if you unplug and plug the cable then the value changes again to 32(in may case max circuit), any tips to keep it on 0 besides making an automation with the trigger on the connexion of the cable. |
It is the way the charger dynamic limit works, it is only valid until the car is unplugged. |
@olalid I'm trying @jonasbkarlsson's integration right now and I have two chargers together with an Equalizer. To make it simple for you to follow: Charger 1 start:
Charger 1 stop:
Charger 2 start:
Charger 2 stop:
This is put in an automation according to @jonasbkarlsson documentation. Problem is that it doesn't matter if I press the button for charger 1 or 2, both chargers either starts or stops. I would only like one charger to start or stop depending on which button I press. Is this due to the Equalizer or something else? Is there a way around this? Thanks for a great integration! |
Do you have the chargers on the same circuit master and slave? |
Yes, they are on the same circuit, I think. I have two separate switches for the two different chargers in my main electric switchboard - "aka proppskåp in Swedish (sorry for bad translation) - but I think the equalizer is on the same circuit. Anyway, both chargers starts if I start either of them, same applies for stopping. And yes, one master and one slave. Yeah, that solution would work, but I'm under the impression that it creates unnecessary ware on the fuse, or flash memory on the charger? |
You can have the. Installer på make booth masters. That will work. Had it for a time with the new lite when Easee was not ready with firmware. Ursäkta engelskan😃 |
Du är ursäktad. :) Can you please elaborate on that? So you mean that I should set both chargers as master in Easee cloud, or that I should set them as master with 'easee_hass'? |
On site as masters booth. Then you have 2 different dynamic values. |
Ok, I understand. Still once per day is 365 times per year. ;) Problem is if schelude charging is set on different intervals which overlaps... Then the scenario could be like:
This is my setup: jonasbkarlsson/ev_smart_charging#46 (comment) |
Ok, I don’t use this application, using nordpool shipest hour and my automation. |
@Mats1717 Thanks for your help, will give it a go tonight. |
@Mats1717 Tried to find any info on how to set both chargers as Thanks again! |
@t112013 Did you find out any good solution? Preferably I would like to be able to check if |
Circuit is equivalent to "grupp", "gruppsäkring" in swedish. If you by switch mean fuse (säkring) and they are separate for each of the chargers they are clearly not really on the same circuit and if they are configured as being on the same circuit the installer did not install them correctly. |
If the chargers are configured as being on the same circuit, then the dynamic circuit limit will affect both charger on that circuit. The concept of "circuit" is used by Easee to be able to share the same fuse for several chargers. The chargers need to know that they are on the same fuse so that they will not allow the connected cars to draw more current combined than the fuse rating. So for example if you have 16A 3-phase fuses and have 2 chargers connected to that fuse, you would be able to allow 2 cars to draw 8A each if they are both charging at the same time. If only one car is charging you can that car to draw 16A. The equalizer is normally not on a circuit, it is providing data about current draw from the whole household, not just a specific circuit. Its job is to provide data that can protect the main fuses, not the circuit fuses. So I guess step one would be to verify how your electrical installation actually looks and if the configuration of the chargers actually match that. |
I do not think master or slave matters, it is the circuit number that matters. If the circuit number is the same, then the chargers think they share the same fuses. If the circuit number is different then they think they are on separate fuses. |
You must reinstall the charger and make new ”krets” |
Thanks for all the pointers. Meanwhile (late yesterday - early today) I managed to fix it without any changes to circuits, well erhrm, continue to read. The solution is quite simple actually when everything fell into place. I got inspired by some posts here on Github, and the community forum. System info
Start charging:
Stop charging
For this to work with smart charging though (not using the Charger plugged
Charger unplugged
The above DebuggningThe problem I faced during my testing was that I had a function for Wrapping it up - solved ✔️The charging now works as expected, and I can start and stop charging of both cars independent from each other, or at the same time. When me or my wife comes home from work, we connect the charger and the I will contact the installer anyway, since I for sure would want the chargers to be on different circuits. It should be the default way of installing more than 1 charger IMHO. @Mats1717 If it's physically on 2 separate circuits already, can I just change the value in Easee Cloud? Because as I said; in my fuse box I have three fuses per charger (total of 6) - so to me it seems like they are already separated...? All and all, I'm happy it now finally works - on to the next deep dive: Fronius, BYD, and optimizing Oh, and btw, if you have some advice on my next endeavor, I would be grateful! I never worked with Modbus before, and even though I think I'm quite technical, HAOS is new to me since last week. I'm a fast learner though. :) |
With your setup you shall have booth as master. You need to remove the slave and then install again with new krets. I think this is on installer level but not sure |
I have the cable permanently locked to the easee and just use a time patterne to check whether a car is connected - or rather when states('sensor.XXXXX_status') is different from 'disconnected'. The last sunny season i've primarly used an automation to charge with surplus from the sun. https://gist.github.com/AMajland/6ffc6814df2a92e99cff2c901447efee Now it is the time to look into charging when the electricity is least expensive. The difficult thing is not to enable chargin the X cheapers hours - but finding an easy way to enter the required range and taking the forecast into account. Might only need 100 km tomorrow and the forecast (Carnot) might show better prices tomorrow night etc .... At the moment i just use the easee app to enter a weekly schedule and changes it according to the needs. Yesteday morning i needed the car fully charged, but most days anywthing between 50% and 80% is fine. HA implementation has to be at least as easy to change as the easee app for the WIF. High WAF is mandatory .... |
Question
I have developed an integration that automatically charges the car when the electricity price is low, see EV Smart Charging. Some of my users are using this Easee integration, and would like to have an description in my documentation that they can use to create suitable automations to connection the two integrations.
There seems to be several related action commands, Start, Stop, Toggle, Pause, Resume, Overide schedule. And it's far from clear to me which one should be used. Reading people's comments, there seems to be different ways for different scenarions.
Is there a recommend way to start and stop charging that will work for all possible scenarios (with/without scheduled charging, various authorization methods)?
Or, should one recommend a certain scenarion (e.g. remove all scheduled charging), and which services should be used in that case?
What version of the integration are you using?
Latest
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: