May 27, 2026
Kamila Hrdličková

Edge computing in IoT metering

When to process data on the device?

M-Bus meters often generate payloads that do not fit into a single message of the transmission technology. For NB-IoT, it is not recommended to exceed 512 bytes, and for LoRaWAN, the limit is 51 bytes. If a converter must send data exactly as read, it exceeds the network limit and must split the transmission into multiple messages. More messages mean higher power consumption, shorter battery life, and higher connectivity costs. Edge computing solves this problem directly at the source, before the data is sent.

VIF/DIF filtering: how an M-Bus payload fits into a LoRaWAN message

An M-Bus frame contains dozens of data fields: consumption in different units, timestamps, status bits, manufacturing details, and historical values. Most applications need only a handful of specific values. VIF (Value Information Field) and DIF (Data Information Field) are identifiers used to address and select the exact fields relevant to a given application within an M-Bus frame.

VIF/DIF filtering directly in the converter means only a selected subset of data travels to the cloud. Instead of the full M-Bus frame, a compact message is sent with the current volume, reading time, and status. It fits into a single LoRaWAN message, saves network capacity and battery life, and removes the need to reassemble data from multiple fragments on the server side. Without this filtering, many M-Bus meters become impractical for LoRaWAN use, as payloads typically exceed the capacity of a single transmission.

Adaptive sampling: fewer transmissions when values are stable

The second concrete advantage of local processing is the ability to adapt the transmission frequency. If a measured value stays within tolerance, there is no reason to send data at the same cadence as during a change. The converter evaluates locally whether a transmission is worth making or can be postponed.

Typical scenarios where adaptive sampling makes sense include meters in steady-state operation, where values change only within specific time windows, seasonally used equipment, and industrial meters in idle mode. Battery life improves due to fewer transmissions, the most energy-intensive operation, while network capacity increases as gateway load decreases.

What else can ACRIOS converters handle locally

Lua scripting on the converters opens up further functions that previously had to run in the cloud. For pulse-based water or electricity meters, the converter does not need to send each pulse individually, instead the script continuously calculates consumption and sends a ready-to-use value to the cloud in the required format. Reading data are validated at the source: the converter verifies that a value lies within the physically plausible range and that measurement continuity matches the history, so erroneous readings are filtered out before they ever reach the cloud.

The same script logic handles fault detection, monitoring patterns in the data and reacting to unusual behaviour such as long-term constant values, unexpected zero consumption, or values outside the expected range. Because scripts are updated separately from the firmware, adjusting a calculation or adding a new validation does not require a full firmware update of the device.

Data normalisation ensures that readings from a pulse input, from Modbus, or from M-Bus can arrive at the server in the same format (for example, JSON), even when the source-side data representation is significantly different.

Security of data at the edge

When part of the logic and data stays on a device in the field, the security perspective changes. The cloud typically has robust protection at the server level, whereas edge devices are physically accessible and often in unsecured locations. The key points that need to be addressed: encryption of data in transit and at rest, authentication of the device against the server, and controlled management of encryption keys.

ACRIOS converters forward data as a standard M-Bus frame with its own integrity controls. For NB-IoT, we enable source encryption using AES and signing using CMAC. Each converter has its own unique set of encryption keys that secure encryption and verification at the transmission level. We have covered the requirements introduced by the European in a dedicated article: Cyber Resilience Act

When edge computing makes sense, and when it does not? Edge computing is not a universal solution. The right choice depends on what a specific deployment actually needs.

Edge makes sense when

  • The M-Bus payload does not fit into a single message of the transmission technology.
  • The deployment runs on battery power, and every transmission shortens the lifetime.
  • The network has limited capacity (LoRaWAN, NB-IoT in marginal coverage areas).
  • Meters remain in a steady state for long periods, and the transmission frequency can be adjusted dynamically.
  • The operator wants to reduce dependence on server or internet availability.
  • Edge computing does not make sense where connectivity is stable, the application energy budget is not seriously constrained, and all analytics happen centrally. In such cases, local processing adds complexity without a matching benefit.

Key takeaways

Edge computing in metering is not a philosophical choice between cloud and device. It is a practical answer to specific technical constraints: payloads larger than the network limit, batteries that must last for years, and readings that need to be validated before they are sent further.

Data from end meters arrives unencrypted, and in sensitive deployments it is advisable to encrypt and digitally sign it at the source. ACRIOS converters address these tasks through Lua scripting and remote logic updates without firmware intervention.

This article is intended as a general overview. The right choice of data processing depends on the type of meters, the transmission technology in use, and the project requirements. We recommend always consulting the deployment with a specialist who takes the specifics of your installation into account.

FAQs

M-Bus frames typically exceed 51 bytes, which is the limit of a singleLoRaWAN message. Without filtering, data would have to be split into multiple messages, increasing battery consumption and network load. VIF/DIF filtering in the converter selects only the relevant fields, so the message fits into a single transmission. In more sensitive deployments, it is also advisable to encrypt and digitally sign the data at the source before sending.

VIF (Value Information Field) and DIF (Data Information Field) are identifiers in an M-Bus frame that allow specific data fields to be selected by address. Filtering directly in the converter ensures that only the fields the application actually needs are sent.

If the measured value does not change, the converter does not send data at the same frequency as during a change. Every radio transmission is the most expensive operation for a battery-powered device, so reducing the number of messages directly extends battery life.

Through Lua scripts: local consumption calculation from pulses, reading validation, fault detection, data normalisation, encryption, and digitalisigning. The logic can be updated remotely without firmware intervention.

When connectivity is stable, the application energy budget is not seriously constrained, and all analytics run centrally. In such cases, local processing adds unnecessary complexity.

Designing a new metering deployment or rethinking the architecture of an existing one? Let's look at where edge processing can save you time, data, and battery life. We are happy to help you decide what belongs on the device and what belongs in the cloud.

Blog

Technology

Manufacturer as a technology partner

The role of IoT device manufacturers is shifting from hardware supplier to technology partner. Parsers, open APIs, containerised backend, remote firmware management and CRA-ready security shorten implementation, reduce internal development load and lower TCO across AMR and AMI projects.
Read more
Technology

Why a device without an antenna fails

If your IoT device manages to connect even without its antenna, that is not a sign of clever engineering. It is a warning sign of poor radio design. Why a properly tuned antenna is essential for reliable wireless meter reading, what really happens inside the device, and how to test it sensibly before full deployment in the field.
Read more
Compliance

CE certification for IoT: What RED DA changes

Development went well, the device works. Then CE certification arrives and the supplier's cybersecurity documentation is missing. Since August 2025, RED DA is in force and part of every CE. How to tell if your supplier is ready, and what to do if not.
Read more
Opinions and analysis

Water losses in utility networks: The hidden cost of leaks

An estimated one in four litres of treated water is lost in European distribution networks. Average losses hover around 25%, exceeding 60% in some countries. A closer look at why pipes fail, what it really costs utilities, and why a slow leak is often worse than a visible burst.
Read more
Opinions and analysis

Pressure monitoring in water networks: Early fault detection

Every utility faces the same question: how to know something is wrong in the network as fast as possible. Acoustic methods, district metered areas and continuous pressure monitoring each bring strengths and limits. A comparison of approaches to leak detection, with real examples.
Read more
Opinions and analysis

M-Bus pressure sensor: Leak detection for water utilities

No parallel infrastructure, no new data platform, no separate operational processes. The joint ACRIOS and Lorenz solution brings continuous pressure monitoring into the same communication layer water utilities already use for smart metering – over LoRaWAN or NB-IoT.
Read more
How to?

The cost of measurement data errors and how to prevent them

Unreliable data is more costly than no data at all, especially in smart metering and energy management. A missing value or small deviation can escalate into incorrect bills, failed audits, or undetected faults. Here is what that looks like in practice and how to prevent it.
Read more
Compliance

Smart Readiness Indicator (SRI): All you need to know

Smart Readiness Indicator (SRI) is the EU's metric for a building's digital intelligence. It rates how well a building manages energy, responds to occupants, and interacts with the grid. Learn what SRI means, what the legislation requires, and what role remote meter reading plays.
Read more
Technology

M-Bus installation tool Wizard from ACRIOS

Configuration errors and troubleshooting often take more time than wiring M-Bus devices. The ACRIOS Wizard simplifies this by guiding technicians through meter detection, data selection, and network setup; reducing installation time and the need for specialised knowledge.
Read more
Technology

Coulomb meter: Everything you need to know

A Coulomb meter measures actual battery charge consumption rather than relying on estimates. This enables realistic end-of-life prediction for IoT metering devices, optimised service intervals, and reduced TCO. How does this technology work in practice, and where does it make the most sense?
Read more
Technology

ACR-EX in water utilities: remote reading of pulse water meters

Pulse water meters are common in water utility networks, but their data often remains on the mechanical register. Learn how existing pulse water meters can be connected to remote reading systems using a pulse converter with display, without replacing the meters.
Read more
Company news

ACRIOS and Quectel announce partnership

ACRIOS Systems and Quectel Wireless Solutions have formed a strategic partnership to support SME manufacturers in adopting modern Linux/Android smart modules. The joint communication outlines the scope and technical goals of the cooperation.
Read more
Opinions and analysis

External or internal? How custom development works

External development helps organisations accelerate project delivery and reduce fixed costs. This article explores when outsourcing truly makes sense, what to consider when selecting a partner, and how to structure collaboration that delivers lasting internal peace.
Read more
How to?

Proven deployment of 10,000 wM-Bus converters for EED

Digitalisation of metering is becoming a strategic priority for utilities. Experience from a project with 10,000 wM-Bus concentrators and 850,000 meters shows that success depends less on technology itself and more on change management, coordination, and structured planning.
Read more
Technology

Choosing a remote reading system for water utilities

Digitalisation brings many ways to read water meters remotely, from bus networks to direct LoRaWAN and NB-IoT communication. Learn how to choose the right approach for your utility based on existing meters, coverage conditions, and investment strategy.
Read more
Opinions and analysis

Open data interfaces pay off for reporting and integration

An open data interface means freedom and independence when working with data. Beyond storing and visualising, it enables export, reporting, automation and smooth integration with other systems. The result is greater flexibility, lower vendor lock-in and sustainable data management.
Read more
Opinions and analysis

15-minute vs daily meter readings frequency explained

How often should you measure energy and water consumption? Fifteen-minute meter reading frequency supports detailed analysis and real-time optimisation, while daily data extend battery life and simplify reporting. Learn about the benefits, trade-offs, and use cases from practice.
Read more
Technology

Scripting in IoT: Flexibility, sustainability, and protection

Many IoT deployments fail when each new customer request requires a firmware change. Scripting solves that by separating customer logic from core functions, it enables faster updates, long-term maintenance, and secure control over unique features.
Read more
Technology

Gas meter data to dashboard: ACR-EX meets Datacake

Get your gas meter data online in minutes with the ACR-EX datalogger and its direct Datacake integration. This reliable NB-IoT solution provides live readings, alerts, and a ready-to-use dashboard. All without the need to develop or maintain your own backend infrastructure.
Read more
Compliance

EPBD is coming: what BACS means for your building

Let’s break down what the BACS mandate, part of EU’s broader initiative EPDB directive, means in practice. Who must comply, which systems and protocols to use, and how to modernise your building with minimal effort using your existing infrastructure.
Read more
Opinions and analysis

When DTLS makes sense. Know before you deploy

Let’s explore when DTLS (Datagram Transport Layer Security) brings real security value to NB-IoT deployments and when it’s smarter to choose a simpler or more energy-efficient alternative. Get clarity before committing to your next smart metering rollout.
Read more
Opinions and analysis

Not your keys, not your hardware

AES encryption protects your data. But without the keys, you don’t really own the device. This article explains why requesting encryption keys matters when purchasing IoT meters, and how it gives you full control over data, integration, and long-term independence.
Read more
Technology

868 MHz or 433 MHz? The right choice for your wM-Bus

Looking for a wireless M-Bus converter but unsure which frequency band to choose? This article compares 868 MHz and 433 MHz, explains key technical differences, and offers practical guidance based on meter compatibility, signal conditions, and installation environments.
Read more
How to?

Everything you need to know, documented. ACRIOS wiki.

One place to find answers to all your technical questions. The ACRIOS wiki simplifies technical communication by bringing together everything needed for configuration, installation, and integration. Online, accessible, and continuously updated.
Read more
Technology

End-to-end custom hardware and software development

Ready-made products can work. Until they don’t. When specific requirements emerge, a custom development approach offers the flexibility to design both hardware and software precisely for the task. Whether it’s a new solution or an upgrade to existing systems.
Read more
How to?

How to collect energy data to support ISO 50001

Energy efficiency is no longer just a buzzword. With rising energy costs and increasing regulatory pressure, frameworks like ISO 50001 are becoming essential. But to optimise energy use, organisations first need one thing: structured, reliable consumption data.
Read more
How to?

Lowering IoT TCO through smart manufacturing

The price tag is just the beginning. Real savings come from what happens after deployment – device setup, integration, maintenance and optimisation. Manufacturers can make all of this easier and cheaper, without compromising on performance.
Read more
How to?

Reading Sensus meters with zero hardware changes

Unifying meter readings across different protocols doesn’t have to mean replacing hardware or relying on a single vendor. Our solution connects even legacy Sensus meters (now part of the Xylem group) into a unified system – without the need to replace your existing devices.
Read more
Opinions and analysis

Why 15-minute data matters in district heating

15-minute interval readings help clarify heat pricing, detect anomalies and reduce billing complaints. They also support transparent cost allocation, a must as dynamic tariffs and EU rules raise the bar. With our converters, you can enable them without replacing your meters.
Read more
How to?

Give me a tool that works. Not a manual.

In the field, there’s no time for unnecessary clicks or second guesses. When every minute costs money, configuration needs to be fast, reliable, and dead simple. Let's have a look at what really works – and why complexity doesn’t belong at the installation site.
Read more
Compliance

5 most common myths about remote meter reading

From 2027, remote meter reading will be mandatory under the European Efficiency Directive. Yet despite growing availability of the technology, many myths and half-truths still surround its implementation. Let's break down five of the most common misconceptions.
Read more
Opinions and analysis

Battery-powered vs wired: What really costs more?

An externally powered data bus may look cheaper on paper. But once you factor in cabling, electrician work, inspections, and long-term upkeep, the story changes. Let's compare and reveal why battery-powered solutions often save more than just money – time, effort, and peace of mind.
Read more
Compliance

Cyber Resilience Act and IoT hardware

The European Union's Cyber Resilience Act significantly reshapes hardware requirements for IoT devices – promoting secure design, manufacturer transparency, and interoperability that is essential for resilience against cybersecurity threats. Learn more about CRA.
Read more
How to?

Next-gen meter readings, no replacements needed

Discover how to modernise your metering system without the high cost of replacing existing meters. With a smart converter, you can enable seamless remote readings using your current infrastructure. Quick to deploy, easy to manage, and fully compliant with EED requirements.
Read more
How to?

Modernising metering infrastructure

Connecting different types of meters into one efficient system can be a major challenge, when dealing with various manufacturers, generations and technologies. Discover how converters offer a smart, cost-effective way to unify even the most diverse metering infrastructures.
Read more
How to?

M-Bus to IoT integration explained

Connecting M-Bus meters to IoT networks like LoRaWAN or NB-IoT is now a critical step in modern utility infrastructure. Discover four practical methods that enable reliable, scalable, and future-ready integration – without complex custom development or delays.
Read more
Opinions and analysis

Understanding TCO: More than just hardware

When investing in new technology, looking beyond the initial hardware cost is more important than crucial. Discover how understanding and managing the total cost of ownership (TCO) can lead to smarter, more sustainable, and financially efficient technology investments.
Read more
Technology

NB-IoT technology: All you need to know

NB-IoT is a low-power, cost-effective IoT technology that ensures reliable connectivity with excellent coverage and security. Ideal for smart cities, industry, energy, and agriculture, it enables efficient communication for a wide range of devices. Let's discover its key features and benefits.
Read more
Technology

LoRaWAN: All you need to know

LoRaWAN is transforming the IoT with its long-range, low-power wireless communication. Ideal for smart cities, agriculture, and industrial automation, it enables efficient, cost-effective, and secure data transmission. Discover how LoRaWAN works and its key benefits.
Read more
Technology

M-Bus, wM-Bus, and RS-485: A technology guide

As cities and industries embrace digital transformation, reliable data collection and communication are essential. M-Bus, Wireless M-Bus (wM-Bus), and RS-485 technologies play a crucial role in smart metering, industrial automation, and infrastructure monitoring.
Read more
Technology

LoRaWAN vs. NB-IoT: Which technology is right for you?

As industries embrace digital transformation, many are upgrading legacy equipment to keep pace with evolving technology. The integration of smart metering and remote monitoring is turning traditional devices into key players in the rapidly expanding IoT ecosystem.
Read more
Technology

Smart metering: What it is and why it matters

Smart metering transforms energy monitoring by real-time insights into electricity, gas, and water use. By upgrading traditional meters with converters, it enables accurate billing, early issue detection, and improved grid efficiency for both consumers and providers.
Read more
Technology

IoT: Technology that saves time and money

If you have been hearing about IoT lately, you are not alone. IoT, short for the Internet of Things, is transforming the way we live and work – saving time, effort, and sometimes hundreds of euros each year and that is why we are leveraging it here at ACRIOS Systems.
Read more
Company news

ACRIOS Systems unveils its brand-new website.

We are excited to introduce new website. With a fresh design and enhanced features, we have created a more intuitive and enjoyable experience. Seamless navigation, improved functionality, and a modern look that makes finding what you need easier. Welcome to our new digital home.
Read more