Been running a Pi Zero 2W in my shepherd's hut setup for about eight months now and honestly it's the best thing I've added to the whole system.
Pulling data from my Victron SmartShunt via a USB-to-VE.Direct cable into InfluxDB, then visualising it all through Grafana. Sounds fancier than it is — took me a weekend to get sorted and most of that was me being thick about config files.
The main thing I'd say to anyone on the fence: it's not overkill if you actually care about patterns over time. The Victron app shows you now, but it doesn't really help you understand your seasonal trends, how your Fogstar Lithium cells behave in cold snaps, that sort of thing. Grafana dashboards let me see exactly when my 200W of Renogy panels start underperforming — usually mid-November when the tree shadow kicks in.
A few things worth knowing if you go down this route:
- SD card wear is real — run the OS from a USB stick instead
- Set your data retention policies in InfluxDB early or it'll balloon
- A decent UPS hat (I use the Pisugar) stops corrupt writes when the battery dips
Does anyone else have theirs pulling data from multiple sources? I'd like to add a weather station feed eventually and correlate it with generation. Wondering if anyone's already cracked that.