diy solar

diy solar

automate power on/off of water heater

I'm working on programming a microcontroller(Arduino likely) to poll an EG4 3000EHV inverter for the battery state and PV input. When the battery is above something like 95% and the PV input is above something like 2000W(of a 4360W array) it will then turn on a SSR that powers the 1500w water heater up. I'm also thinking I might poll for inverter load as well. So if the inverter has say more than 500watts on top of the 1500watt water heater, the water heater will turn off to free up inverter capacity. There will also be a 3 way override switch off-auto-on. So when we want to run larger loads we can force it off or if we need hot water at night we can force it on.

Haven't made much progress yet, been trying to find some information on the serial port protocol. I may have to do some serial port captures of the communication between the wifi dongle thing that comes with the inverter and reverse engineer the protocol from there. I've done that before for other things.

Once the serial protocol is figured out the rest of the code is pretty simple and wiring it up is fairly straight forward. I will share the source code and a wiring diagram. Parts wise is will all be from aliexpress: Arduino clone, RS232 level converter, 3 pos switch, SSR. I might even design up a little 3d printed box to put it all in.

I'm not sure if Growwatt uses the same protocols. Are they make by Voltronic like the EG4?
 
Yes you do it indirectly by using the battery/mppt V. I don't understand all the confusion. You dump load with a relay at float or a bit below. If it can float from solar, you dump. If not, you dip, relay opens, and no dump. What am I missing?
you are correct. I was overthinking it.
 
You can use the streetlight function and an NC relay. Streetlight function works on pv voltage and interrupts the NC relay.

I ❤️ the streetlight function. It triggers many things in my shed to turn on/off between dawn and dusk.

Having multiple mppts allows different trigger points for different applications.
 
If this is a resistance heat water heater... consider moving to a heat pump style water heater. Uses 1/3 power for same BTU.
I was looking into HPWH's but they reportedly do not work well in cold climates. kinda negates the purpose as winter is when I really want a lot of hot water.
 
DIY build solution for 230v 50htz


This is what I run to divert excess to a dedicated immersion heater element.

This is a Chinese version, do not have experience but should work

 
I was looking into HPWH's but they reportedly do not work well in cold climates. kinda negates the purpose as winter is when I really want a lot of hot water.
82F today, 60s and 70s in the rest of the 10 day forecast in Belgrade, Serbia.
Does the WH sit outside in the snow?
 
82F today, 60s and 70s in the rest of the 10 day forecast in Belgrade, Serbia.
Does the WH sit outside in the snow?
I never bought one once I some of the issues were explained to me. the plan was to build a small shack to put it in but even then the cold air it puts out would make it fight itself if enclosed. i think they work fine in any place that does not dip below 40 on a regular basis
 
Here is an idea ...
 
Back
Top