Been running a Pi 4 with VenusOS on it for about two years now in the motorhome, and honestly it's the best thing I've bolted onto the system since the Victron MPPT itself.
Pulls data from the SmartShunt and solar controller via USB, logs everything to InfluxDB, and chucks it all into a Grafana dashboard — so I can obsess over my Fogstar lithium state of charge at 2am like a proper nerd.
A few things worth mentioning if you're going down this route:
- Power draw matters — a Pi 4 isn't exactly miserly, so I swapped to a Pi Zero 2W which sips barely anything
- Use a decent SD card — constant write cycles will murder a cheap one; I run mine off a USB SSD now
- Signal K is worth a look if you want NMEA integration alongside your Victron data (useful if you're on a boat or, in my case, occasionally pretending the motorhome is a narrowboat)
The Venus OS Large image is the proper way to do it — gives you Node-RED built in, which opens up all sorts of automation nonsense like alerts when the battery drops below a set threshold.
Only downside is explaining to your other half why there's a small computer velcro'd next to the 12V fuseboard.
Anyone else running custom automations off the back of their Node-RED setup? I've got mine sending a pushover notification if shore power drops — curious what other people have rigged up.