I've been running a small off-grid setup at my place in rural Wales for about 18 months now — 800W of solar, a Victron SmartSolar 100/30 MPPT, and a 200Ah LiFePO4 battery bank. Up until recently I was just relying on the Victron app and a basic battery monitor, but I wanted something a bit more hands-on that could log data over time and send me alerts when things looked off.
So I've cobbled together a Raspberry Pi 4 running Venus OS Large, which pulls data from the Victron kit over VE.Direct and pushes it into InfluxDB, then displays everything through a Grafana dashboard. It's been genuinely brilliant for spotting patterns — I can see exactly when the battery hits absorption, how long it stays there, and whether my overnight draw is creeping up. Last week it flagged that my fridge was pulling about 15% more than usual, which turned out to be a dodgy door seal.
The bit I'm still stuck on is getting decent alerts without having to faff about with a full SMTP email setup. I've had a look at Telegram bots and also ntfy.sh, and both seem promising, but I've not actually got either working reliably yet. Has anyone gone down this route with a similar Victron/Pi setup? Particularly interested in whether Telegram or ntfy is easier to get stable, and whether there are any gotchas with Venus OS Large I should know about before I start breaking things.