diy solar

diy solar

Automatic Solar Powered Car Charger Overflow Dump

nettrust2

New Member
Joined
Jul 19, 2021
Messages
27
I put together a very small MPP HV/LV2424 2400 Watt inverter, on 1300 watts of panels, which powers most 120v devices in house all day/night (fans/refrig/lights/computers) and often found my 4.3kwh lithiums filling up with my average 500 watt home load on sunny days.

This simple script turns on/off a smart plug to slow charge vehicle, ONLY when battery near full and/or big wattage surplus (gets MQTT messages from MPP/Voltronic inverter):

1632403785596.png

works well, car charger set at ~720 watts until I add more panels
(see blue line peaks below, only a few miles of range per hour when on, but better then wasting excess sun)
(sorry for the clouds, but the script handles it!)
1632404090811.png
1632404863616.png
 
looks good! charging EV extremely useful “dump load” up to 70-100kWh

do you experience any issues with it switching power off and on at the outlet? if it’s once every few hours, i figure it’s probably fine? no open source ability to negotiate charge rate as far as i am aware. would be amazing to negotiate lower charge rate when SOC low on house battery.

nice data graph??

must feel good to move based on magnetic fields induced by photons from sun fusion. fusion powered car. offsite fusion ?
 
I've been looking into getting this EVSE. It looks like you can adjust charger current via MPPT or an API. It can be adjusted as low as 6 amps (@240 volts) up to 48 amps.

 
To OP, do you have any issues with cutting power to the EVSE? I'd expect th car to complain about that. If not, that's great news and a great dump load.
 
To OP, do you have any issues with cutting power to the EVSE? I'd expect th car to complain about that. If not, that's great news and a great dump load.
Tesla mobile charger can do 5a-12a @ 120v

I was stress testing my bigbattery today w/Tesla as sink:

1632533893146.png
 
Tesla mobile charger can do 5a-12a @ 120v

I was stress testing my bigbattery today w/Tesla as sink:

View attachment 66225

Is there any way to adjust that outside of manual adjustment either on the screen or using an app?

It looked to me like you're cutting power to the EVSE, not actively adjusting charge power? I'm not 100% sure because it looks like a smart plug and simple on/off control in the code. But, the blue charge current has multiple steps (400ish watts, 200ish, and 1.25k)
 
Is there any way to adjust that outside of manual adjustment either on the screen or using an app?

It looked to me like you're cutting power to the EVSE, not actively adjusting charge power? I'm not 100% sure because it looks like a smart plug and simple on/off control in the code. But, the blue charge current has multiple steps (400ish watts, 200ish, and 1.25k)

The load power graph in my post #1 is shared w/other appliances in my house, hence the variability, Graph in my post #5 is dedicated to just the Tesla, and fixed at 5 or 6 amps, I"ll likely turn it higher in the future, and may research their new current-control API, which would help for larger off-grid systems. Openevse looks interesting, but every Tesla comes with the mobile charger, which can utilize up to 1440 watts.
 
Yeah, every EV includes a little 120v (in the US) charger. It's nice that Tesla let's you easily adjust the charge current. On my Bolt I've got to choose either 8 amps or 12 amps.

With OpenEVSE I should be able to match excess solar and put it into the car, then charge the home battery once the car is full.
 
Make sure smart plug can handle the charge current. Many are 15 amp, some are 20, some are 10. Verify with your electrician.
 
Just to update, using Tesla new charging_amps setting in API, I can track solar power very tightly, and assure house batteries are up to desired voltage at all times (blue is load (Tesla), yellow is solar power):

1635809294973.png

cli.py -e *car-email* -w -a CHARGING_AMPS -k charging_amps=$1
 
awesome graph!

thanks for sharing, very interesting usage

may i ask for a reference to the API documentation you used?
 
Back
Top