How to design IoT that rides through load shedding
- Buffer at the edge. The edge device stores readings in non-volatile local memory and forwards them to the platform. If the link is down, data queues locally and uploads when connectivity returns — no holes. This single design choice solves most of the problem.
- Back the critical kit with a small UPS or battery. The edge device, gateway and modem draw very little, so a modest UPS or battery pack carries them through a typical 2–2.5 hour slot. Keep recording even while the heavy plant is off.
- Make sensors independent of the load they watch. Power monitoring sensors from a backed-up rail, not from the circuit they're measuring, so you can see the load going down and coming back.
- Use store-and-forward connectivity. Low-power networks like LoRaWAN tolerate intermittency well; pair them with edge buffering so a dropped link is a delay, not a loss (see our connectivity guide).
- Sync and reconcile on recovery. When power and network return, the system uploads the buffered window and timestamps it correctly, so your dashboards and reports show a continuous record across the outage — not a gap with a question mark.
- Alert on the outage itself. Treat a power loss as a monitored event: log when the site dropped, how long it was down, and what state things were in on either side. That turns load shedding from a blind spot into useful operational data.
Remote sites: cut the grid dependency entirely
For a borehole, a remote reservoir, a field weather station or a livestock water point, the cleanest answer is to stop depending on Eskom at all. The power budget of an edge device plus low-power sensors and a LoRaWAN radio is small enough that a modest solar panel and battery runs it indefinitely, with no grid connection to lose. Load shedding simply doesn't apply. We cover the sizing of this in our solar-powered monitoring guide — but the principle is simple: at remote-site power levels, off-grid is often easier and more reliable than fighting the grid.
What "load-shedding-proof" really means
It doesn't mean your plant keeps producing through an outage — that's a generator and energy question. It means your visibility never goes dark: every reading is captured, the record is continuous across the outage, and you can see exactly what happened before, during and after. The difference between a system that does this and one that doesn't is entirely in how it was architected — and it has to be designed in from the start, because bolting resilience onto a cloud-only system afterwards is expensive and never quite complete.
This is baked into how we build at addanode. Every deployment on the addaNet platform buffers at the edge and reconciles on recovery, and we size backup power for the gateway as standard — because we engineer for South African sites, not imported assumptions. It's the same resilience that underpins our water and mining monitoring work, where an outage is often the exact moment the data matters most.
Frequently asked questions
Does load shedding actually damage IoT sensors?
Rarely. Industrial sensors are robust and draw very little power. The real damage is to your data: a cloud-only system stops recording the moment connectivity drops, leaving gaps exactly when the interesting events — shutdowns, restarts, pumps losing prime — tend to happen. The fix is architectural, not a tougher sensor.
How do I stop losing data during an outage?
Buffer at the edge. The edge device stores readings in local non-volatile memory and forwards them to the platform; if the link is down the data queues and uploads when connectivity returns. Back the edge device, gateway and modem with a small UPS so they keep recording through the slot.
Will a small UPS really keep monitoring running through an outage block?
Yes — the edge device, gateway and modem together draw very little, so a modest UPS or battery pack comfortably carries them through a typical 2–2.5 hour slot. You don't need to back the whole plant, just the thin layer that keeps recording and reporting.
What about a remote site with no reliable grid at all?
Go off-grid. At remote-site power levels — an edge device, low-power sensors and a LoRaWAN radio — a modest solar panel and battery runs the whole thing indefinitely, with no grid connection to lose. For boreholes, reservoirs and field stations this is often more reliable than a grid feed.
Can I retrofit load-shedding resilience onto an existing cloud-only system?
Partly, but it's harder and more expensive than designing it in. Adding edge buffering and backup power after the fact often means new hardware and rework. It's far cheaper to architect for outages from day one — which, for a South African deployment, should simply be the default.
Worried about gaps in your monitoring?
Tell us where your sites are and how they're powered. We'll show you exactly how to make your IoT keep recording through load shedding — buffered, backed up, and continuous across every outage.