
A 2.4 MW solar pumping station in western Rajasthan operates 18 km from the nearest cellular tower. The site has no wired internet, no landline, and no permanent on-site staff. The only way to know whether the station is producing power, consuming energy, or has tripped offline is a device that can communicate over a cellular network from a location where a smartphone shows "no service."
The DIN rail 4G meter was designed for exactly this scenario. It combines a compact 4-module DIN rail form factor with an industrial-grade LTE Cat.1 modem, a high-gain internal antenna, and a firmware stack optimized for intermittent connectivity. The meter accumulates energy locally through power outages and communication blackouts, then uploads buffered data when the network returns. For remote industrial assets, this is the difference between a meter that works and one that becomes an expensive paperweight.
The choice of LTE Cat.1 over NB-IoT or LoRa deserves explanation. NB-IoT offers lower power consumption, but its coverage is limited to urban areas with operator-deployed NB-IoT cells — which, in most emerging markets, means coverage gaps outside major cities. LoRa requires a private gateway within 15 km line-of-sight. LTE Cat.1, by contrast, operates on the same bands as consumer 4G smartphones and has coverage wherever a voice call can be placed.
The modem is a Quectel EC200S-CN, supporting LTE FDD bands B1/B3/B5/B8 and TDD bands B38/B39/B40/B41. This band combination covers the 4G spectrum allocations in China, Southeast Asia, the Middle East, Africa, and Latin America. For deployments in Europe or North America, the EC200U-EU and EC200A-NA variants are available, covering ETSI and FCC bands respectively.
Power consumption is the primary constraint for battery-backed remote installations. The meter draws approximately 180 mA during LTE transmission (typical Tx power +23 dBm) and 45 mA in idle mode with the cellular module in PSM (Power Save Mode). With a 12V 7Ah lead-acid backup battery — standard for remote SCADA installations — the meter can report data every 15 minutes for approximately 14 days without external power.
The SIM interface supports both physical nano-SIM and embedded eSIM (MFF2 form factor). For large-scale deployments, we pre-install eSIM profiles from major IoT connectivity providers (Vodafone IoT, China Mobile OneLink, Telit), allowing the meter to connect to the best available network without physical SIM management. A 5,000-unit deployment across rural Kenya used eSIM with a single SKU, eliminating the logistics of managing physical SIM cards across 47 counties.
The meter is not a standalone device — it is a data source within an industrial IoT architecture. Integration follows three patterns depending on the site's automation maturity:
Direct cloud integration. The meter pushes JSON payloads to a cloud endpoint via HTTP POST or MQTT publish. The payload structure is configurable: a minimal payload (voltage, current, power, energy) is 128 bytes; a full payload with power quality events, tamper logs, and device diagnostics is approximately 2.4 KB. For a typical deployment reporting every 60 seconds, this translates to 6.9 MB/month — well within the data allowance of even the most basic IoT SIM plans.
Edge gateway integration. In sites with an existing industrial gateway (Siemens SIMATIC, Advantech UNO, Moxa UC-8100), the meter connects via RS-485 running Modbus RTU or IEC 61850 MMS. The gateway aggregates data from multiple field devices — meters, inverters, PLCs, sensors — and backhauls to the cloud over a single 4G or fiber connection. This architecture reduces cellular data costs and simplifies firewall configuration.
SCADA integration. For utilities and large industrial facilities with existing SCADA systems, the meter supports IEC 60870-5-104 and DNP3 over TCP. These protocols are native to most modern SCADA platforms (Schneider Electric EcoStruxure, GE Proficy, OSIsoft PI). A water utility in Morocco integrated 340 remote pumping stations using IEC 60870-5-104; the meters appear in the SCADA as standard telecontrol endpoints, requiring no custom driver development.
The MQTT integration deserves particular attention for modern IIoT deployments. The meter acts as an MQTT client, connecting to a broker (AWS IoT Core, Azure IoT Hub, or a private Mosquitto instance). It publishes to configurable topics — by default, meters/{serial}/telemetry and meters/{serial}/events — and subscribes tometers/{serial}/config for over-the-air parameter changes. QoS level is configurable (0/1/2); most deployments use QoS 1 (at-least-once delivery) to balance reliability and bandwidth.
The 4G meter's value is not in collecting data — it is in making that data actionable for operators who are not on-site. Our cloud platform provides three layers of data services:
Real-time monitoring. A web dashboard displays per-meter telemetry updated at the configured reporting interval (1-3600 seconds). Color-coded status indicators show online/offline, communication signal strength, and alarm states. The dashboard supports up to 10,000 meters per account, with filtering by group, location, or alarm status.
Historical analysis. Time-series data is stored in InfluxDB with a retention policy of 2 years at 1-minute resolution, 5 years at 15-minute resolution, and 10 years at hourly resolution. Users can export data in CSV, Excel, or via API for integration into their own analytics platforms. A solar O&M provider in Vietnam uses the 1-minute data to correlate inverter output with meteorological station data, identifying underperforming strings within 72 hours of occurrence.
Alarm management. The platform supports 18 configurable alarm types: power outage, power restore, tamper detected, communication loss, energy flow reverse, voltage out of range, and others. Alarms are delivered via email, SMS (through an integrated SMS gateway), webhook POST to a user-specified URL, or MQTT publish to a user-specified broker. A mining company in Western Australia configured power-outage alarms to trigger an automated SMS to the site maintenance team; mean time to repair for power supply faults dropped from 14 hours to 3.2 hours.
For users who do not want cloud dependency, the meter also supports direct HTTP POST to a private server. The POST endpoint receives the same JSON payload as the cloud platform, allowing the user to build their own data pipeline. Our integration team provides a reference server implementation in Python (FastAPI) and Node.js (Express) for customers who want to self-host.
Cellular communication introduces attack surfaces that wired networks do not. The meter's security architecture addresses these across three layers:
Device identity. Each meter has a unique X.509 certificate burned into secure storage during manufacturing. The certificate is used for TLS client authentication when connecting to cloud endpoints. Even if an attacker clones the meter's IMEI and SIM credentials, they cannot establish a TLS session without the private key, which is non-exportable.
Data encryption. All communication uses TLS 1.2 or 1.3 with certificate pinning on the meter side. The cipher suite is ECDHE-RSA-AES256-GCM-SHA384 or equivalent. For deployments that cannot use public-key infrastructure, the meter also supports pre-shared key (PSK) TLS with AES-128-CCM.
Network hardening. The meter's cellular module does not accept inbound connections. All communication is initiated by the meter to pre-configured endpoints. The only open port on the meter is the local configuration port (HTTP on port 80), which is accessible only when physically connected to the meter's WiFi access point (disabled by default) or through the optical port. There is no remote shell, no open SSH port, and no factory-default credential that an attacker could exploit.
Reliability data from a 3-year deployment of 8,700 meters across 14 countries shows a mean time between communication failures (defined as 3 consecutive missed reports) of 14,200 hours — approximately 1.62 years. The primary cause of communication failure was not the meter but cellular network issues: SIM card expiration (31% of failures), network operator decommissioning 2G/3G services (27%), and physical antenna damage (14%). The meter's firmware logged sufficient diagnostic data to distinguish these root causes in 94% of cases, enabling targeted field response.

Copyright © 2026 江苏森维电子有限公司 Ltd. All Rights Reserved. POWERED BY WEIMOBTRADE