Zigbee library and tools for the nymea IoT stack.
 
 
 
 
Go to file
Michael Zanetti 34ade62e4e Improve Deconz backend version number representation
Dresden Electronics themselves seem to be using the hex
representation in most places. Users are confused why
nymea prints the version so different than the conbee website.
2023-06-11 13:14:25 +02:00
debian Jenkins release build 1.8.0 2023-05-05 11:15:42 +02:00
docs Add support for TI z-Stack based adapters 2022-03-07 11:22:05 +01:00
firmware Add new firmware files for the nxp stack devices 2020-03-18 13:48:39 +01:00
libnymea-zigbee Improve Deconz backend version number representation 2023-06-11 13:14:25 +02:00
zigbee-cli Implement up to start network for nxp 2020-10-13 11:56:53 +02:00
.gitignore Cleaner .gitignore 2022-01-10 00:38:02 +01:00
LICENSE.LGPL3 Update copyright headers 2020-01-23 00:21:06 +01:00
README.md Add support for TI z-Stack based adapters 2022-03-07 11:22:05 +01:00
config.pri Add defs compiler flag and extend zigbee adapter properties 2020-10-28 12:43:30 +01:00
flash add firmware and flash script 2017-10-25 21:07:05 +02:00
nymea-zigbee.pro Fix serial port error declaration for older qt versions 2020-10-21 08:39:35 +02:00

README.md

nymea-zigbee


This repository contains the nymea-zigbee library and tools.

nymea-zigbee is a general purpose ZigBee coordinator library to build ZigBee coordinators/gateways. The provided zigbee-cli is a minimal ZigBee coordinator implementation which allows to host a ZigBee network for devices to join and interact with each other but without interacting with the devices.

For a full fetaured ZigBee coordinator/gateway implementation based on this library, please see https://github.com/nymea/nymea.

Supported ZigBee adapters

TI z-Stack

All USB and serial port adapters based on the Texas Instruments CC1352/CC2652 chipset are supported, provided they are flashed with the z-Stack coordinator firmware.

Pre-built binaries of the firmware are provided by Koenkk: https://github.com/Koenkk/Z-Stack-firmware/tree/master/coordinator

NXP

The following NXP chip based adapters are supported, provided they are flashed with the nymea coordinator firmware found in this repository.

  • JN5168 (SoM)
  • JN5169 (USB Stick)

deCONZ

All deCONZ based adapters are supported, with the standard firmware preinstalled. It is recommended to update to the latest firmware.

  • ConBee
  • RaspBee
  • ConBee II
  • RaspBee II

Hidden base groups

Each sensor/remote cluster will be bound automatically to the sensors group in order to receive commands from the device. The lights group can be used to switch all lights within the network with one command.

  • Sensors: 0xfff0
  • Light: 0xfff1