Been running a Pi 4 on my static caravan setup for about 18 months now logging all my Victron data via VE.Direct — honestly it's the best thing I ever did, because now I have receipts when my other half says "you've been watching too much telly and that's why the batteries are low."
Grafana dashboards are absolutely the way to go if you want to make it look like you know what you're doing at parties 📊
Few things I've learned the hard way:
- Power the Pi from a proper 5V buck converter off your 12V bus, not some dodgy USB phone charger — lost about 3 weeks of data to SD card corruption before I sorted that
- Back up your InfluxDB database to a USB stick on a cron job, future you will be very grateful
- Fogstar batteries have lovely consistent discharge curves when you finally get to graph them properly, very satisfying
The only faff is keeping Raspberry Pi OS updated without accidentally breaking your logging scripts — I've done that twice and both times felt like an absolute muppet.
Anyone else gone down the rabbit hole of automating alerts? I've got mine texting me if the state of charge drops below 20% overnight, which has saved my bacon a couple of times when I'd left a heater on by mistake.
Would love to know what sensors others are pulling in — I'm thinking about adding a clamp meter on the mains hookup circuit for when I'm on a campsite, to cross-reference against the inverter figures. Anyone done that?