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.
Michael Zanetti 806065ff5c Timeout ZDO replies
I've been observing devices that won't reply to ZDO node descriptor requests,
at least not on the first attempt as well as out-of-spec devices which claim
to have an endpoint x but then won't reply on getting the endpoint descriptor.

I have a Lumi (lumi.sensor_switch.aq2) button here which allows to reproduce
both of those. It will never reply on the first attemt.

Anyhow, it happens that the ZDO, waiting on the data indication never finishes
because there does not seem to be a timeout connected to it and it fails initialisation.
Adding a timeout, the code retries and it seems to succeed on the second attempt.
2022-03-07 12:07:40 +01:00
2021-12-11 00:30:29 +01:00
2022-03-07 12:07:40 +01:00
2017-10-17 14:55:11 +02:00
2017-10-25 21:07:05 +02:00
2020-01-23 00:21:06 +01:00

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
No description provided
Readme 45 MiB
Languages
C++ 99%
QMake 0.6%
Shell 0.2%
C 0.1%