Closed ScumbagSteve closed 1 year ago
Hi, the CC26X2R1 have not real limit, I'd in some cases more as 200 devices online, in the moment the Zigbee Adapter 1.6.18 running with 196 Devices fine: 2022-04-24 10:21:58.949 - info: zigbee.0 (507100) Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20220219}} 2022-04-24 10:21:58.957 - info: zigbee.0 (507100) Unable to disable LED, unsupported function. 2022-04-24 10:21:58.962 - info: zigbee.0 (507100) --> transmitPower : high 2022-04-24 10:21:58.978 - info: zigbee.0 (507100) Currently 196 devices are joined:
Running in an LXC Debian 10, Node 14, iobroker@latest
Since a few weeks I have the problem that my ZigBee Adapter crashes completely and ioBroker shuts it down, because it detected a bootloop. I have to start manually again, after confirming the restart loop popup. Sometimes it happens 5 times a day, sometimes it doesn't happen a few days. It's incredibly annoying, because I have to open ioBroker, before I can use my lights. I have analyzed the log and the scheme seems to be the same every time. A device announced itself and then the "unhandled promise rejction" seems to crash with the famous "NWK_TABLE_FULL" error.
I have set the ZigBee network on a channel, where almost no WiFi traffic exists. It also happens when no one is at home, and therefore no WiFi traffic, or ZigBee traffic should exist (despit the normal "pings"). I therefore think, the network traffic (which seems to be assumed for this error message), is no the problem.
I have tried upgrading to the latest git version, and after it downgraded. All without effect. I currently assume it's because I went over 100 ZigBee devices in my network. I have removed a few to get below 100 and it seems to work now. I have the CC26X2R1 which should be able to handle >100 devices.
I have also upgraded Node + NPM to different versions, but also without effect.
Node.js:v14.19.1 NPM:6.14.16
Adapter version and Node Version have no impact on this error. The response NWK_TABLE_FULL is considered a critical error in the zigbee-herdsman library. The response itself is generated by the Firmware on your Router. There are 4 possibilities.
A.
Since a few weeks I have the problem that my ZigBee Adapter crashes completely and ioBroker shuts it down, because it detected a bootloop. I have to start manually again, after confirming the restart loop popup. Sometimes it happens 5 times a day, sometimes it doesn't happen a few days. It's incredibly annoying, because I have to open ioBroker, before I can use my lights. I have analyzed the log and the scheme seems to be the same every time. A device announced itself and then the "unhandled promise rejction" seems to crash with the famous "NWK_TABLE_FULL" error.
I have set the ZigBee network on a channel, where almost no WiFi traffic exists. It also happens when no one is at home, and therefore no WiFi traffic, or ZigBee traffic should exist (despit the normal "pings"). I therefore think, the network traffic (which seems to be assumed for this error message), is no the problem.
I have tried upgrading to the latest git version, and after it downgraded. All without effect. I currently assume it's because I went over 100 ZigBee devices in my network. I have removed a few to get below 100 and it seems to work now. I have the CC26X2R1 which should be able to handle >100 devices.
I have also upgraded Node + NPM to different versions, but also without effect.
Node.js:v14.19.1 NPM:6.14.16
Here is the error message scheme: