Been running a Pi 4 with VictronConnect via the VE.Direct USB cable for a while now on my static caravan setup. Logs everything locally to InfluxDB and I visualise it with Grafana — proper satisfying dashboard once you've got it dialled in.
Main reason I went local rather than relying on the Victron Remote Monitoring portal was the monthly data limits on the free tier. Once you're watching solar yield, battery state, and inverter load all day, you burn through that pretty quick.
A few things worth knowing if you're setting this up:
- VE.Direct to USB is the easiest entry point — plug and play almost
- venus-docker on GitHub makes the whole stack much less painful to get running
- Keep the Pi on a stable 5V supply — I use a small DC-DC converter off the 12V bus rather than a phone charger, far more reliable
- A Pi Zero 2 W is plenty if you're just logging, saves a bit of power
Only gripe is occasionally the Pi drops off the network overnight and I lose a few hours of data. Thinking a watchdog cron job would sort that, just haven't got round to it.
Anyone else gone down this route? Curious whether anyone's integrated it with Home Assistant as well — I've seen a few threads elsewhere suggesting the Victron integration is solid but haven't tried it myself yet.