← Back to Knowledge Base

Using Zigbee Alongside LoRaWAN

Zigbee and LoRaWAN are two of the most widely deployed wireless protocols in IoT, but they serve fundamentally different purposes. Zigbee is a short-range, high-data-rate mesh protocol optimised for in-building deployments. LoRaWAN is a long-range, low-data-rate protocol designed for wide-area coverage with minimal infrastructure. Rather than viewing them as competitors, many IoT deployments benefit from using both protocols together, each covering the scenarios it handles best.

Zigbee: Strengths and Characteristics

Zigbee (specifically Zigbee Pro, based on IEEE 802.15.4) operates in the 2.4 GHz ISM band globally and at 868 MHz in Europe. It is a mesh networking protocol, meaning devices can relay data through each other to extend coverage and provide redundant communication paths.

Key Strengths

  • Mesh networking: Every mains-powered Zigbee device can act as a router, relaying data from neighbouring devices. This self-forming, self-healing mesh provides reliable coverage throughout buildings, even in challenging RF environments.
  • Data throughput: Zigbee supports data rates up to 250 kbps, enabling frequent data reporting (every few seconds) and moderate payload sizes.
  • In-building range: Individual links typically span 10-30 metres indoors through walls, but the mesh topology means the network can cover entire buildings by routing data through intermediate nodes.
  • Low power: Battery-powered Zigbee end devices can operate for years on a single battery by sleeping between transmissions.
  • Large networks: A single Zigbee coordinator can support hundreds of devices, scaling to cover large buildings with many monitoring points.
  • AES-128 encryption: All Zigbee communication is encrypted at the network layer, providing security appropriate for commercial and industrial environments.

Limitations

  • Range: Zigbee is designed for in-building or campus-scale deployments. Covering areas spanning kilometres requires many repeater nodes or is simply impractical.
  • Gateway requirement: Each Zigbee network requires a coordinator/gateway device connected to the internet for cloud connectivity.
  • 2.4 GHz interference: In the 2.4 GHz band, Zigbee shares spectrum with Wi-Fi and Bluetooth. While Zigbee's channel agility and mesh routing mitigate this, heavily congested RF environments can pose challenges.

LoRaWAN: Strengths and Characteristics

LoRaWAN (Long Range Wide Area Network) uses the LoRa physical layer, operating in sub-GHz ISM bands (868 MHz in Europe, 915 MHz in North America). It uses a star-of-stars topology where end devices communicate directly with one or more gateways.

Key Strengths

  • Extreme range: LoRa signals can travel 2-15 km in urban environments and up to 40 km or more in rural line-of-sight conditions. A single gateway can cover a large geographic area.
  • Excellent penetration: Sub-GHz frequencies penetrate buildings, underground structures, and dense vegetation better than 2.4 GHz signals.
  • Ultra-low power: LoRaWAN end devices are optimised for battery operation, with some achieving 10+ years on a single battery.
  • Minimal infrastructure: One or a few gateways can cover an entire campus, town, or rural area, reducing deployment cost for geographically dispersed sensors.
  • Public and private networks: LoRaWAN can be deployed on private gateways or via public network operators (such as The Things Network or Helium).

Limitations

  • Low data rate: LoRaWAN's maximum data rate is approximately 11 kbps (SF7 in Europe), and practical throughput per device is much lower due to duty cycle regulations. Typical payloads are 10-50 bytes.
  • Limited uplink frequency: Due to regulatory duty cycle restrictions (1% in most European sub-bands), devices can typically only transmit a few times per hour at lower data rates.
  • No mesh networking: LoRaWAN uses a star topology. End devices communicate directly with gateways and cannot relay data through each other (though Class B and Class C introduce some bi-directional capabilities).
  • Latency: LoRaWAN is designed for delay-tolerant applications. Real-time monitoring with second-level reporting is not practical.

Why Combine Zigbee and LoRaWAN?

Many real-world IoT deployments have requirements that neither protocol can satisfy alone. A hybrid architecture using both Zigbee and LoRaWAN can address a wider range of use cases:

Scenario 1: Building-Level and Campus-Level Monitoring

Consider a university campus with 20 buildings. Inside each building, detailed electrical monitoring requires frequent data reporting (every 10 seconds) from dozens of sensors at each distribution board. This is a natural fit for Zigbee, with a gateway in each building collecting data from a mesh network of sensors.

Across the campus, there are also environmental sensors (outdoor temperature, solar irradiance), water meters in remote locations, and utility meters at the campus boundary. These devices report infrequently (every 15-60 minutes), are spread across a large area, and may not have convenient access to power or Ethernet. LoRaWAN is ideal here: a single gateway on the roof of a tall building can cover the entire campus.

Scenario 2: Multi-Site Portfolio Monitoring

A property management company monitors energy consumption across a portfolio of 50 commercial buildings. Each building has an EpiSensor Gateway with Zigbee sensors for detailed electrical monitoring. At some remote sites (unmanned substations, car parks, telecommunications towers), only basic consumption and environmental data is needed. LoRaWAN sensors at these sites report data directly to a shared LoRaWAN network, avoiding the need for a full Zigbee deployment at each location.

Scenario 3: Indoor Detail with Outdoor Context

A manufacturing facility uses Zigbee for detailed power monitoring of production equipment inside the factory. Outside, LoRaWAN sensors monitor gas meters, water flow meters, fuel tank levels, and weather conditions across a large industrial site. Both data streams feed into the same cloud platform, providing a complete operational picture.

Integration Architecture

Combining Zigbee and LoRaWAN data requires a common integration layer. The typical architecture is:

  1. Zigbee sensors communicate with an EpiSensor Gateway via the ZigBee mesh network. The Gateway forwards data to the cloud platform via Ethernet or cellular.
  2. LoRaWAN sensors communicate with a LoRaWAN gateway (or public network), which forwards data to a LoRaWAN Network Server (LNS).
  3. The cloud platform ingests data from both the EpiSensor Gateway (via MQTT or HTTPS) and the LoRaWAN Network Server (via webhook, MQTT, or integration API), normalising it into a unified data model.

The key technical consideration is data normalisation: ensuring that data from both protocols is stored with consistent timestamps, units, and device identifiers so it can be queried and visualised together.

Practical Considerations

Data Granularity

Zigbee sensors can report every few seconds, providing high-resolution data suitable for real-time monitoring, demand response, and power quality analysis. LoRaWAN sensors typically report every 15-60 minutes, providing trend-level data suitable for billing verification, long-term consumption tracking, and environmental monitoring. Your analytics and dashboards should accommodate both resolutions.

Network Management

Operating two wireless protocols means managing two sets of infrastructure. Zigbee networks are managed through the EpiSensor Gateway, while LoRaWAN networks require a separate network server. Consider the operational overhead of maintaining both, and whether the benefits of the hybrid approach justify the additional complexity for your specific deployment.

Security

Both Zigbee and LoRaWAN provide encryption (AES-128 for Zigbee, AES-128 for LoRaWAN application and network layers). Ensure that encryption keys are properly managed for both networks and that data in transit to the cloud platform is protected with TLS.

EpiSensor and LoRaWAN

EpiSensor's core platform uses Zigbee for its in-building sensor networks, taking advantage of mesh networking for reliable, high-frequency data collection. For deployments that also require wide-area coverage, EpiSensor Core can ingest data from LoRaWAN sensors via standard integration protocols (MQTT, webhooks), presenting both data streams in a unified interface.

This hybrid approach gives customers the best of both worlds: detailed, real-time monitoring inside buildings with Zigbee, and cost-effective wide-area coverage with LoRaWAN where needed.

Planning a Hybrid IoT Deployment?

Talk to our team about combining Zigbee and LoRaWAN for comprehensive monitoring across your sites.

Contact Us

Need Help With Your Energy Monitoring Project?

Talk to our team about deploying wireless energy monitoring or demand response infrastructure.