Skip to main content

zigbee

Create and manage Zigbee 3.0 mesh networks with support for 65,000+ devices per network.

Overview

The zigbee node enables creation and management of Zigbee 3.0 mesh networks. Connect smart home devices, sensors, and actuators through a self-healing mesh that supports over 65,000 devices per network with low power consumption and reliable communication.

Zigbee 3.0
Standard
2.4GHz
Frequency
Self-healing
Mesh
65K
Devices

Properties

Property Type Required Default Description
coordinator string Yes - USB dongle port (e.g., /dev/ttyACM0)
panId string No auto Network Personal Area Network ID
channel number No 11 Zigbee channel (11-26)
permitJoin boolean No false Allow new devices to join the network
networkKey string No auto 128-bit network encryption key
groupId number No - Group ID for multicast commands
bindingTable array No [] Device binding configurations

Inputs

Permit Join
{
  "payload": {
    "command": "permitJoin",
    "duration": 60
  }
}
Send Command
{
  "payload": {
    "device": "0x00158D0001A2B3C4",
    "cluster": "genOnOff",
    "command": "toggle"
  }
}

Outputs

Device Report
{
  "payload": {
    "device": "0x00158D0001A2B3C4",
    "endpoint": 1,
    "cluster": "temperature",
    "value": 22.5,
    "linkQuality": 180
  }
}
Device Joined
{
  "payload": {
    "event": "deviceJoined",
    "device": "0x00158D0001A2B3C4",
    "model": "SNZB-02",
    "manufacturer": "Sonoff"
  }
}

Use Case Examples

Smart Lighting

Control Zigbee bulbs and light strips with dimming, color temperature, and group control via mesh network.

Climate Control

Monitor temperature and humidity sensors, then automate HVAC and fan control based on readings.

Security Sensors

Connect door/window sensors, motion detectors, and water leak sensors for comprehensive home security.

Energy Management

Monitor power consumption with smart plugs and automate energy-saving schedules across devices.

Tips & Best Practices

Use a dedicated Zigbee coordinator like CC2652 or ConBee II for best compatibility and performance.

Channel 25 avoids most Wi-Fi interference. Check your Wi-Fi channel and pick a non-overlapping Zigbee channel.

Add mains-powered Zigbee devices (like smart plugs) as routers to extend mesh coverage and reliability.

Related Nodes