Been running a Pi 4 on my garden office setup for about 18 months now and honestly it's transformed how I understand the system. Connected it to my Victron Cerbo via the local API and pulling everything into Home Assistant — battery SOC, solar yield, grid fallback usage, the lot.
Is it overkill? Probably on paper. But once you've got proper historical data and custom alerts (I get a notification if SOC drops below 20% overnight), going back to just the VRM portal feels like flying blind.
A few things worth mentioning if you're considering it:
- VenusOS on the Pi itself is an option if you don't want to faff about with the Cerbo — essentially turns the Pi into a GX device
- The MQTT broker built into VenusOS makes Home Assistant integration surprisingly painless
- A Pi Zero 2W works fine if you want low power draw — my full Pi 4 pulls more than I'd like on a tight battery budget
The main gotcha is keeping everything updated and making sure your SD card doesn't corrupt. Moved mine to USB boot after losing a card — classic lesson everyone seems to learn the hard way.
Curious whether anyone else is using Node-RED flows alongside this? I've got some basic automation set up but feel like I'm barely scratching the surface. Also interested if anyone's integrated Fogstar battery BMS data into the same dashboard — feels like the missing piece for me right now.