Can someone help me out with this error from the zigbee log;
Code: Select all
"Issue in request 018002001aff000104020101010298080200008c03, dumping stack: Traceback (most recent call last): File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread forward_message(self, message) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 31, in f_out result = f_in(self, message) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message self.F_out(message) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 853, in processFrame ZigateRead(self, Devices, Data) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead _decoding(self, Devices, MsgData, MsgLQI) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 796, in Decode8002 (default_response,GlobalCommand,Sqn,ManufacturerCode,Command,Data,) = retreive_cmd_payload_from_8002(MsgPayload) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/tools.py", line 1050, in retreive_cmd_payload_from_8002 zbee_zcl_ddr = disable_default_response(fcf) File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/tools.py", line 1078, in disable_default_response return (int(fcf,16) & 0x10) >> 4 ValueError: invalid literal for int() with base 16: '' "
Code: Select all
2023-09-27 09:47:44.125 Error: zigbee: forwarder_thread - Error while receiving a Coordinator command
2023-09-27 09:47:44.148 Error: zigbee: Issue in request 018002001aff000104020101010298080200008c03, dumping stack: Traceback (most recent call last):
2023-09-27 09:47:44.148 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-09-27 09:47:44.148 forward_message(self, message)
2023-09-27 09:47:44.148 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 31, in f_out
2023-09-27 09:47:44.148 result = f_in(self, message)
2023-09-27 09:47:44.148 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-09-27 09:47:44.148 self.F_out(message)
2023-09-27 09:47:44.148 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 853, in processFrame
2023-09-27 09:47:44.148 ZigateRead(self, Devices, Data)
2023-09-27 09:47:44.148 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-09-27 09:47:44.148 _decoding(self, Devices, MsgData, MsgLQI)
2023-09-27 09:47:44.148 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 796, in Decode8002
2023-09-27 09:47:44.148 (default_response,GlobalCommand,Sqn,ManufacturerCode,Command,Data,) = retreive_cmd_payload_from_8002(MsgPayload)
2023-09-27 09:47:44.148 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/tools.py", line 1050, in retreive_cmd_payload_from_8002
2023-09-27 09:47:44.148 zbee_zcl_ddr = disable_default_response(fcf)
2023-09-27 09:47:44.148 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/tools.py", line 1078, in disable_default_response
2023-09-27 09:47:44.148 return (int(fcf,16) & 0x10) >> 4
2023-09-27 09:47:44.148 ValueError: invalid literal for int() with base 16: ''