Been doing this on my motorhome for about 18 months now and curious whether anyone else has gone down this route.
I've got a Victron SmartShunt connected via a Raspberry Pi Zero 2 W, pulling data through the VE.Direct interface and logging everything to InfluxDB with Grafana dashboards on top. Works brilliantly for spotting patterns — I can see exactly how my Fogstar Drift 100Ah LiFePO4 behaves across different temperatures and usage cycles.
A few questions for those doing similar:
- How are you handling storage? I'm writing to a local SD card at the moment which makes me nervous about corruption, especially with the vibration on the road. Has anyone moved to a USB SSD instead?
- Data retention policies — how long are you actually keeping high-resolution data before downsampling? I'm keeping 1-minute intervals for 90 days then hourly averages indefinitely, but wondering if that's overkill.
- Power draw — my Pi Zero pulls around 0.8W which feels acceptable, but has anyone found a lower-power alternative that still runs a proper Linux stack?
The long-term data has been genuinely useful. Last autumn I could see my solar yield dropping off in a way that helped me realise one of my Renogy panels had developed a fault before it became a bigger problem.
Would be interested to know what others are running, whether on boats, motorhomes or static setups. Is anyone integrating other data sources alongside battery stats — inverter load, temperature sensors, that sort of thing?