Oh yeah I abuse the Pinergy rate….My system is in since Mid-November so there hasn’t been much opportunity where I have spare kWh left in my 30kWh battery to export back out, but the sun is out now over the last few days and its working a treat now.
The graph below is my grid, as you can see at 10pm I have NodeRED flow calculate how much spare capacity I have in my battery and it works out how much I can export to be at my set SOC at 2am. This export rate is recalculated every minute and adjusted, so as you can see it slowly reduces so I am not caught out with not spare battery capacity. At 2am then its party time…
The Quattro what I have found maxes out charging the battery around 185-190Amps continuous so about 10kW, 200Amps is the max charging rate of the 15kVA Quattro.
I wouldn’t worry about damaging your battery cycling it once a day, I go from 100% to 10% every day practically. The dude Will Prouse on YouTube did one or two videos on this whole thing. Have a look at this and he did a follow up video as well https://youtu.be/UbZiHzflKMY?si=VBGCITiul6nNn59I
Venus is the operating system on the CerboGX that manages the inverter and all Victron equipment and has NodeRED as an add-on. You can either run NodeRED on your CerboGX (which I do) or externally on like Home Assistant or Raspberry Pi for example.
Yes I have had a power cut it was a planned ESBN network maintenance so I had plenty of notice. I have tool on NodeRED that I can set a date of a planned outage and it will charge the battery the night before and wont discharge the battery until the grid goes down, worked brilliantly… The Quattro switched over without the lights even blinking, my home network didn’t even blink and internet didn’t even go down. It was a sunny day (relatively for a January..) so I had plenty of spare battery capacity over the 6 hours or so it was out. I have whole house back up so the heat pump worked and everything it was great.
I also have a few Home Assistant automations when the grid goes down it will cast to all my Google Home speakers saying the grid is down, what the current battery SOC is, the estimated back up time available based on current consumption. It will then warn when I hit set SOC limits (50% 30% and 20%) and warn if I am using a lot and just to be aware. That was fantastic as it lets everyone in the house aware we on a power cut.
There are a lot of settings in the inverter itself such as the grid code and import /export limits some of these can only be set by your supplier (the specific grid code) and are locked behind a password. Why mine was set to 70Amps was I am sure he uploaded his standard settings and forgot it was 15kVA. It was no issue at all really I was able to change this myself once I got access.
I’ve made one or two additions to my NodeRED flows, basically I have added a couple of sliders and an inverter summer mode. This is where Solis PV inverter which is on the load side, during the summer I wont let any excess PV charge the battery but is passed straight out to the grid. This saves me about 10%+ in efficiency in and out of the battery. That saying if the battery goes below a set SOC (set by sliders) it will start charging again until it gets 10% back into the battery.
I will share my NodeRED flow later just need to be sure I don’t have my API keys in there..