Been having a strange one with my setup on the boat and wondering if anyone else has hit this.
Running a couple of Victron SmartSolar MPPT 100/20s on the cabin roof, tied into a Cerbo GX and managed via Node-RED scripts on a Pi. The scripts adjust charge current dynamically based on battery state, shore power availability, and a few other variables — works brilliantly normally.
Since updating to v1.74 though, I'm getting what looks like the controllers entering some kind of pause or reduced-output state mid-cycle, and it's completely throwing off my control loop. The script sees the drop in output, assumes something's wrong, and overcorrects. End result is the batteries sitting at 60-70% on days when they should be topping up nicely.
A few things I'm wondering:
- Has anyone else noticed unusual MPPT behaviour specifically after v1.74?
- Is this the new "smart pause" feature interacting badly with external script control? I've read a bit about Victron introducing absorption pauses but can't find clear documentation on how it behaves when you're overriding via DVCC or external BMS signals
- Would rolling back firmware actually fix it, or am I chasing the wrong issue?
My setup is fairly integrated — Fogstar Drift lithium bank, so I need the charge profile to be fairly precise and I can't just leave it to default absorption curves.
Anyone running dynamic script control loops with recent Victron firmware who's found a workaround? Or is there a config flag I'm missing that disables the pause behaviour?