This repository has been archived on 2026-05-31 . You can view files and clone it, but cannot push or open issues or pull requests.
This alignes the OnOff cluster with the LevelControl cluster in terms of signal behavior: Previously, the OnOff cluster would fire a generic commandSent() signal for some commands and specific signals for others. Effectively forcing the user to connect multiple signals even if only the command would be of interest. The LevelControl cluster instead always fired a generic commandSent() signal and *additionally* more specific signals for parsed parameters. This changes the OnOff cluster to be in line with the LevelCluster as and making the API a bit simpler to use when parameters are not of interest. Also it completes the specific parsing for all 3 clusters.
Implement missing deconz firmware parameters and fix configuration. Factory reset works now properly
nymea-zigbee
This repository contains the nymea-zigbee library and tools.
Supported hardware
Depending on your available hardware following gateway modules are supported
NXP
Note: the firmware erquires an entire rework and implement the APS layer
- JN5168 (SoM)
- JN5169 (USB Stick)
deCONZ
- 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
Description
Languages
C++
99%
QMake
0.6%
Shell
0.2%
C
0.1%