I have only three sonoff SNZB-02P temperature sensors, one xiaomi aqara temperature sensor, one TS011F-plug and one xiaomi light sensor connected to my zigate and yet I repeatedly get the following error:
"No free simultaneous data request handles (resource error) - the number of handles is set in the Maximum Number of Simultaneous Data Requests field of the APS layer configuration section of the ZPS Configuration Editor"
- Spoiler: show
- 0:
Time: "17/11/2024 17:33:24"
PermitToJoin: Object {"Duration":0,"Starttime":1731852478}
PluginHealth: "Ready"
Thread: "ZiGateSerial_25 5602"
nwkid: "None"
Module: "TransportProto"
message: "NXP_Extended_Error_Code - Extended Error Code: [82] No free simultaneous data request handles (resource error) - the number of handles is set in the Maximum Number of Simultaneous Data Requests field of the APS layer configuration section of the ZPS Configuration Editor"
context:
Error code: "TRANS-PROTO-01"
ExtendedErrorCode: "82"
ExtendedError: "No free simultaneous data request handles (resource error) - the number of handles is set in the Maximum Number of Simultaneous Data Requests field of the APS layer configuration section of the ZPS Configuration Editor"
nPDU: 10
aPDU: 0
StackTrace: " File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run() File "/usr/lib/python3.9/threading.py", line 892, in run self._target(*self._args, **self._kwargs) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/readSerial.py", line 121, in serial_read_write_from_zigate if not serial_read_from_zigate(self): File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/readSerial.py", line 142, in serial_read_from_zigate decode_and_split_message(self, data) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/readDecoder.py", line 39, in decode_and_split_message process_frame(self, AsciiMsg) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/instrumentation.py", line 24, in f_out result = f_in(self, decoded_frame) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/handleProtocol.py", line 79, in process_frame NXP_Extended_Error_Code(self, MsgData) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/handleProtocol.py", line 160, in NXP_Extended_Error_Code self.logging_proto("Error", "NXP_Extended_Error_Code - Extended Error Code: [%s] %s" % (MsgData, StatusMsg), _context=context) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/Transport.py", line 312, in logging_proto self.log.logging("TransportProto", logType, message, context=_context) "
1:
Time: "17/11/2024 17:33:24"
PermitToJoin: Object {"Duration":0,"Starttime":1731852478}
PluginHealth: "Ready"
Thread: "ZiGateSerial_25 5602"
nwkid: "None"
Module: "TransportProto"
message: "NXP_Extended_Error_Code - Extended Error Code: [89] Bad parameter has been found while processing an APSDE request or response"
context:
Error code: "TRANS-PROTO-01"
ExtendedErrorCode: "89"
ExtendedError: "Bad parameter has been found while processing an APSDE request or response"
nPDU: 10
aPDU: 0
StackTrace: " File "/usr/lib/python3.9/threading.py", line 912, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run() File "/usr/lib/python3.9/threading.py", line 892, in run self._target(*self._args, **self._kwargs) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/readSerial.py", line 121, in serial_read_write_from_zigate if not serial_read_from_zigate(self): File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/readSerial.py", line 142, in serial_read_from_zigate decode_and_split_message(self, data) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/readDecoder.py", line 39, in decode_and_split_message process_frame(self, AsciiMsg) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/instrumentation.py", line 24, in f_out result = f_in(self, decoded_frame) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/handleProtocol.py", line 79, in process_frame NXP_Extended_Error_Code(self, MsgData) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/handleProtocol.py", line 160, in NXP_Extended_Error_Code self.logging_proto("Error", "NXP_Extended_Error_Code - Extended Error Code: [%s] %s" % (MsgData, StatusMsg), _context=context) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigateTransport/Transport.py", line 312, in logging_proto self.log.logging("TransportProto", logType, message, context=_context) "
Can someone help me please?