We have an RV that we have been trying to implement a Node Red control on without real success. I had someone else set it up, and it has never functioned properly, and now I’m trying to learn this and just do it myself.
We have a Multiplus2 48/3000 inverter, 4 MPPTs for 4 solar arrays (app 3700 watts of PV), a Cerbo GX, 4 Pytes V5 batteries, a 30A 120vac shore power input and a 4kw onboard generator. The shore power and generator and run through a transfer switch.
My goal is to only have the batteries charge differently when plugged in to shore power. Currently shore power will charge the batteries to 100% SOC and then hod them there, which is causing issues.
I’d like to have the shore power only start charging the batteries when a low SOC is achieved-say 40%, then charge to a higher SOC, maybe 60%, then stop charging so that the batteries can cycle. I would even mind if we charge them to 100%, but I can’t hold them there indefinatly when the RV is in storage on shore power.
The current generator charging scheme is generator start at 20%, charge to 60%, then release and generator shut down and that works fine and needs to remain.
We installed a 120VAC coil relay that energizes when the transfer switch is powered by shore power, and use that to send a signal to digital input 1 on the cerbo so that we can tell which AC power source is active.
The node red logic that was created looks overly complex for what we are trying to do, and I feel I need to just start over.
I would love some pointers on how to build a flow to accomplish this! What nodes should I be using? Anyone else do something like this? When I searched, I didn’t come up with anything that seemed to apply to our scenario.
Thanks!