below I try to capture the debug for changing the color picker, if this helps. ``` 2022-12-30 21:28:32.642 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=E6], lastHopLqi=255, lastHopRssi=-31, sender=EAC8, bindingIndex=255, addressIndex=255, messageContents=08 6E 0A 00 00 20 FE] 2022-12-30 21:28:32.643 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=EAC8/1, destinationAddress=0000/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=E6, rssi=-31, lqi=FF, payload=08 6E 0A 00 00 20 FE] 2022-12-30 21:28:32.645 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 4C5BB3FFFE73BA51: Node update. NWK Address=NULL 2022-12-30 21:28:32.646 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 4C5BB3FFFE73BA51: Node EAC8 is not updated from ZigBeeNode [state=ONLINE, IEEE=4C5BB3FFFE73BA51, NWK=----, endpoints=[]] 2022-12-30 21:28:32.647 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=6E, commandId=10] 2022-12-30 21:28:32.649 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Level Control: EAC8/1 -> 0000/1, cluster=0008, TID=6E, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=254]]] 2022-12-30 21:28:32.650 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Level Control: EAC8/1 -> 0000/1, cluster=0008, TID=6E, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=254]]] 2022-12-30 21:28:32.653 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 4C5BB3FFFE73BA51: Added transaction to queue, len=1, transaction=ZigBeeTransaction [ieeeAddress=4C5BB3FFFE73BA51 queueTime=0, state=WAITING, sendCnt=0, command=DefaultResponse [Level Control: 0000/0 -> EAC8/1, cluster=0008, TID=6E, commandIdentifier=10, statusCode=SUCCESS]] 2022-12-30 21:28:32.655 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:28:32.656 [DEBUG] [transaction.ZigBeeTransactionManager] - EAC8/1: Sending ZigBeeTransaction [ieeeAddress=4C5BB3FFFE73BA51 queueTime=4, state=WAITING, sendCnt=0, command=DefaultResponse [Level Control: 0000/0 -> EAC8/1, cluster=0008, TID=6E, commandIdentifier=10, statusCode=SUCCESS]] 2022-12-30 21:28:32.658 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:28:32.659 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: DefaultResponse [Level Control: 0000/0 -> EAC8/1, cluster=0008, TID=6E, commandIdentifier=10, statusCode=SUCCESS] 2022-12-30 21:28:32.661 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=6E, commandId=11] 2022-12-30 21:28:32.662 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=EAC8/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=FB, rssi=--, lqi=--, payload=10 6E 0B 0A 00] 2022-12-30 21:28:32.672 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=C5] 2022-12-30 21:28:32.692 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=EAC8, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=C5], messageTag=6E, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:28:32.693 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=6E state=RX_ACK 2022-12-30 21:28:32.695 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=6E, state=RX_ACK, outstanding=1 2022-12-30 21:28:32.696 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=4C5BB3FFFE73BA51 queueTime=44, state=COMPLETE, sendCnt=1, command=DefaultResponse [Level Control: 0000/0 -> EAC8/1, cluster=0008, TID=6E, commandIdentifier=10, statusCode=SUCCESS]] 2022-12-30 21:28:32.697 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:28:32.698 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 4C5BB3FFFE73BA51: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:28:32.699 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=0, sleepy=0/3 2022-12-30 21:28:32.700 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction state changed: nwk=EAC8, TID=6E, event=RX_ACK, state=COMPLETE 2022-12-30 21:28:32.991 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=E7], lastHopLqi=255, lastHopRssi=-32, sender=EAC8, bindingIndex=255, addressIndex=255, messageContents=08 6F 0A 00 00 10 00] 2022-12-30 21:28:32.992 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=EAC8/1, destinationAddress=0000/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=E7, rssi=-32, lqi=FF, payload=08 6F 0A 00 00 10 00] 2022-12-30 21:28:32.993 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 4C5BB3FFFE73BA51: Node update. NWK Address=NULL 2022-12-30 21:28:32.994 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 4C5BB3FFFE73BA51: Node EAC8 is not updated from ZigBeeNode [state=ONLINE, IEEE=4C5BB3FFFE73BA51, NWK=----, endpoints=[]] 2022-12-30 21:28:32.995 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=6F, commandId=10] 2022-12-30 21:28:32.996 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [On/Off: EAC8/1 -> 0000/1, cluster=0006, TID=6F, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:28:32.998 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [On/Off: EAC8/1 -> 0000/1, cluster=0006, TID=6F, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:28:32.999 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 4C5BB3FFFE73BA51: Added transaction to queue, len=1, transaction=ZigBeeTransaction [ieeeAddress=4C5BB3FFFE73BA51 queueTime=0, state=WAITING, sendCnt=0, command=DefaultResponse [On/Off: 0000/0 -> EAC8/1, cluster=0006, TID=6F, commandIdentifier=10, statusCode=SUCCESS]] 2022-12-30 21:28:33.000 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:28:33.002 [DEBUG] [transaction.ZigBeeTransactionManager] - EAC8/1: Sending ZigBeeTransaction [ieeeAddress=4C5BB3FFFE73BA51 queueTime=2, state=WAITING, sendCnt=0, command=DefaultResponse [On/Off: 0000/0 -> EAC8/1, cluster=0006, TID=6F, commandIdentifier=10, statusCode=SUCCESS]] 2022-12-30 21:28:33.003 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:28:33.004 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: DefaultResponse [On/Off: 0000/0 -> EAC8/1, cluster=0006, TID=6F, commandIdentifier=10, statusCode=SUCCESS] 2022-12-30 21:28:33.005 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=6F, commandId=11] 2022-12-30 21:28:33.005 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=EAC8/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=FC, rssi=--, lqi=--, payload=10 6F 0B 0A 00] 2022-12-30 21:28:33.015 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=C6] 2022-12-30 21:28:33.035 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=EAC8, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=C6], messageTag=6F, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:28:33.037 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=6F state=RX_ACK 2022-12-30 21:28:33.038 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=6F, state=RX_ACK, outstanding=1 2022-12-30 21:28:33.039 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=4C5BB3FFFE73BA51 queueTime=40, state=COMPLETE, sendCnt=1, command=DefaultResponse [On/Off: 0000/0 -> EAC8/1, cluster=0006, TID=6F, commandIdentifier=10, statusCode=SUCCESS]] 2022-12-30 21:28:33.040 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:28:33.041 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 4C5BB3FFFE73BA51: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:28:33.041 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=0, sleepy=0/3 2022-12-30 21:28:33.042 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction state changed: nwk=EAC8, TID=6F, event=RX_ACK, state=COMPLETE 2022-12-30 21:28:37.617 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=DB], lastHopLqi=255, lastHopRssi=-31, sender=D67C, bindingIndex=255, addressIndex=255, messageContents=08 70 0A 00 00 20 FE] 2022-12-30 21:28:37.619 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=D67C/1, destinationAddress=0000/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=DB, rssi=-31, lqi=FF, payload=08 70 0A 00 00 20 FE] 2022-12-30 21:28:37.620 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - F4B3B1FFFE42365D: Node update. NWK Address=NULL 2022-12-30 21:28:37.622 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - F4B3B1FFFE42365D: Node D67C is not updated from ZigBeeNode [state=ONLINE, IEEE=F4B3B1FFFE42365D, NWK=----, endpoints=[]] 2022-12-30 21:28:37.623 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=70, commandId=10] 2022-12-30 21:28:37.625 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Level Control: D67C/1 -> 0000/1, cluster=0008, TID=70, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=254]]] 2022-12-30 21:28:37.626 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Level Control: D67C/1 -> 0000/1, cluster=0008, TID=70, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=254]]] 2022-12-30 21:28:37.628 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - F4B3B1FFFE42365D: Added transaction to queue, len=1, transaction=ZigBeeTransaction [ieeeAddress=F4B3B1FFFE42365D queueTime=0, state=WAITING, sendCnt=0, command=DefaultResponse [Level Control: 0000/0 -> D67C/1, cluster=0008, TID=70, commandIdentifier=10, statusCode=SUCCESS]] 2022-12-30 21:28:37.629 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:28:37.631 [DEBUG] [transaction.ZigBeeTransactionManager] - D67C/1: Sending ZigBeeTransaction [ieeeAddress=F4B3B1FFFE42365D queueTime=3, state=WAITING, sendCnt=0, command=DefaultResponse [Level Control: 0000/0 -> D67C/1, cluster=0008, TID=70, commandIdentifier=10, statusCode=SUCCESS]] 2022-12-30 21:28:37.632 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:28:37.633 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: DefaultResponse [Level Control: 0000/0 -> D67C/1, cluster=0008, TID=70, commandIdentifier=10, statusCode=SUCCESS] 2022-12-30 21:28:37.635 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=70, commandId=11] 2022-12-30 21:28:37.636 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=D67C/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=FD, rssi=--, lqi=--, payload=10 70 0B 0A 00] 2022-12-30 21:28:37.645 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=C7] 2022-12-30 21:28:37.677 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=D67C, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=C7], messageTag=70, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:28:37.678 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=70 state=RX_ACK 2022-12-30 21:28:37.679 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=70, state=RX_ACK, outstanding=1 2022-12-30 21:28:37.680 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=F4B3B1FFFE42365D queueTime=52, state=COMPLETE, sendCnt=1, command=DefaultResponse [Level Control: 0000/0 -> D67C/1, cluster=0008, TID=70, commandIdentifier=10, statusCode=SUCCESS]] 2022-12-30 21:28:37.681 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:28:37.682 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - F4B3B1FFFE42365D: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:28:37.683 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=0, sleepy=0/3 2022-12-30 21:28:37.684 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction state changed: nwk=D67C, TID=70, event=RX_ACK, state=COMPLETE 2022-12-30 21:28:37.961 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=DC], lastHopLqi=255, lastHopRssi=-31, sender=D67C, bindingIndex=255, addressIndex=255, messageContents=08 71 0A 00 00 10 00] 2022-12-30 21:28:37.963 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=D67C/1, destinationAddress=0000/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=DC, rssi=-31, lqi=FF, payload=08 71 0A 00 00 10 00] 2022-12-30 21:28:37.964 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - F4B3B1FFFE42365D: Node update. NWK Address=NULL 2022-12-30 21:28:37.966 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - F4B3B1FFFE42365D: Node D67C is not updated from ZigBeeNode [state=ONLINE, IEEE=F4B3B1FFFE42365D, NWK=----, endpoints=[]] 2022-12-30 21:28:37.968 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=71, commandId=10] 2022-12-30 21:28:37.970 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [On/Off: D67C/1 -> 0000/1, cluster=0006, TID=71, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:28:37.971 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [On/Off: D67C/1 -> 0000/1, cluster=0006, TID=71, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:28:37.973 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - F4B3B1FFFE42365D: Added transaction to queue, len=1, transaction=ZigBeeTransaction [ieeeAddress=F4B3B1FFFE42365D queueTime=0, state=WAITING, sendCnt=0, command=DefaultResponse [On/Off: 0000/0 -> D67C/1, cluster=0006, TID=71, commandIdentifier=10, statusCode=SUCCESS]] 2022-12-30 21:28:37.974 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:28:37.975 [DEBUG] [transaction.ZigBeeTransactionManager] - D67C/1: Sending ZigBeeTransaction [ieeeAddress=F4B3B1FFFE42365D queueTime=2, state=WAITING, sendCnt=0, command=DefaultResponse [On/Off: 0000/0 -> D67C/1, cluster=0006, TID=71, commandIdentifier=10, statusCode=SUCCESS]] 2022-12-30 21:28:37.976 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:28:37.977 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: DefaultResponse [On/Off: 0000/0 -> D67C/1, cluster=0006, TID=71, commandIdentifier=10, statusCode=SUCCESS] 2022-12-30 21:28:37.978 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=71, commandId=11] 2022-12-30 21:28:37.978 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=D67C/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=FE, rssi=--, lqi=--, payload=10 71 0B 0A 00] 2022-12-30 21:28:37.988 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=C8] 2022-12-30 21:28:38.019 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=D67C, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=C8], messageTag=71, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:28:38.021 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=71 state=RX_ACK 2022-12-30 21:28:38.022 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=71, state=RX_ACK, outstanding=1 2022-12-30 21:28:38.023 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=F4B3B1FFFE42365D queueTime=50, state=COMPLETE, sendCnt=1, command=DefaultResponse [On/Off: 0000/0 -> D67C/1, cluster=0006, TID=71, commandIdentifier=10, statusCode=SUCCESS]] 2022-12-30 21:28:38.024 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:28:38.025 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - F4B3B1FFFE42365D: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:28:38.025 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=0, sleepy=0/3 2022-12-30 21:28:38.026 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction state changed: nwk=D67C, TID=71, event=RX_ACK, state=COMPLETE 2022-12-30 21:29:00.263 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=000A, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=E8], lastHopLqi=255, lastHopRssi=-30, sender=EAC8, bindingIndex=255, addressIndex=255, messageContents=00 70 00 00 00] 2022-12-30 21:29:00.264 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=EAC8/1, destinationAddress=0000/1, profile=0104, cluster=000A, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=E8, rssi=-30, lqi=FF, payload=00 70 00 00 00] 2022-12-30 21:29:00.266 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 4C5BB3FFFE73BA51: Node update. NWK Address=NULL 2022-12-30 21:29:00.267 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 4C5BB3FFFE73BA51: Node EAC8 is not updated from ZigBeeNode [state=ONLINE, IEEE=4C5BB3FFFE73BA51, NWK=----, endpoints=[]] 2022-12-30 21:29:00.268 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=70, commandId=0] 2022-12-30 21:29:00.269 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - Unsupported local server cluster 000A 2022-12-30 21:29:00.271 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 4C5BB3FFFE73BA51: Added transaction to queue, len=1, transaction=ZigBeeTransaction [ieeeAddress=4C5BB3FFFE73BA51 queueTime=0, state=WAITING, sendCnt=0, command=DefaultResponse [Time: 0000/0 -> EAC8/1, cluster=000A, TID=70, commandIdentifier=0, statusCode=FAILURE]] 2022-12-30 21:29:00.272 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:00.273 [DEBUG] [transaction.ZigBeeTransactionManager] - EAC8/1: Sending ZigBeeTransaction [ieeeAddress=4C5BB3FFFE73BA51 queueTime=3, state=WAITING, sendCnt=0, command=DefaultResponse [Time: 0000/0 -> EAC8/1, cluster=000A, TID=70, commandIdentifier=0, statusCode=FAILURE]] 2022-12-30 21:29:00.275 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:00.276 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: DefaultResponse [Time: 0000/0 -> EAC8/1, cluster=000A, TID=70, commandIdentifier=0, statusCode=FAILURE] 2022-12-30 21:29:00.277 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=70, commandId=11] 2022-12-30 21:29:00.279 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=EAC8/1, profile=0104, cluster=000A, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=FF, rssi=--, lqi=--, payload=18 70 0B 00 01] 2022-12-30 21:29:00.280 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - Incoming message from node EAC8 did not translate to command 2022-12-30 21:29:00.288 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=C9] 2022-12-30 21:29:00.308 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=EAC8, apsFrame=EmberApsFrame [profileId=0104, clusterId=000A, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=C9], messageTag=70, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:00.310 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=70 state=RX_ACK 2022-12-30 21:29:00.311 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=70, state=RX_ACK, outstanding=1 2022-12-30 21:29:00.312 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=4C5BB3FFFE73BA51 queueTime=42, state=COMPLETE, sendCnt=1, command=DefaultResponse [Time: 0000/0 -> EAC8/1, cluster=000A, TID=70, commandIdentifier=0, statusCode=FAILURE]] 2022-12-30 21:29:00.314 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:00.315 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 4C5BB3FFFE73BA51: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:00.316 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=0, sleepy=0/3 2022-12-30 21:29:00.317 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction state changed: nwk=EAC8, TID=70, event=RX_ACK, state=COMPLETE 2022-12-30 21:29:50.546 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=1, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=--, level=3, transitionTime=10]] 2022-12-30 21:29:50.547 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:50.548 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=2, state=WAITING, sendCnt=0, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=45, level=3, transitionTime=10]] 2022-12-30 21:29:50.549 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:50.550 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=45, level=3, transitionTime=10] 2022-12-30 21:29:50.551 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=45, commandId=4] 2022-12-30 21:29:50.552 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=00, rssi=--, lqi=--, payload=01 45 04 03 0A 00] 2022-12-30 21:29:50.553 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=1, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=--, hue=172, saturation=116, transitionTime=10]] 2022-12-30 21:29:50.554 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:50.561 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=CA] 2022-12-30 21:29:50.598 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:50.614 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=79], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 45 0B 04 00] 2022-12-30 21:29:50.616 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=79, rssi=-11, lqi=FF, payload=08 45 0B 04 00] 2022-12-30 21:29:50.617 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:50.619 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:50.620 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=45, commandId=11] 2022-12-30 21:29:50.621 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=45, commandIdentifier=4, statusCode=SUCCESS] 2022-12-30 21:29:50.622 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=45, commandIdentifier=4, statusCode=SUCCESS] 2022-12-30 21:29:50.624 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=77, state=COMPLETE, sendCnt=1, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=45, level=3, transitionTime=10]] 2022-12-30 21:29:50.625 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:50.625 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:50.626 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:50.627 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=74, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=46, hue=172, saturation=116, transitionTime=10]] 2022-12-30 21:29:50.628 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:50.629 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=46, hue=172, saturation=116, transitionTime=10] 2022-12-30 21:29:50.630 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=46, commandId=6] 2022-12-30 21:29:50.631 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=01, rssi=--, lqi=--, payload=01 46 06 AC 74 0A 00] 2022-12-30 21:29:50.634 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=CA], messageTag=45, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:50.635 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=7A], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 16 0A 00 00 10 00] 2022-12-30 21:29:50.636 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=7A, rssi=-11, lqi=FF, payload=18 16 0A 00 00 10 00] 2022-12-30 21:29:50.637 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:50.639 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:50.640 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=16, commandId=10] 2022-12-30 21:29:50.641 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=16, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:29:50.641 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=16, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:29:50.655 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=7B], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 15 0A 00 00 20 03] 2022-12-30 21:29:50.657 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=7B, rssi=-11, lqi=FF, payload=18 15 0A 00 00 20 03] 2022-12-30 21:29:50.658 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:50.659 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:50.660 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=15, commandId=10] 2022-12-30 21:29:50.661 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=15, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=3]]] 2022-12-30 21:29:50.662 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=15, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=3]]] 2022-12-30 21:29:50.664 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=45 state=RX_ACK 2022-12-30 21:29:50.665 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=45, state=RX_ACK, outstanding=1 2022-12-30 21:29:50.666 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=CB] 2022-12-30 21:29:50.709 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=1, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=OffCommand [On/Off: 0000/0 -> 1834/1, cluster=0006, TID=--]] 2022-12-30 21:29:50.710 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:50.711 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=2, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=--, hue=241, saturation=3, transitionTime=10]] 2022-12-30 21:29:50.711 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:50.714 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=7C], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 46 0B 06 00] 2022-12-30 21:29:50.715 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=7C, rssi=-11, lqi=FF, payload=08 46 0B 06 00] 2022-12-30 21:29:50.716 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:50.717 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:50.718 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=46, commandId=11] 2022-12-30 21:29:50.719 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=46, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:50.719 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=46, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:50.720 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=167, state=COMPLETE, sendCnt=1, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=46, hue=172, saturation=116, transitionTime=10]] 2022-12-30 21:29:50.721 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:50.722 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:50.723 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:50.724 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=15, state=WAITING, sendCnt=0, command=OffCommand [On/Off: 0000/0 -> 1834/1, cluster=0006, TID=47]] 2022-12-30 21:29:50.725 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:50.727 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: OffCommand [On/Off: 0000/0 -> 1834/1, cluster=0006, TID=47] 2022-12-30 21:29:50.728 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=47, commandId=0] 2022-12-30 21:29:50.728 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=02, rssi=--, lqi=--, payload=01 47 00] 2022-12-30 21:29:50.734 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=CB], messageTag=46, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:50.735 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=7D], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 18 0A 00 00 20 AC 01 00 20 74] 2022-12-30 21:29:50.736 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=7D, rssi=-11, lqi=FF, payload=18 18 0A 00 00 20 AC 01 00 20 74] 2022-12-30 21:29:50.737 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:50.738 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:50.739 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=18, commandId=10] 2022-12-30 21:29:50.740 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=18, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=172], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=116]]] 2022-12-30 21:29:50.741 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=18, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=172], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=116]]] 2022-12-30 21:29:50.754 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=CC] 2022-12-30 21:29:50.755 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=7E], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 17 0A 00 00 20 AC 01 00 20 74 01 F0 20 20] 2022-12-30 21:29:50.756 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=7E, rssi=-11, lqi=FF, payload=18 17 0A 00 00 20 AC 01 00 20 74 01 F0 20 20] 2022-12-30 21:29:50.757 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:50.757 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:50.758 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=17, commandId=10] 2022-12-30 21:29:50.759 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=17, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=172], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=116], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:50.760 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=17, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=172], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=116], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:50.762 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=46 state=RX_ACK 2022-12-30 21:29:50.763 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=46, state=RX_ACK, outstanding=1 2022-12-30 21:29:50.764 [DEBUG] [.zsmartsystems.zigbee.zcl.ZclCluster] - 1834/1: Unknown Server attribute in 61441 cluster 768 2022-12-30 21:29:50.775 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:50.785 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=7F], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 47 0B 00 00] 2022-12-30 21:29:50.786 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=7F, rssi=-11, lqi=FF, payload=08 47 0B 00 00] 2022-12-30 21:29:50.786 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:50.787 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:50.788 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=47, commandId=11] 2022-12-30 21:29:50.788 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=47, commandIdentifier=0, statusCode=SUCCESS] 2022-12-30 21:29:50.789 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=47, commandIdentifier=0, statusCode=SUCCESS] 2022-12-30 21:29:50.790 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=81, state=COMPLETE, sendCnt=1, command=OffCommand [On/Off: 0000/0 -> 1834/1, cluster=0006, TID=47]] 2022-12-30 21:29:50.790 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:50.791 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:50.792 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:50.792 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=82, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=48, hue=241, saturation=3, transitionTime=10]] 2022-12-30 21:29:50.793 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:50.794 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=48, hue=241, saturation=3, transitionTime=10] 2022-12-30 21:29:50.794 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=48, commandId=6] 2022-12-30 21:29:50.795 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=03, rssi=--, lqi=--, payload=01 48 06 F1 03 0A 00] 2022-12-30 21:29:50.805 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=CC], messageTag=47, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:50.806 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=80], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 19 0A 00 00 10 00] 2022-12-30 21:29:50.807 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=80, rssi=-11, lqi=FF, payload=18 19 0A 00 00 10 00] 2022-12-30 21:29:50.808 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:50.809 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:50.809 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=19, commandId=10] 2022-12-30 21:29:50.810 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=19, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:29:50.811 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=19, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:29:50.832 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=47 state=RX_ACK 2022-12-30 21:29:50.832 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=47, state=RX_ACK, outstanding=1 2022-12-30 21:29:50.834 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=CD] 2022-12-30 21:29:50.852 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=81], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 48 0B 06 00] 2022-12-30 21:29:50.853 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=81, rssi=-11, lqi=FF, payload=08 48 0B 06 00] 2022-12-30 21:29:50.854 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:50.855 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:50.855 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=48, commandId=11] 2022-12-30 21:29:50.856 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=48, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:50.857 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=48, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:50.858 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=147, state=COMPLETE, sendCnt=1, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=48, hue=241, saturation=3, transitionTime=10]] 2022-12-30 21:29:50.859 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:50.859 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:50.860 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=0, sleepy=0/3 2022-12-30 21:29:50.873 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=CD], messageTag=48, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:50.874 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=82], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 1A 0A 00 00 20 F1 01 00 20 03 01 F0 20 20] 2022-12-30 21:29:50.875 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=82, rssi=-11, lqi=FF, payload=18 1A 0A 00 00 20 F1 01 00 20 03 01 F0 20 20] 2022-12-30 21:29:50.875 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=48 state=RX_ACK 2022-12-30 21:29:50.876 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=48, state=RX_ACK, outstanding=0 2022-12-30 21:29:50.876 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:50.877 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:50.878 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=1A, commandId=10] 2022-12-30 21:29:50.879 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=1A, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=241], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=3], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:50.880 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=1A, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=241], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=3], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:50.881 [DEBUG] [.zsmartsystems.zigbee.zcl.ZclCluster] - 1834/1: Unknown Server attribute in 61441 cluster 768 2022-12-30 21:29:50.893 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=83], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 1B 0A 00 00 10 01] 2022-12-30 21:29:50.894 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=83, rssi=-11, lqi=FF, payload=18 1B 0A 00 00 10 01] 2022-12-30 21:29:50.895 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:50.896 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:50.897 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=1B, commandId=10] 2022-12-30 21:29:50.898 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=1B, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=true]]] 2022-12-30 21:29:50.899 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=1B, reports=[AttributeReport[attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=true]]] 2022-12-30 21:29:51.619 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=84], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 1C 0A 00 00 10 00] 2022-12-30 21:29:51.620 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=84, rssi=-11, lqi=FF, payload=18 1C 0A 00 00 10 00] 2022-12-30 21:29:51.622 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:51.623 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:51.625 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=1C, commandId=10] 2022-12-30 21:29:51.626 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=1C, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:29:51.627 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=1C, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:29:51.718 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=85], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 1D 0A 00 00 20 F1 01 00 20 03] 2022-12-30 21:29:51.719 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=85, rssi=-11, lqi=FF, payload=18 1D 0A 00 00 20 F1 01 00 20 03] 2022-12-30 21:29:51.720 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:51.721 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:51.722 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=1D, commandId=10] 2022-12-30 21:29:51.723 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=1D, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=241], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=3]]] 2022-12-30 21:29:51.724 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=1D, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=241], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=3]]] ==> /var/log/openhab/events.log <== 2022-12-30 21:29:51.636 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LidlTS0505A_2Color' changed from 341.5748,1.1811024,1 to 341.5748,1.1811024,0 2022-12-30 21:29:51.638 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LidlTS0505A_2Toggle' changed from ON to OFF 2022-12-30 21:29:51.643 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LidlTS0505A_2ColorBrightness' changed from 1 to 0 ==> /var/log/openhab/openhab.log <== 2022-12-30 21:29:53.356 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=1, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=--, level=3, transitionTime=10]] 2022-12-30 21:29:53.357 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.358 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=2, state=WAITING, sendCnt=0, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=49, level=3, transitionTime=10]] 2022-12-30 21:29:53.359 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:53.359 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=49, level=3, transitionTime=10] 2022-12-30 21:29:53.360 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=49, commandId=4] 2022-12-30 21:29:53.361 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=04, rssi=--, lqi=--, payload=01 49 04 03 0A 00] 2022-12-30 21:29:53.362 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=1, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=--, hue=242, saturation=161, transitionTime=10]] 2022-12-30 21:29:53.363 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.370 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=CE] 2022-12-30 21:29:53.408 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.412 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=2, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=--, level=3, transitionTime=10]] 2022-12-30 21:29:53.414 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.415 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=3, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=--, hue=242, saturation=161, transitionTime=10]] 2022-12-30 21:29:53.416 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.423 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=86], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 49 0B 04 00] 2022-12-30 21:29:53.424 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=86, rssi=-11, lqi=FF, payload=08 49 0B 04 00] 2022-12-30 21:29:53.425 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.425 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.426 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=49, commandId=11] 2022-12-30 21:29:53.427 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=49, commandIdentifier=4, statusCode=SUCCESS] 2022-12-30 21:29:53.428 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=49, commandIdentifier=4, statusCode=SUCCESS] 2022-12-30 21:29:53.429 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=73, state=COMPLETE, sendCnt=1, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=49, level=3, transitionTime=10]] 2022-12-30 21:29:53.430 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:53.431 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:53.432 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.433 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=70, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=4A, hue=242, saturation=161, transitionTime=10]] 2022-12-30 21:29:53.433 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:53.434 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=4A, hue=242, saturation=161, transitionTime=10] 2022-12-30 21:29:53.435 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=4A, commandId=6] 2022-12-30 21:29:53.436 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=05, rssi=--, lqi=--, payload=01 4A 06 F2 A1 0A 00] 2022-12-30 21:29:53.443 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=CE], messageTag=49, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:53.444 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=87], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 20 0A 00 00 10 00] 2022-12-30 21:29:53.445 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=87, rssi=-11, lqi=FF, payload=18 20 0A 00 00 10 00] 2022-12-30 21:29:53.446 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.446 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.447 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=20, commandId=10] 2022-12-30 21:29:53.448 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=20, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:29:53.449 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=20, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:29:53.463 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=CF] 2022-12-30 21:29:53.463 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=49 state=RX_ACK 2022-12-30 21:29:53.464 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=49, state=RX_ACK, outstanding=1 2022-12-30 21:29:53.464 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=88], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 1F 0A 00 00 20 03] 2022-12-30 21:29:53.467 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=88, rssi=-11, lqi=FF, payload=18 1F 0A 00 00 20 03] 2022-12-30 21:29:53.468 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.469 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.470 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=1F, commandId=10] 2022-12-30 21:29:53.472 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=1F, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=3]]] 2022-12-30 21:29:53.473 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=1F, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=3]]] 2022-12-30 21:29:53.482 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.524 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=89], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 4A 0B 06 00] 2022-12-30 21:29:53.525 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=89, rssi=-11, lqi=FF, payload=08 4A 0B 06 00] 2022-12-30 21:29:53.526 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.528 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.529 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=4A, commandId=11] 2022-12-30 21:29:53.530 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=4A, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:53.532 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=4A, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:53.533 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=170, state=COMPLETE, sendCnt=1, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=4A, hue=242, saturation=161, transitionTime=10]] 2022-12-30 21:29:53.534 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:53.535 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:53.536 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.539 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=127, state=WAITING, sendCnt=0, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=4B, level=3, transitionTime=10]] 2022-12-30 21:29:53.541 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:53.542 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=4B, level=3, transitionTime=10] 2022-12-30 21:29:53.543 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=4B, commandId=4] 2022-12-30 21:29:53.546 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=06, rssi=--, lqi=--, payload=01 4B 04 03 0A 00] 2022-12-30 21:29:53.547 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=CF], messageTag=4A, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:53.548 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=8A], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 22 0A 00 00 20 F2 01 00 20 A1] 2022-12-30 21:29:53.549 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=8A, rssi=-11, lqi=FF, payload=18 22 0A 00 00 20 F2 01 00 20 A1] 2022-12-30 21:29:53.550 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.551 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.552 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=22, commandId=10] 2022-12-30 21:29:53.553 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=22, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=242], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=161]]] 2022-12-30 21:29:53.553 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=22, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=242], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=161]]] 2022-12-30 21:29:53.566 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=8B], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 21 0A 00 00 20 F2 01 00 20 A1 01 F0 20 20] 2022-12-30 21:29:53.567 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=8B, rssi=-11, lqi=FF, payload=18 21 0A 00 00 20 F2 01 00 20 A1 01 F0 20 20] 2022-12-30 21:29:53.568 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.569 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.570 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=2, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=OffCommand [On/Off: 0000/0 -> 1834/1, cluster=0006, TID=--]] 2022-12-30 21:29:53.571 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.572 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=21, commandId=10] 2022-12-30 21:29:53.573 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=3, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=--, hue=241, saturation=3, transitionTime=10]] 2022-12-30 21:29:53.573 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=21, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=242], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=161], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:53.581 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.585 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=21, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=242], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=161], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:53.588 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=D0] 2022-12-30 21:29:53.588 [DEBUG] [.zsmartsystems.zigbee.zcl.ZclCluster] - 1834/1: Unknown Server attribute in 61441 cluster 768 2022-12-30 21:29:53.589 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=4, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=--, level=3, transitionTime=10]] 2022-12-30 21:29:53.591 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=4A state=RX_ACK 2022-12-30 21:29:53.592 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=4A, state=RX_ACK, outstanding=1 2022-12-30 21:29:53.593 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.594 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=5, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=--, hue=5, saturation=208, transitionTime=10]] 2022-12-30 21:29:53.594 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.597 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=8C], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 4B 0B 04 00] 2022-12-30 21:29:53.597 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.598 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=8C, rssi=-11, lqi=FF, payload=08 4B 0B 04 00] 2022-12-30 21:29:53.599 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.600 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.601 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=4B, commandId=11] 2022-12-30 21:29:53.602 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=4B, commandIdentifier=4, statusCode=SUCCESS] 2022-12-30 21:29:53.603 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=4B, commandIdentifier=4, statusCode=SUCCESS] 2022-12-30 21:29:53.604 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=192, state=COMPLETE, sendCnt=1, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=4B, level=3, transitionTime=10]] 2022-12-30 21:29:53.605 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:53.606 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:53.606 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.607 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=192, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=4C, hue=242, saturation=161, transitionTime=10]] 2022-12-30 21:29:53.607 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:53.608 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=4C, hue=242, saturation=161, transitionTime=10] 2022-12-30 21:29:53.609 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=4C, commandId=6] 2022-12-30 21:29:53.610 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=07, rssi=--, lqi=--, payload=01 4C 06 F2 A1 0A 00] 2022-12-30 21:29:53.617 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=D0], messageTag=4B, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:53.618 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=8D], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 24 0A 00 00 20 03] 2022-12-30 21:29:53.619 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=8D, rssi=-11, lqi=FF, payload=18 24 0A 00 00 20 03] 2022-12-30 21:29:53.619 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.620 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.621 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=24, commandId=10] 2022-12-30 21:29:53.622 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=24, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=3]]] 2022-12-30 21:29:53.623 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=24, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=3]]] 2022-12-30 21:29:53.637 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=4B state=RX_ACK 2022-12-30 21:29:53.638 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=4B, state=RX_ACK, outstanding=1 2022-12-30 21:29:53.640 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=D1] 2022-12-30 21:29:53.658 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.658 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=8E], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 4C 0B 06 00] 2022-12-30 21:29:53.659 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=8E, rssi=-11, lqi=FF, payload=08 4C 0B 06 00] 2022-12-30 21:29:53.661 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.663 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.664 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=4C, commandId=11] 2022-12-30 21:29:53.667 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=4C, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:53.668 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=4C, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:53.669 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=254, state=COMPLETE, sendCnt=1, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=4C, hue=242, saturation=161, transitionTime=10]] 2022-12-30 21:29:53.670 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:53.672 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:53.673 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.674 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=104, state=WAITING, sendCnt=0, command=OffCommand [On/Off: 0000/0 -> 1834/1, cluster=0006, TID=4D]] 2022-12-30 21:29:53.675 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:53.676 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: OffCommand [On/Off: 0000/0 -> 1834/1, cluster=0006, TID=4D] 2022-12-30 21:29:53.676 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=4D, commandId=0] 2022-12-30 21:29:53.677 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=08, rssi=--, lqi=--, payload=01 4D 00] 2022-12-30 21:29:53.679 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=D1], messageTag=4C, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:53.680 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=8F], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 25 0A 00 00 20 F2 01 00 20 A1 01 F0 20 20] 2022-12-30 21:29:53.681 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=8F, rssi=-11, lqi=FF, payload=18 25 0A 00 00 20 F2 01 00 20 A1 01 F0 20 20] 2022-12-30 21:29:53.682 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.683 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.684 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=25, commandId=10] 2022-12-30 21:29:53.685 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=25, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=242], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=161], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:53.686 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=25, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=242], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=161], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:53.687 [DEBUG] [.zsmartsystems.zigbee.zcl.ZclCluster] - 1834/1: Unknown Server attribute in 61441 cluster 768 2022-12-30 21:29:53.698 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=4C state=RX_ACK 2022-12-30 21:29:53.698 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=4C, state=RX_ACK, outstanding=1 2022-12-30 21:29:53.699 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=D2] 2022-12-30 21:29:53.718 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=90], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 4D 0B 00 00] 2022-12-30 21:29:53.720 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=90, rssi=-11, lqi=FF, payload=08 4D 0B 00 00] 2022-12-30 21:29:53.721 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.723 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.724 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=4D, commandId=11] 2022-12-30 21:29:53.725 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.726 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=4D, commandIdentifier=0, statusCode=SUCCESS] 2022-12-30 21:29:53.727 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=4D, commandIdentifier=0, statusCode=SUCCESS] 2022-12-30 21:29:53.728 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=158, state=COMPLETE, sendCnt=1, command=OffCommand [On/Off: 0000/0 -> 1834/1, cluster=0006, TID=4D]] 2022-12-30 21:29:53.729 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:53.730 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:53.731 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.733 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=160, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=4E, hue=241, saturation=3, transitionTime=10]] 2022-12-30 21:29:53.734 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:53.735 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=4E, hue=241, saturation=3, transitionTime=10] 2022-12-30 21:29:53.736 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=4E, commandId=6] 2022-12-30 21:29:53.737 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=09, rssi=--, lqi=--, payload=01 4E 06 F1 03 0A 00] 2022-12-30 21:29:53.739 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=D2], messageTag=4D, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:53.740 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=91], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 26 0A 00 00 10 00] 2022-12-30 21:29:53.741 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=91, rssi=-11, lqi=FF, payload=18 26 0A 00 00 10 00] 2022-12-30 21:29:53.742 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.743 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.744 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=26, commandId=10] 2022-12-30 21:29:53.745 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=26, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:29:53.746 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=26, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:29:53.759 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=4D state=RX_ACK 2022-12-30 21:29:53.760 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=4D, state=RX_ACK, outstanding=1 2022-12-30 21:29:53.761 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=D3] 2022-12-30 21:29:53.783 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.789 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=92], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 4E 0B 06 00] 2022-12-30 21:29:53.790 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=92, rssi=-11, lqi=FF, payload=08 4E 0B 06 00] 2022-12-30 21:29:53.791 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.792 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.792 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=4E, commandId=11] 2022-12-30 21:29:53.793 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=4E, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:53.794 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=4E, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:53.795 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=223, state=COMPLETE, sendCnt=1, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=4E, hue=241, saturation=3, transitionTime=10]] 2022-12-30 21:29:53.795 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:53.796 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:53.797 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.798 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=209, state=WAITING, sendCnt=0, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=4F, level=3, transitionTime=10]] 2022-12-30 21:29:53.799 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:53.801 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=4F, level=3, transitionTime=10] 2022-12-30 21:29:53.802 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=4F, commandId=4] 2022-12-30 21:29:53.803 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=0A, rssi=--, lqi=--, payload=01 4F 04 03 0A 00] 2022-12-30 21:29:53.809 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=D3], messageTag=4E, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:53.810 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=93], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 27 0A 00 00 20 F1 01 00 20 03 01 F0 20 20] 2022-12-30 21:29:53.811 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=93, rssi=-11, lqi=FF, payload=18 27 0A 00 00 20 F1 01 00 20 03 01 F0 20 20] 2022-12-30 21:29:53.812 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.814 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.816 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=27, commandId=10] 2022-12-30 21:29:53.817 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=27, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=241], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=3], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:53.818 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=27, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=241], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=3], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:53.819 [DEBUG] [.zsmartsystems.zigbee.zcl.ZclCluster] - 1834/1: Unknown Server attribute in 61441 cluster 768 2022-12-30 21:29:53.830 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=4E state=RX_ACK 2022-12-30 21:29:53.830 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=D4] 2022-12-30 21:29:53.831 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=4E, state=RX_ACK, outstanding=1 2022-12-30 21:29:53.831 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=94], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 28 0A 00 00 10 01] 2022-12-30 21:29:53.832 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=94, rssi=-11, lqi=FF, payload=18 28 0A 00 00 10 01] 2022-12-30 21:29:53.833 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.834 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.835 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=28, commandId=10] 2022-12-30 21:29:53.835 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=28, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=true]]] 2022-12-30 21:29:53.836 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=28, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=true]]] 2022-12-30 21:29:53.848 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.855 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=95], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 4F 0B 04 00] 2022-12-30 21:29:53.856 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=95, rssi=-11, lqi=FF, payload=08 4F 0B 04 00] 2022-12-30 21:29:53.857 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.857 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.858 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=4F, commandId=11] 2022-12-30 21:29:53.859 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=4F, commandIdentifier=4, statusCode=SUCCESS] 2022-12-30 21:29:53.859 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=4F, commandIdentifier=4, statusCode=SUCCESS] 2022-12-30 21:29:53.861 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=272, state=COMPLETE, sendCnt=1, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=4F, level=3, transitionTime=10]] 2022-12-30 21:29:53.862 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:53.862 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:53.863 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:53.864 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=271, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=50, hue=5, saturation=208, transitionTime=10]] 2022-12-30 21:29:53.864 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:53.865 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=50, hue=5, saturation=208, transitionTime=10] 2022-12-30 21:29:53.866 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=50, commandId=6] 2022-12-30 21:29:53.866 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=0B, rssi=--, lqi=--, payload=01 50 06 05 D0 0A 00] 2022-12-30 21:29:53.876 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=D4], messageTag=4F, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:53.877 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=96], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 2A 0A 00 00 20 03] 2022-12-30 21:29:53.879 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=96, rssi=-11, lqi=FF, payload=18 2A 0A 00 00 20 03] 2022-12-30 21:29:53.880 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.882 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.883 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=2A, commandId=10] 2022-12-30 21:29:53.884 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=2A, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=3]]] 2022-12-30 21:29:53.885 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=2A, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=3]]] 2022-12-30 21:29:53.896 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=4F state=RX_ACK 2022-12-30 21:29:53.896 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=D5] 2022-12-30 21:29:53.896 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=4F, state=RX_ACK, outstanding=1 2022-12-30 21:29:53.919 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=97], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 50 0B 06 00] 2022-12-30 21:29:53.920 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=97, rssi=-11, lqi=FF, payload=08 50 0B 06 00] 2022-12-30 21:29:53.921 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.922 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.923 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=50, commandId=11] 2022-12-30 21:29:53.924 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=50, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:53.924 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=50, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:53.927 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=333, state=COMPLETE, sendCnt=1, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=50, hue=5, saturation=208, transitionTime=10]] 2022-12-30 21:29:53.928 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:53.930 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:53.932 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=0, sleepy=0/3 2022-12-30 21:29:53.940 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=D5], messageTag=50, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:53.940 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=50 state=RX_ACK 2022-12-30 21:29:53.940 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=98], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 2B 0A 00 00 20 05 01 00 20 D0 01 F0 20 20] 2022-12-30 21:29:53.941 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=50, state=RX_ACK, outstanding=0 2022-12-30 21:29:53.941 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=98, rssi=-11, lqi=FF, payload=18 2B 0A 00 00 20 05 01 00 20 D0 01 F0 20 20] 2022-12-30 21:29:53.942 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:53.943 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:53.943 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=2B, commandId=10] 2022-12-30 21:29:53.944 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=2B, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=5], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=208], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:53.945 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=2B, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=5], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=208], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:53.947 [DEBUG] [.zsmartsystems.zigbee.zcl.ZclCluster] - 1834/1: Unknown Server attribute in 61441 cluster 768 2022-12-30 21:29:54.164 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=1, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=--, level=3, transitionTime=10]] 2022-12-30 21:29:54.165 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:54.166 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=2, state=WAITING, sendCnt=0, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=51, level=3, transitionTime=10]] 2022-12-30 21:29:54.167 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:54.168 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=51, level=3, transitionTime=10] 2022-12-30 21:29:54.169 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=51, commandId=4] 2022-12-30 21:29:54.170 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=0C, rssi=--, lqi=--, payload=01 51 04 03 0A 00] 2022-12-30 21:29:54.171 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: Added transaction to queue, len=1, transaction=ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=0, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=--, hue=66, saturation=116, transitionTime=10]] 2022-12-30 21:29:54.172 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:54.180 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=D6] 2022-12-30 21:29:54.212 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=99], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 51 0B 04 00] 2022-12-30 21:29:54.213 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=99, rssi=-11, lqi=FF, payload=08 51 0B 04 00] 2022-12-30 21:29:54.215 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:54.216 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=1, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:54.217 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:54.218 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=51, commandId=11] 2022-12-30 21:29:54.220 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=51, commandIdentifier=4, statusCode=SUCCESS] 2022-12-30 21:29:54.221 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=51, commandIdentifier=4, statusCode=SUCCESS] 2022-12-30 21:29:54.222 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=58, state=COMPLETE, sendCnt=1, command=MoveToLevelWithOnOffCommand [Level Control: 0000/0 -> 1834/1, cluster=0008, TID=51, level=3, transitionTime=10]] 2022-12-30 21:29:54.223 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:54.223 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:54.224 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=1, sleepy=0/3 2022-12-30 21:29:54.225 [DEBUG] [transaction.ZigBeeTransactionManager] - 1834/1: Sending ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=53, state=WAITING, sendCnt=0, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=52, hue=66, saturation=116, transitionTime=10]] 2022-12-30 21:29:54.225 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerAdded: 1 outstanding 2022-12-30 21:29:54.226 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=52, hue=66, saturation=116, transitionTime=10] 2022-12-30 21:29:54.226 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX ZCL: ZclHeader [frameType=CLUSTER_SPECIFIC_COMMAND, manufacturerSpecific=false, direction=CLIENT_TO_SERVER, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=52, commandId=6] 2022-12-30 21:29:54.227 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0000/1, destinationAddress=1834/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=8, apsSecurity=false, ackRequest=true, apsCounter=0D, rssi=--, lqi=--, payload=01 52 06 42 74 0A 00] 2022-12-30 21:29:54.232 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=D6], messageTag=51, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:54.233 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0008, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=9A], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 2D 0A 00 00 20 03] 2022-12-30 21:29:54.234 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0008, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=9A, rssi=-11, lqi=FF, payload=18 2D 0A 00 00 20 03] 2022-12-30 21:29:54.235 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:54.236 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:54.237 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=2D, commandId=10] 2022-12-30 21:29:54.238 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=2D, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=3]]] 2022-12-30 21:29:54.239 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Level Control: 1834/1 -> 0000/1, cluster=0008, TID=2D, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=3]]] 2022-12-30 21:29:54.252 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=51 state=RX_ACK 2022-12-30 21:29:54.252 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspSendUnicastResponse [networkId=0, status=EMBER_SUCCESS, sequence=D7] 2022-12-30 21:29:54.253 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=51, state=RX_ACK, outstanding=1 2022-12-30 21:29:54.278 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=9B], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=08 52 0B 06 00] 2022-12-30 21:29:54.279 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=9B, rssi=-11, lqi=FF, payload=08 52 0B 06 00] 2022-12-30 21:29:54.280 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:54.282 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:54.283 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=false, manufacturerCode=0, sequenceNumber=52, commandId=11] 2022-12-30 21:29:54.284 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=52, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:54.285 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: DefaultResponse [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=52, commandIdentifier=6, statusCode=SUCCESS] 2022-12-30 21:29:54.289 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction complete: ZigBeeTransaction [ieeeAddress=588E81FFFED402F7 queueTime=117, state=COMPLETE, sendCnt=1, command=MoveToHueAndSaturationCommand [Color Control: 0000/0 -> 1834/1, cluster=0300, TID=52, hue=66, saturation=116, transitionTime=10]] 2022-12-30 21:29:54.290 [DEBUG] [transaction.ZigBeeTransactionManager] - transactionListenerRemoved: 0 outstanding 2022-12-30 21:29:54.291 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - 588E81FFFED402F7: transactionComplete, state=COMPLETE, outstanding=0 2022-12-30 21:29:54.294 [DEBUG] [transaction.ZigBeeTransactionManager] - Transaction Manager: Send Next transaction. outstandingTransactions=0, outstandingQueues=0, sleepy=0/3 2022-12-30 21:29:54.299 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspMessageSentHandler [networkId=0, type=EMBER_OUTGOING_DIRECT, indexOrDestination=1834, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ADDRESS_DISCOVERY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=D7], messageTag=52, status=EMBER_SUCCESS, messageContents=] 2022-12-30 21:29:54.300 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=9C], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 2E 0A 00 00 20 42 01 00 20 74 01 F0 20 20] 2022-12-30 21:29:54.301 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX STA: msgTag=52 state=RX_ACK 2022-12-30 21:29:54.301 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=9C, rssi=-11, lqi=FF, payload=18 2E 0A 00 00 20 42 01 00 20 74 01 F0 20 20] 2022-12-30 21:29:54.302 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionProgress: TID=52, state=RX_ACK, outstanding=0 2022-12-30 21:29:54.302 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:54.303 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:54.304 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=2E, commandId=10] 2022-12-30 21:29:54.305 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=2E, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=66], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=116], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:54.305 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=2E, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=66], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=116], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=61441, attributeValue=32]]] 2022-12-30 21:29:54.306 [DEBUG] [.zsmartsystems.zigbee.zcl.ZclCluster] - 1834/1: Unknown Server attribute in 61441 cluster 768 2022-12-30 21:29:54.428 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0006, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=9D], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 2F 0A 00 00 10 00] 2022-12-30 21:29:54.429 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0006, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=9D, rssi=-11, lqi=FF, payload=18 2F 0A 00 00 10 00] 2022-12-30 21:29:54.430 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:54.432 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:54.433 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=2F, commandId=10] 2022-12-30 21:29:54.434 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=2F, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:29:54.436 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [On/Off: 1834/1 -> 0000/1, cluster=0006, TID=2F, reports=[AttributeReport [attributeDataType=BOOLEAN, attributeIdentifier=0, attributeValue=false]]] 2022-12-30 21:29:54.527 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - RX EZSP: EzspIncomingMessageHandler [networkId=0, type=EMBER_INCOMING_UNICAST, apsFrame=EmberApsFrame [profileId=0104, clusterId=0300, sourceEndpoint=1, destinationEndpoint=1, options=[EMBER_APS_OPTION_RETRY, EMBER_APS_OPTION_ENABLE_ROUTE_DISCOVERY], groupId=0, sequence=9E], lastHopLqi=255, lastHopRssi=-11, sender=1834, bindingIndex=255, addressIndex=255, messageContents=18 30 0A 00 00 20 42 01 00 20 74] 2022-12-30 21:29:54.528 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=1834/1, destinationAddress=0000/1, profile=0104, cluster=0300, addressMode=DEVICE, radius=0, apsSecurity=false, ackRequest=false, apsCounter=9E, rssi=-11, lqi=FF, payload=18 30 0A 00 00 20 42 01 00 20 74] 2022-12-30 21:29:54.529 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node update. NWK Address=NULL 2022-12-30 21:29:54.530 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 588E81FFFED402F7: Node 1834 is not updated from ZigBeeNode [state=ONLINE, IEEE=588E81FFFED402F7, NWK=----, endpoints=[]] 2022-12-30 21:29:54.531 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX ZCL: ZclHeader [frameType=ENTIRE_PROFILE_COMMAND, manufacturerSpecific=false, direction=SERVER_TO_CLIENT, disableDefaultResponse=true, manufacturerCode=0, sequenceNumber=30, commandId=10] 2022-12-30 21:29:54.532 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=30, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=66], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=116]]] 2022-12-30 21:29:54.532 [DEBUG] [transaction.ZigBeeTransactionManager] - notifyTransactionCommand: ReportAttributesCommand [Color Control: 1834/1 -> 0000/1, cluster=0300, TID=30, reports=[AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=0, attributeValue=66], AttributeReport [attributeDataType=UNSIGNED_8_BIT_INTEGER, attributeIdentifier=1, attributeValue=116]]] ```