I’ve commissioned charge points where the charger hardware was flawless and the site still failed acceptance testing — because the cellular uplink couldn’t hold an OCPP session steady. Here’s what I’ve learned deploying an EV charging station cellular router across AC and DC fast-charging sites, and why the router is doing more work than most charge-point operators assume.
Written by E-Lins Engineering Team
Why the Router Is the Least Glamorous, Most Failure-Prone Part of a Charge Point
On one of my first DC fast-charging commissioning jobs, the charger’s power electronics passed every test, the connector torque was correct, the site had clean 480V three-phase feeding it — and it still failed acceptance because the charger dropped off the CSMS (Charge Station Management System) dashboard every few minutes. The cause wasn’t the charger. It was a consumer-grade router doing double duty as the cellular uplink, with no persistent VPN tunnel and a WAN connection that silently renewed its IP address every few hours, breaking the WebSocket session OCPP depends on. That job is why I now treat the EV charging station industrial cellular router as a first-class piece of charging infrastructure, not an afterthought bolted on after the electrical design is finalized.
Most curbside, workplace, and highway-corridor charge points don’t have fiber or a landlord-provided fixed line waiting for them — cellular is the default WAN, not the backup. That means the router is carrying the full weight of three separate jobs simultaneously: keeping the **OCPP connectivity** session alive to the CSMS for billing and session start/stop commands, exposing **load management** signals to a local energy-management controller or utility demand-response system, and giving your operations team **remote diagnostics** access when a charger throws an error at 2 a.m. in a parking lot three states away.
The core thing to take from this article, if you read nothing else: an EV charging cellular router isn’t just “a modem in a box.” It needs a stable outbound WebSocket connection for OCPP, a private APN or VPN tunnel that a CSMS provider can trust, DI/DO or serial ports for local load-management signaling, and a remote-management layer (NMS, SNMP, SMS alerts) that lets a small ops team run hundreds of unattended charge points without a truck roll for every fault.

How OCPP Connectivity Actually Runs Over a Cellular WAN
OCPP 1.6J and OCPP 2.0.1 both run over a persistent WebSocket (or SOAP, in legacy 1.6S deployments) connection from the charge point to the CSMS, typically secured with TLS. The router’s job is to keep that outbound session alive and reachable — which sounds trivial until you account for carrier-side NAT timeouts, IP address changes on cellular re-registration, and the fact that a dropped session means the charger can’t report meter values, can’t receive remote-start commands, and in many deployments defaults to a “local-only” fallback mode that operators specifically don’t want active unattended.
In practice, this is where a router’s private APN support and VPN tunnel capability matter more than raw bandwidth. Charge-point operators I’ve worked with almost always want the charger’s OCPP traffic isolated from the public internet — either through a carrier-provided private APN, or through an IPsec/OpenVPN/WireGuard tunnel back to the CSMS host. The E-Lins H900 series supports IPsec, OpenVPN, WireGuard, and ZeroTier as VPN options specifically for this kind of always-on, security-conscious backhaul, alongside SIM-based private APN configuration.
Static IP Passthrough for Local Diagnostics
Many charger controllers also expose a local web UI or Modbus TCP interface that field technicians and remote NOC staff both need to reach without a truck roll. Configuring the router’s WAN in IP passthrough mode, or setting up port forwarding rules for the charger controller’s management port, is what lets a technician remotely pull a diagnostic log instead of driving to a curbside charger to plug in a laptop.

Pre-Deployment Checklist — Answer These Before Specifying a Router for a Charge Point
- Does the site have any fixed broadband option at all, or is cellular the only WAN path? This determines whether you need dual-SIM failover or can treat cellular as a backup to fiber/cable.
- How many chargers sit behind one router? A single Level 2 AC unit and a four-bay DC fast-charging hub have very different Ethernet port count and throughput needs.
- Does your CSMS provider require a private APN, a VPN tunnel, or is a standard public cellular connection acceptable for OCPP traffic? Confirm this before ordering — it changes which router tier and VPN protocol set you need.
- Do you need local load-management signaling (DI/DO contacts, Modbus energy meter integration) in addition to the OCPP uplink? This is frequently underestimated at the design stage and retrofitted later at higher cost.
- What’s your remote-diagnostics plan for a charger that goes offline at an unattended site? SMS/email alerts, cloud NMS device monitoring, and SNMP polling all matter as much as the connectivity itself.
- What’s the power source for the router itself? PoE from the charger controller, a dedicated DC tap, or a separate power feed each changes your redundancy story if the charger’s main power has an internal fault.
Load Management: DI/DO Contacts, Modbus, and Demand-Response Signaling
Charging sites with multiple bays, or sites tied into a building’s electrical demand-response program, need the router to do more than pass OCPP traffic — it needs to carry local load management signals between the site’s energy meter, the charger’s local controller, and (in some deployments) a utility’s demand-response gateway.
Digital Input/Output for Contactor and Alarm Signaling
Routers in the E-Lins H700/H720/H750 line carry four DI/DO (Digital Input/Output) ports rated 0–3.3V, which I’ve used to wire in dry-contact signals from a site’s main breaker or demand-limiting relay — allowing the router to report a load-shed event via SMS or email alert, or to trigger a local automation script that throttles charger output before a breaker trips. This is a lightweight, low-cost way to add basic load-management visibility without needing a full building-management-system integration on day one.
Modbus for Energy Meter and EMS Integration
Where a site already has a Modbus-based energy meter or a building energy-management system, the H750 and H900 both support Modbus and DTU (serial-to-cellular) functionality — bridging a local Modbus RTU or TCP device to a cloud endpoint without needing a separate protocol gateway. I’ve used this specifically to let a remote NOC pull real-time site-level power draw alongside charger session data, so dynamic load balancing across bays doesn’t require a dedicated on-site PLC.

| DI/DO |
| Dry-Contact Signaling |
| 4 ports, 0–3.3V, on H700/H720/H750/H900. Used for breaker-trip alarms, load-shed triggers, and basic status monitoring via SMS/email. |
| MODBUS |
| Serial-to-Cellular Bridging |
| DTU functionality bridges RTU/TCP energy meters and EMS controllers to a cloud endpoint without a separate protocol gateway. |
| SERIAL |
| RS232/RS485 Ports |
| Direct wired connection to legacy charger controllers or meters that don’t natively support Ethernet or cellular. |
| POE |
| PoE PD/PSE (802.3af/at/bt) |
| H900 can power downstream Ethernet devices (cameras, access-control readers) or itself be PoE-powered from existing site infrastructure. |
Remote Diagnostics: Keeping an Unattended Charging Network Visible
The single biggest operational cost I see charge-point operators underestimate isn’t hardware — it’s truck rolls for faults that could have been diagnosed or resolved remotely. A properly configured remote diagnostics stack on the router turns a “charger is offline, dispatch a technician” ticket into a five-minute remote session more often than most first-time operators expect.
Cloud NMS and SNMP for Fleet-Wide Visibility
E-Lins routers support a cloud-based NMS (Network Management System) alongside SNMP v1/v2c/v3, giving an operations team a single dashboard across every charging site’s router — signal strength, data usage, uptime, and VPN tunnel status — rather than needing to log into each router individually. For an operator managing dozens or hundreds of sites, this is what makes proactive maintenance (catching a degrading cellular signal before it causes an outage) actually feasible.

SMS and Email Alerting for Field Events
SMS-based alerting lets the router notify an on-call engineer directly — no NOC dashboard required — when a DI/DO input trips, when the primary SIM fails over to standby, or when a charger’s local interface stops responding. On a curbside or highway-corridor site with limited backhaul redundancy, this is often the first signal an operator gets that something needs attention.
OTA Firmware Updates and Remote Configuration
Remote firmware update capability (locally, over LAN/WiFi, and over-the-air via WAN) means a charger controller’s connectivity layer can be patched without a site visit — important given how frequently OCPP backend providers push protocol and security updates.
“The charger itself never had a hardware fault that week. What happened was the cellular signal at that particular curbside bay degraded gradually over about ten days — the NMS dashboard flagged it as a signal-strength trend three days before it would have dropped the OCPP session entirely. We swapped the antenna on a scheduled visit instead of an emergency one.”— E-Lins Engineering Team, on field deployment practice
Five Things a Charger Connectivity Spec Sheet Doesn’t Tell You
1. OCPP Heartbeat Interval and Cellular Latency Interact More Than You’d Expect
OCPP’s configurable heartbeat interval (commonly 60–300 seconds) and its WebSocket ping/pong keep-alive both assume a reasonably consistent round-trip time. Cellular latency spikes — common on congested towers or during handoffs — can occasionally cause a CSMS to falsely flag a charger as offline even though the underlying link recovers within seconds. Coordinate your router’s keep-alive settings and your CSMS’s heartbeat timeout together rather than treating them as unrelated configuration items.
2. Multiple Chargers Behind One Router Need Real Load Balancing, Not Just Port Count
Ethernet port count tells you how many chargers you can physically wire in, not whether the router can handle their combined OCPP, diagnostic, and firmware-update traffic without one charger’s session starving another’s. Gigabit-rated platforms like the H700 and H900 matter specifically for multi-bay DC fast-charging hubs, where several chargers may be pushing telemetry and remote-diagnostic sessions simultaneously.
3. VPN Tunnel Overhead Reduces Usable Cellular Throughput
IPsec or OpenVPN encapsulation adds meaningful overhead on a cellular link, particularly on lower-tier LTE categories. For sites where the CSMS requires a persistent VPN tunnel, budget real-world throughput accordingly rather than assuming the modem’s peak-rated bandwidth is what’s actually available for OCPP and diagnostic traffic.
4. Router Power Redundancy Needs to Be Independent From Charger Power
If the router draws its power from the same feed as the charger’s control electronics, a fault on that feed takes down your connectivity and your visibility into the fault simultaneously — exactly when you need remote diagnostics most. Dual power input failover (5–40VDC, 5–60VDC option) on a separate feed, or PoE from independent site infrastructure, avoids this compounding failure.
5. Certification and Carrier Approval Timelines Are Longer Than Hardware Lead Times
Cellular router carrier certification (PTCRB, carrier-specific approval) and regional compliance certification (FCC, CE) can take longer than sourcing the hardware itself, particularly for multi-country charging network rollouts. Confirm certification status for your specific target markets early in the project timeline, not after hardware has already been ordered.
Single-Charger vs. Multi-Bay Hub Connectivity: A Practical Comparison
Charge-point operators frequently ask me to justify the router tier for a given site. Here’s the comparison I actually walk through, based on bay count and traffic profile rather than a one-size-fits-all recommendation.
| Site Type | Connectivity Need | Recommended Tier |
|---|---|---|
| Single Level 2 AC charger | OCPP uplink only, minimal load management | M300 USB modem or H720 compact router |
| Curbside / lamp-post AC charging | OCPP + dual-SIM failover, weather-exposed enclosure | H750 with outdoor-rated enclosure |
| Workplace / fleet depot (multiple AC bays) | Multiple Ethernet ports, DI/DO load management, WiFi | H820Q or H700 |
| Highway-corridor DC fast-charging hub | Gigabit throughput, PoE, VPN, dual-SIM failover | H900 series |
* Recommendations reflect typical E-Lins deployment patterns across AC and DC fast-charging sites. Confirm exact port count and throughput requirements against your specific charger controller and CSMS provider before finalizing a specification.
Where EV Charging Connectivity Applies Across the E-Lins Lineup
Rather than let “supports EV charging” stand in as a vague claim, here’s exactly which platforms fit which charging scenario, sourced from each model’s own published datasheet.
H720 ![]() |
| Single AC Charger Uplink |
H750 ![]() |
| Curbside, DI/DO, GPS |
H820Q ![]() |
| Workplace / Fleet Depot |
H700 ![]() |
| Multi-Bay Ethernet Hub |
H900 ![]() |
| DC Fast-Charging Hub, PoE |
| Model | EV Charging Fit | Key Ports | VPN / Load Management |
|---|---|---|---|
| M300 | Single AC charger, minimal-cost OCPP uplink | USB, 1 SIM slot | SIM failover / standby APN, IPsec pass-through |
| H720 | Single or dual AC charger, dual-SIM failover | 2 Ethernet, DI/DO x4 | IPsec, PPTP, L2TP, GRE, OpenVPN (option) |
| H750 | Curbside / lamp-post AC charging, GPS asset tracking | 3 Ethernet, DI/DO x4, Serial, GPS | IPsec, OpenVPN (option), DMVPN (option), Modbus/DTU |
| H820Q | Workplace / fleet depot, dual-band WiFi guest access | Ethernet + Dual-Band WiFi | IPsec, SIM-based auto-carrier selection |
| H700 | Multi-bay hub, gigabit throughput | 5 Gigabit Ethernet, DI/DO x4, Serial x2 | IPsec, OpenVPN (option), Modbus/DTU |
| H900 | DC fast-charging hub, PoE-powered accessories | 5 Gigabit Ethernet, PoE PD/PSE, DI/DO x4 | IPsec, OpenVPN, WireGuard, ZeroTier, Modbus/DTU |
* Configuration confirmed against each model’s official E-Lins datasheet at time of writing. VPN protocols marked “option” require configuration at order time — confirm current availability with E-Lins before procurement.
For highway-corridor DC fast-charging hubs where the router also needs to power an on-site camera or access-control reader, I specify the E-Lins H900 series specifically for its PoE PD/PSE support alongside gigabit Ethernet and WireGuard/ZeroTier VPN options — it consolidates connectivity, power delivery, and secure backhaul into one enclosure rather than three separate boxes.
Confirm exact VPN and port configuration before ordering. OpenVPN, WireGuard, and DMVPN are order-time options on several models, not defaults. Always confirm the specific SKU’s current feature set directly with E-Lins before finalizing a specification for a CSMS integration that requires a particular VPN protocol.
Selection Guide: Matching the Router to the Charging Site
A Compact Single-SIM or Basic Router Is Correct When…
- The site has one Level 2 AC charger with a simple OCPP uplink requirement and no local load-management need.
- A fixed broadband connection already exists and cellular is purely a backup path.
- Cost efficiency matters more than sub-second failover for a low-traffic site.
- E-Lins fit: M300 USB modem or H720 compact router.
A Gigabit, PoE-Capable Router Is Required When…
- The site is a multi-bay DC fast-charging hub with several chargers reporting telemetry simultaneously.
- You need PoE to power an on-site camera, access-control reader, or digital signage alongside the charger uplink.
- Your CSMS provider requires a persistent VPN tunnel (IPsec, OpenVPN, or WireGuard) with headroom for diagnostic and firmware-update traffic.
- E-Lins fit: H900 series or H700 series.
Three Deployment Patterns That Illustrate the Decision

DC Fast-Charging
Highway Charging Corridor
H900 units with dual-SIM failover and WireGuard VPN kept a four-bay hub’s OCPP sessions stable through a regional carrier outage during peak holiday travel.

Fleet Depot
Workplace Fleet Charging
H820Q units with Modbus-integrated energy metering let a fleet depot dynamically balance eight AC charging bays against a single site demand cap.

Curbside Charging
Lamp-Post AC Charging
H750 units with GPS asset tracking and dual-SIM failover gave a city curbside program remote visibility into forty scattered single-bay chargers.
Case 1 — Highway DC Fast-Charging Corridor, Zero-Downtime Through a Regional Outage
A four-bay DC fast-charging hub on a highway corridor ran on E-Lins H900 units configured with dual-SIM failover and a WireGuard VPN tunnel to the CSMS. During a regional carrier outage on the primary SIM’s network, all four bays’ OCPP sessions re-routed to the secondary carrier within the router’s normal switching window, and the operator’s own dashboard logged no missed transaction records across the affected window — a direct contrast to a prior single-SIM installation nearby that had gone fully offline for over four hours during a comparable outage the previous quarter.
Case 2 — Workplace Fleet Depot, Modbus-Based Dynamic Load Balancing
A corporate fleet depot with eight Level 2 AC charging bays needed to stay under a fixed site demand cap shared with the building’s HVAC load. H820Q routers bridged the site’s Modbus-based energy meter to a cloud dashboard, letting the fleet’s charging-management software dynamically throttle individual bay output in real time as building load fluctuated through the day — avoiding a costly electrical service upgrade that would otherwise have been required to support simultaneous full-rate charging across all eight vehicles.
Case 3 — Curbside Lamp-Post Charging, Remote Visibility Across a Scattered Network
A city curbside charging program with roughly forty single-bay AC chargers scattered across residential streets specified H750 units for GPS-tagged asset tracking alongside dual-SIM cellular failover. When a contractor accidentally damaged a curbside unit’s power feed during unrelated roadwork, the router’s DI/DO alarm signal and GPS location let the operations team dispatch a technician to the exact affected unit within the hour, rather than waiting for a driver complaint to identify which of the forty scattered chargers had gone dark.
Common Mistakes in EV Charging Connectivity Specification
Treating the Router as a Commodity Afterthought
Specifying a consumer-grade or generic router because “it just needs to pass internet traffic” ignores that OCPP’s persistent WebSocket session, VPN tunnel overhead, and remote-diagnostic requirements all demand industrial-grade reliability and configuration flexibility that consumer hardware isn’t built for.
Skipping Dual-SIM Failover on Unattended Sites
Curbside and highway-corridor sites are, almost by definition, unattended. A single-SIM router with no automatic failover turns any carrier-side outage into a full site outage with no local recovery path.
Underestimating VPN Overhead When Sizing Cellular Bandwidth
Assuming peak-rated LTE bandwidth is what’s available for OCPP and diagnostic traffic after VPN encapsulation overhead is a common sizing mistake, particularly on multi-bay hubs running several simultaneous sessions.
Powering the Router From the Same Feed as the Charger’s Control Electronics
This creates a compounding failure mode — a fault that takes down the charger also takes down your ability to remotely diagnose it. Separate power feeds or independent PoE sourcing avoids this.
Ignoring Certification Timelines for Multi-Country Rollouts
Carrier certification and regional compliance approval can take longer than hardware procurement, particularly for charging networks expanding across multiple countries with different carrier and regulatory requirements. Build this into the project timeline early.
Extended Reading
E-Lins H750 Dual SIM 4G Industrial Router — DI/DO, GPS, and Modbus-capable platform for curbside and telemetry-heavy charging sites.
E-Lins H820QO Outdoor CPE — IP68-rated outdoor unit for charging sites combining connectivity with direct weather exposure.
E-Lins Engineering Enquiry — Confirm current VPN protocol options and PoE configuration for CSMS-integrated charging network projects.
Frequently Asked Questions
Q1:Does an EV charging station router need to support OCPP directly?
No — OCPP runs on the charger controller itself, not the router. The router’s job is to provide a stable, secure WAN connection (cellular, with optional private APN or VPN tunnel) so the charger controller’s OCPP WebSocket session to the CSMS stays alive. Think of the router as the reliable pipe, not the protocol implementation.
Q2:Can one router serve multiple charging bays at a single site?
Yes, provided the router has enough Ethernet ports and sufficient throughput headroom for each charger’s simultaneous OCPP, telemetry, and diagnostic traffic. For a multi-bay DC fast-charging hub, I specify gigabit-rated platforms like the H700 or H900 rather than a compact single-port router, specifically to avoid one charger’s traffic starving another’s.
Q3:Do I need a private APN, a VPN tunnel, or both for OCPP traffic?
This depends on your CSMS provider’s security requirements. Some operators are comfortable with standard public cellular connectivity plus TLS-secured OCPP; others require a carrier-provided private APN, a site-to-site VPN tunnel (IPsec, OpenVPN, or WireGuard), or both layered together. Confirm this requirement with your CSMS provider before finalizing router configuration, since it directly affects which router tier and VPN license options you need.
Q4:How does load management actually work through the router?
Load management typically runs through one of two paths: DI/DO dry-contact signaling for simple alarm/trip-level events (breaker status, load-shed triggers), or Modbus-based serial-to-cellular bridging for continuous, real-time power data from an energy meter or building EMS. Which path you need depends on whether your load-management strategy is event-based (react to a trip signal) or continuous (dynamically balance output based on live demand data).
Q5:What happens if the cellular connection drops during an active charging session?
Most charger controllers are designed to complete an in-progress charging session locally even if the OCPP connection to the CSMS drops, then report the completed transaction once connectivity is restored. However, remote-start commands, real-time monitoring, and billing confirmation all depend on the connection being live, so a dual-SIM failover router significantly reduces how often this local-fallback scenario actually occurs.
Q6:Is 5G necessary for EV charging station connectivity, or is 4G LTE sufficient?
For the large majority of OCPP, load-management, and diagnostic traffic, 4G LTE (even lower-category LTE) provides more than sufficient bandwidth, since OCPP itself is a relatively low-bandwidth protocol. 5G becomes more relevant when a site also needs to support high-bandwidth applications alongside charging — on-site video surveillance backhaul, digital signage, or future vehicle-to-grid data services — rather than for the charging connectivity itself.
Conclusion: Specify Connectivity as Charging Infrastructure, Not an Afterthought
An EV charging station industrial cellular router is doing three distinct jobs at once — carrying the persistent OCPP session to your CSMS, exposing local load-management signals, and giving your ops team remote diagnostics visibility into a site nobody is standing next to. Treating it as a generic modem, rather than a purpose-specified piece of charging infrastructure, is the single most common cause of the connectivity failures I get called in to troubleshoot after the fact.
Three things to verify before finalizing a charging connectivity specification:
- Confirm your CSMS provider’s exact private APN or VPN tunnel requirement before selecting a router tier — this changes both the hardware and the licensing you need.
- Match Ethernet port count and throughput to your actual bay count and simultaneous traffic load, not just the number of physical chargers on site.
- Power the router independently from the charger’s control electronics, and pair cellular dual-SIM failover with active alerting so an unattended site failure doesn’t go unnoticed for days.

Rolling Out a Charging Network?
Tell E-Lins your bay count, CSMS VPN requirement, and load-management needs. We’ll confirm the right router tier — from a single-charger uplink to a gigabit, PoE-capable DC fast-charging hub — plus the failover and remote-diagnostics configuration to go with it.











