Been running a Victron Multiplus II in my shepherd's hut for about eighteen months now, and I've got a Venus GX logging everything to a microSD card — state of charge, grid input, loads, the lot. It's been brilliant for spotting patterns, but something's started nagging at me.
I've got a Fogstar Drift LiFePO4 battery bank, and whenever it hits certain charge thresholds I've got Node-RED automations firing off — toggling relays, writing status flags, updating a little dashboard. The issue is these events happen constantly. My battery cycles fairly aggressively because the hut's in a field with a small 400W array and occupancy is unpredictable, so the system's forever crossing the same SoC trigger points throughout the day.
Which brings me to the question: is anyone concerned about write-cycle wear on the storage media from this kind of repeated logging and automation activity?
I'm writing to microSD on the Venus OS device, and separately I've got a Raspberry Pi nearby that's also logging to its own card. Neither are industrial-grade cards. I've read horror stories about SD cards failing silently, and I'd hate to lose months of trend data — or worse, have an automation fail because the filesystem's gone corrupt.
Has anyone moved to something more wear-resistant? I've seen mentions of using a USB SSD on the Venus GX instead of the SD slot, and running the Pi from a proper SSD over USB3. Is that the sensible route, or am I overthinking it for a low-write-frequency setup?
Would love to know what others are running, particularly if you've got heavy automation logic triggering off energy meter readings.