Code : Tout sélectionner
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:26:48.996 ZigateRead(self, Devices, Data)
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:26:48.996 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:26:48.996 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:26:48.996 read_report_attributes(
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:26:48.996 ReadCluster(
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:26:48.996 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:26:48.996 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:26:48.996 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:26:48.996 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:26:48.996 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:26:48.996 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:26:48.996
2023-03-08 18:26:57.908 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:26:58.004 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf02000008640a0b0529d600ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:26:58.004 forward_message(self, message)
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:26:58.004 result = f_in(self, message)
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:26:58.004 self.F_out(message)
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:26:58.004 ZigateRead(self, Devices, Data)
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:26:58.004 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:26:58.004 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:26:58.004 read_report_attributes(
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:26:58.004 ReadCluster(
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:26:58.004 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:26:58.004 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:26:58.004 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:26:58.004 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:26:58.004 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:26:58.004 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:26:58.004
2023-03-08 18:27:05.446 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:27:05.538 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf02000008650a0b0529c800ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:27:05.538 forward_message(self, message)
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:27:05.538 result = f_in(self, message)
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:27:05.538 self.F_out(message)
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:27:05.538 ZigateRead(self, Devices, Data)
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:27:05.538 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:27:05.538 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:27:05.538 read_report_attributes(
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:27:05.538 ReadCluster(
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:27:05.538 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:27:05.538 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:27:05.538 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:27:05.538 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:27:05.538 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:27:05.538 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:27:05.538
2023-03-08 18:27:14.473 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:27:14.550 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf02000008660a0b0529df00ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:27:14.550 forward_message(self, message)
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:27:14.550 result = f_in(self, message)
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:27:14.550 self.F_out(message)
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:27:14.550 ZigateRead(self, Devices, Data)
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:27:14.550 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:27:14.550 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:27:14.550 read_report_attributes(
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:27:14.550 ReadCluster(
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:27:14.550 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:27:14.550 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:27:14.550 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:27:14.550 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:27:14.550 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:27:14.550 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:27:14.550
2023-03-08 18:27:21.986 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:27:22.080 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf02000008670a0b05292402ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:27:22.080 forward_message(self, message)
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:27:22.080 result = f_in(self, message)
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:27:22.080 self.F_out(message)
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:27:22.080 ZigateRead(self, Devices, Data)
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:27:22.080 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:27:22.080 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:27:22.080 read_report_attributes(
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:27:22.080 ReadCluster(
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:27:22.080 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:27:22.080 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:27:22.080 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:27:22.080 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:27:22.080 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:27:22.080 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:27:22.080
2023-03-08 18:27:29.541 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:27:29.616 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf02000008680a0b05297c01ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:27:29.616 forward_message(self, message)
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:27:29.616 result = f_in(self, message)
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:27:29.616 self.F_out(message)
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:27:29.616 ZigateRead(self, Devices, Data)
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:27:29.616 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:27:29.616 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:27:29.616 read_report_attributes(
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:27:29.616 ReadCluster(
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:27:29.616 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:27:29.616 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:27:29.616 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:27:29.616 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:27:29.616 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:27:29.616 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:27:29.616
2023-03-08 18:27:38.526 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:27:38.613 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf02000008690a0b0529cd00ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:27:38.613 forward_message(self, message)
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:27:38.613 result = f_in(self, message)
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:27:38.613 self.F_out(message)
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:27:38.613 ZigateRead(self, Devices, Data)
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:27:38.613 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:27:38.613 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:27:38.613 read_report_attributes(
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:27:38.613 ReadCluster(
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:27:38.613 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:27:38.613 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:27:38.613 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:27:38.613 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:27:38.613 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:27:38.613 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:27:38.613
2023-03-08 18:28:02.612 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:28:02.687 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf020000086a0a0b0529b900ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:28:02.687 forward_message(self, message)
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:28:02.687 result = f_in(self, message)
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:28:02.687 self.F_out(message)
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:28:02.687 ZigateRead(self, Devices, Data)
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:28:02.687 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:28:02.687 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:28:02.687 read_report_attributes(
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:28:02.687 ReadCluster(
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:28:02.687 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:28:02.687 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:28:02.687 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:28:02.687 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:28:02.687 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:28:02.687 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:28:02.687
2023-03-08 18:28:10.136 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:28:10.222 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf020000086c0a0b0529ab00ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:28:10.222 forward_message(self, message)
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:28:10.222 result = f_in(self, message)
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:28:10.222 self.F_out(message)
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:28:10.222 ZigateRead(self, Devices, Data)
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:28:10.222 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:28:10.222 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:28:10.222 read_report_attributes(
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:28:10.222 ReadCluster(
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:28:10.222 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:28:10.222 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:28:10.222 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:28:10.222 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:28:10.222 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:28:10.222 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:28:10.222
2023-03-08 18:28:26.697 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:28:26.774 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf020000086d0a0b05292101ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:28:26.774 forward_message(self, message)
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:28:26.774 result = f_in(self, message)
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:28:26.774 self.F_out(message)
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:28:26.774 ZigateRead(self, Devices, Data)
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:28:26.774 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:28:26.774 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:28:26.774 read_report_attributes(
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:28:26.774 ReadCluster(
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:28:26.774 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:28:26.774 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:28:26.774 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:28:26.774 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:28:26.774 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:28:26.774 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:28:26.774
2023-03-08 18:28:35.696 Error: Conbee2: forwarder_thread - Error while receiving a Coordinator command
2023-03-08 18:28:35.773 Error: Conbee2: Issue in request 018002002aff0001040b0401010288bf020000086e0a0b0529fb00ff03, dumping stack: Traceback (most recent call last):
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 41, in forwarder_thread
2023-03-08 18:28:35.773 forward_message(self, message)
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/instrumentation.py", line 30, in f_out
2023-03-08 18:28:35.773 result = f_in(self, message)
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Classes/ZigpyTransport/forwarderThread.py", line 57, in forward_message
2023-03-08 18:28:35.773 self.F_out(message)
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/plugin.py", line 849, in processFrame
2023-03-08 18:28:35.773 ZigateRead(self, Devices, Data)
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 187, in ZigateRead
2023-03-08 18:28:35.773 _decoding(self, Devices, MsgData, MsgLQI)
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 2951, in Decode8102
2023-03-08 18:28:35.773 scan_attribute_reponse(self, Devices, MsgSQN, i_sqn, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgData, "8102")
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3017, in scan_attribute_reponse
2023-03-08 18:28:35.773 read_report_attributes(
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/input.py", line 3073, in read_report_attributes
2023-03-08 18:28:35.773 ReadCluster(
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readClusters.py", line 195, in ReadCluster
2023-03-08 18:28:35.773 process_cluster_attribute_response( self, Devices, MsgSQN, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, MsgAttType, MsgAttSize, MsgClusterData, Source, )
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 98, in process_cluster_attribute_response
2023-03-08 18:28:35.773 value = compute_attribute_value( self, MsgSrcAddr, MsgSrcEp, MsgClusterId, MsgAttrID, value, _eval_inputs, _eval_formula, _function)
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/readZclClusters.py", line 395, in compute_attribute_value
2023-03-08 18:28:35.773 return func( self, nwkid, ep, cluster, attribut, value )
2023-03-08 18:28:35.773 File "/home/pi/domoticz/plugins/Domoticz-Zigbee/Modules/zclClusterHelpers.py", line 366, in compute_electrical_measurement_conso
2023-03-08 18:28:35.773 divisor = int( self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId][ divisor_attribute ] if ( MsgSrcEp in self.ListOfDevices[NwkId]["Ep"] and MsgClusterId in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp] and divisor_attribute in self.ListOfDevices[NwkId]["Ep"][MsgSrcEp][MsgClusterId] ) else 1 )
2023-03-08 18:28:35.773 ValueError: invalid literal for int() with base 10: '000a'
2023-03-08 18:28:35.773
je sens que le backup de la version develop va vite servir pour recupere une installation "propre".