07.07.2022, 07:26
Hi!
I'm working on project where we want to control sockets based on electricity price.
I'm using Sonoff zigbee 3.0 USB Dongle Plus (changed ID so LM gonna recognize that dongle).
Sometimes after some period of time (about 12-24h) Sonoff S26 sockets stop working.
Devices are about 4-5m away from LM so I don't think bad signal can be the problem.
With one socket I receive status when pressing on/off button physically. Other one is basically tottaly dead. When requesting status - I get error "timeout"
LM and Zigbee app is up to date.
I have tried to restart LM, took out dongle, physical restart to zigbee socket - no success. Also to change channels etc... When I change network parameters and connect these sockets again, then it will work some time again.
Anyone has faced up with that problem?
Log:
I'm working on project where we want to control sockets based on electricity price.
I'm using Sonoff zigbee 3.0 USB Dongle Plus (changed ID so LM gonna recognize that dongle).
Sometimes after some period of time (about 12-24h) Sonoff S26 sockets stop working.
Devices are about 4-5m away from LM so I don't think bad signal can be the problem.
With one socket I receive status when pressing on/off button physically. Other one is basically tottaly dead. When requesting status - I get error "timeout"
LM and Zigbee app is up to date.
I have tried to restart LM, took out dongle, physical restart to zigbee socket - no success. Also to change channels etc... When I change network parameters and connect these sockets again, then it will work some time again.
Anyone has faced up with that problem?
Log:
Code:
2022-07-07 10:06:11 ZB: permit join: -1
2022-07-07 10:05:42 CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 233, TransId = 29, Endpoint = 1 }
2022-07-07 10:05:42 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 E9 01 1D
2022-07-07 10:05:42 CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
2022-07-07 10:05:42 CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
2022-07-07 10:05:42 ZB: attribute report from 00124b0024c24e83:
{ onoff = false }
2022-07-07 10:05:42 ZNP: sending request:
[20] FE 0F 24 01 35 67 01 01 06 00 1D 00 1E 05 18 1C 0B 0A 00 7D
2022-07-07 10:05:42 SREQ: sending AF_DATA_REQUEST, data:
{ ClusterId = 6, DstEndpoint = 1, Data = [ 24, 28, 11, 10, 0 ], DstAddr = 26421, Radius = 30, Options = [ ], TransId = 29, SrcEndpoint = 1 }
2022-07-07 10:05:42 ZB: sending ZCL message to 00124b0024c24e83, cluster 0006:
{ FrameControl = [ "FrameTypeGlobal", "DirectionFromServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 28, GeneralCommandFrame = { CommandIdentifier = "DefaultResponse", DefaultResponse = { Status = "SUCCESS", CommandIdentifier = 10 } } }
2022-07-07 10:05:42 ZB: packet from 00124b0024c24e83:
{ FrameControl = [ "FrameTypeGlobal", "DirectionFromServer" ], TransactionSequenceNumber = 28, GeneralCommandFrame = { CommandIdentifier = "ReportAttributes", ReportAttributes = { AttributeReports = [ { AttributeIdentifier = 0, Attribute = { Type = "uint8", Value = 0 } } ] } } }
2022-07-07 10:05:42 CC: incoming message from 6735, cluster 0006, dst EP 1
2022-07-07 10:05:42 CC: MT command AREQ_AF_INCOMING_MSG, payload:
{ LinkQuality = 58, Data = [ 8, 28, 10, 0, 0, 32, 0 ], SrcAddr = 26421, SecurityUse = 0, Radius = 29, ClusterId = 6, SrcEndpoint = 1, MacSrcAddr = 26421, GroupId = 0, TransSeqNumber = 0, Timestamp = 9726149, DstEndpoint = 1, WasBroadcast = 0 }
2022-07-07 10:05:42 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x81, data:
[29] 44 81 00 00 06 00 35 67 01 01 00 3A 00 C5 68 94 00 00 07 08 1C 0A 00 00 20 00 35 67 1D
2022-07-07 10:05:42 CC: MT command AREQ_ZDO_SRC_RTG_IND, payload:
{ RelayList = [ ], DstAddr = 26421 }
2022-07-07 10:05:42 CC: MT type AREQ (2), subsystem ZDO (0x05), command id 0xC4, data:
[5] 45 C4 35 67 00
2022-07-07 10:05:37 CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 233, TransId = 28, Endpoint = 1 }
2022-07-07 10:05:37 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 E9 01 1C
2022-07-07 10:05:37 CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
2022-07-07 10:05:37 CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
2022-07-07 10:05:37 CC: MT command AREQ_ZDO_SRC_RTG_IND, payload:
{ RelayList = [ ], DstAddr = 26421 }
2022-07-07 10:05:37 CC: MT type AREQ (2), subsystem ZDO (0x05), command id 0xC4, data:
[5] 45 C4 35 67 00
2022-07-07 10:05:37 ZB: attribute report from 00124b0024c24e83:
{ onoff = true }
2022-07-07 10:05:37 ZNP: sending request:
[20] FE 0F 24 01 35 67 01 01 06 00 1C 00 1E 05 18 1B 0B 0A 00 7B
2022-07-07 10:05:37 SREQ: sending AF_DATA_REQUEST, data:
{ ClusterId = 6, DstEndpoint = 1, Data = [ 24, 27, 11, 10, 0 ], DstAddr = 26421, Radius = 30, Options = [ ], TransId = 28, SrcEndpoint = 1 }
2022-07-07 10:05:37 ZB: sending ZCL message to 00124b0024c24e83, cluster 0006:
{ FrameControl = [ "FrameTypeGlobal", "DirectionFromServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 27, GeneralCommandFrame = { CommandIdentifier = "DefaultResponse", DefaultResponse = { Status = "SUCCESS", CommandIdentifier = 10 } } }
2022-07-07 10:05:37 ZB: packet from 00124b0024c24e83:
{ FrameControl = [ "FrameTypeGlobal", "DirectionFromServer" ], TransactionSequenceNumber = 27, GeneralCommandFrame = { CommandIdentifier = "ReportAttributes", ReportAttributes = { AttributeReports = [ { AttributeIdentifier = 0, Attribute = { Type = "uint8", Value = 1 } } ] } } }
2022-07-07 10:05:37 CC: incoming message from 6735, cluster 0006, dst EP 1
2022-07-07 10:05:37 CC: MT command AREQ_AF_INCOMING_MSG, payload:
{ LinkQuality = 43, Data = [ 8, 27, 10, 0, 0, 32, 1 ], SrcAddr = 26421, SecurityUse = 0, Radius = 29, ClusterId = 6, SrcEndpoint = 1, MacSrcAddr = 26421, GroupId = 0, TransSeqNumber = 0, Timestamp = 9389666, DstEndpoint = 1, WasBroadcast = 0 }
2022-07-07 10:05:37 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x81, data:
[29] 44 81 00 00 06 00 35 67 01 01 00 2B 00 62 46 8F 00 00 07 08 1B 0A 00 00 20 01 35 67 1D
2022-07-07 10:05:36 CC: MT command SRSP_ZDO_EXT_ROUTE_DISC, payload:
{ Status = 0 }
2022-07-07 10:05:36 CC: MT type SRSP (3), subsystem ZDO (0x05), command id 0x45, data:
[3] 65 45 00
2022-07-07 10:05:36 ZNP: sending request:
[9] FE 04 25 45 FC FF 03 03 67
2022-07-07 10:05:36 SREQ: sending ZDO_EXT_ROUTE_DISC, data:
{ Radius = 3, DestinationAddress = 65532, Options = 3 }
2022-07-07 10:05:36 ZB: send many to one route request
2022-07-07 10:05:32 CC: MT command AREQ_ZDO_SRC_RTG_IND, payload:
{ RelayList = [ ], DstAddr = 26421 }
2022-07-07 10:05:32 CC: MT type AREQ (2), subsystem ZDO (0x05), command id 0xC4, data:
[5] 45 C4 35 67 00
2022-07-07 10:05:30 CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 233, TransId = 27, Endpoint = 1 }
2022-07-07 10:05:30 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 E9 01 1B
2022-07-07 10:05:30 CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
2022-07-07 10:05:30 CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
2022-07-07 10:05:30 ZB: attribute report from 00124b0024c24e83:
{ onoff = true }
2022-07-07 10:05:30 ZNP: sending request:
[20] FE 0F 24 01 35 67 01 01 06 00 1B 00 1E 05 18 19 0B 0A 00 7E
2022-07-07 10:05:30 SREQ: sending AF_DATA_REQUEST, data:
{ ClusterId = 6, DstEndpoint = 1, Data = [ 24, 25, 11, 10, 0 ], DstAddr = 26421, Radius = 30, Options = [ ], TransId = 27, SrcEndpoint = 1 }
2022-07-07 10:05:30 ZB: sending ZCL message to 00124b0024c24e83, cluster 0006:
{ FrameControl = [ "FrameTypeGlobal", "DirectionFromServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 25, GeneralCommandFrame = { CommandIdentifier = "DefaultResponse", DefaultResponse = { Status = "SUCCESS", CommandIdentifier = 10 } } }
2022-07-07 10:05:30 ZB: packet from 00124b0024c24e83:
{ FrameControl = [ "FrameTypeGlobal", "DirectionFromServer" ], TransactionSequenceNumber = 25, GeneralCommandFrame = { CommandIdentifier = "ReportAttributes", ReportAttributes = { AttributeReports = [ { AttributeIdentifier = 0, Attribute = { Type = "uint8", Value = 1 } } ] } } }
2022-07-07 10:05:30 CC: incoming message from 6735, cluster 0006, dst EP 1
2022-07-07 10:05:30 CC: MT command AREQ_AF_INCOMING_MSG, payload:
{ LinkQuality = 43, Data = [ 8, 25, 10, 0, 0, 32, 1 ], SrcAddr = 26421, SecurityUse = 0, Radius = 29, ClusterId = 6, SrcEndpoint = 1, MacSrcAddr = 26421, GroupId = 0, TransSeqNumber = 0, Timestamp = 8955041, DstEndpoint = 1, WasBroadcast = 0 }
2022-07-07 10:05:30 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x81, data:
[29] 44 81 00 00 06 00 35 67 01 01 00 2B 00 A1 A4 88 00 00 07 08 19 0A 00 00 20 01 35 67 1D
2022-07-07 10:05:11 CC: MT command AREQ_ZDO_MGMT_PERMIT_JOIN_RSP, payload:
{ SrcAddr = 0, Status = 0 }
2022-07-07 10:05:11 CC: MT type AREQ (2), subsystem ZDO (0x05), command id 0xB6, data:
[5] 45 B6 00 00 00
2022-07-07 10:05:11 CC: MT command SRSP_ZDO_MGMT_PERMIT_JOIN_REQ, payload:
{ Status = 0 }
2022-07-07 10:05:11 CC: MT type SRSP (3), subsystem ZDO (0x05), command id 0x36, data:
[3] 65 36 00
2022-07-07 10:05:11 ZNP: sending request:
[9] FE 04 25 36 FF FF 00 00 17
2022-07-07 10:05:11 SREQ: sending ZDO_MGMT_PERMIT_JOIN_REQ, data:
{ AddrMode = 255, TCSignificance = 0, Duration = 0, DstAddr = 65535 }
2022-07-07 10:05:11 ZB: permit join: -1
2022-07-07 10:05:10 ZCL ERR 00124b0024c24e83: timeout
2022-07-07 10:05:10 CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 233, TransId = 26, Endpoint = 1 }
2022-07-07 10:05:10 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 E9 01 1A
2022-07-07 10:05:10 CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
2022-07-07 10:05:10 CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
2022-07-07 10:05:10 ZNP: sending request:
[20] FE 0F 24 01 35 67 01 01 06 00 1A 00 1E 05 00 18 00 00 00 67
2022-07-07 10:05:10 SREQ: sending AF_DATA_REQUEST, data:
{ ClusterId = 6, DstEndpoint = 1, Data = [ 0, 24, 0, 0, 0 ], DstAddr = 26421, Radius = 30, Options = [ ], TransId = 26, SrcEndpoint = 1 }
2022-07-07 10:05:10 ZB: sending ZCL message to 00124b0024c24e83, cluster 0006:
{ FrameControl = [ "FrameTypeGlobal", "DirectionToServer" ], TransactionSequenceNumber = 24, GeneralCommandFrame = { CommandIdentifier = "ReadAttributes", ReadAttributes = { AttributeIdentifiers = [ 0 ] } } }
2022-07-07 10:05:10 CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 233, TransId = 25, Endpoint = 1 }
2022-07-07 10:05:10 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 E9 01 19
2022-07-07 10:05:10 CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
2022-07-07 10:05:10 CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
2022-07-07 10:05:10 ZNP: sending request:
[20] FE 0F 24 01 35 67 01 01 06 00 19 00 1E 05 00 17 00 00 00 6B
2022-07-07 10:05:10 SREQ: sending AF_DATA_REQUEST, data:
{ ClusterId = 6, DstEndpoint = 1, Data = [ 0, 23, 0, 0, 0 ], DstAddr = 26421, Radius = 30, Options = [ ], TransId = 25, SrcEndpoint = 1 }
2022-07-07 10:05:10 ZB: sending ZCL message to 00124b0024c24e83, cluster 0006:
{ FrameControl = [ "FrameTypeGlobal", "DirectionToServer" ], TransactionSequenceNumber = 23, GeneralCommandFrame = { CommandIdentifier = "ReadAttributes", ReadAttributes = { AttributeIdentifiers = [ 0 ] } } }
2022-07-07 10:05:10 CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 233, TransId = 24, Endpoint = 1 }
2022-07-07 10:05:10 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 E9 01 18
2022-07-07 10:05:10 CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
2022-07-07 10:05:10 CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
2022-07-07 10:05:10 ZNP: sending request:
[20] FE 0F 24 01 35 67 01 01 06 00 18 00 1E 05 00 16 00 00 00 6B
2022-07-07 10:05:10 SREQ: sending AF_DATA_REQUEST, data:
{ ClusterId = 6, DstEndpoint = 1, Data = [ 0, 22, 0, 0, 0 ], DstAddr = 26421, Radius = 30, Options = [ ], TransId = 24, SrcEndpoint = 1 }
2022-07-07 10:05:10 ZB: sending ZCL message to 00124b0024c24e83, cluster 0006:
{ FrameControl = [ "FrameTypeGlobal", "DirectionToServer" ], TransactionSequenceNumber = 22, GeneralCommandFrame = { CommandIdentifier = "ReadAttributes", ReadAttributes = { AttributeIdentifiers = [ 0 ] } } }
2022-07-07 10:05:08 ZCL ERR 00124b0024c24e83: nil
2022-07-07 10:05:08 CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 233, TransId = 23, Endpoint = 1 }
2022-07-07 10:05:08 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 E9 01 17
2022-07-07 10:05:08 CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
2022-07-07 10:05:08 CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
2022-07-07 10:05:08 ZNP: sending request:
[18] FE 0D 24 01 35 67 01 01 06 00 17 00 1E 03 11 15 00 72
2022-07-07 10:05:08 SREQ: sending AF_DATA_REQUEST, data:
{ ClusterId = 6, DstEndpoint = 1, Data = [ 17, 21, 0 ], DstAddr = 26421, Radius = 30, Options = [ ], TransId = 23, SrcEndpoint = 1 }
2022-07-07 10:05:08 ZB: sending ZCL message to 00124b0024c24e83, cluster 0006:
{ FrameControl = [ "FrameTypeLocal", "DirectionToServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 21, OnOffClusterFrame = { CommandIdentifier = "Off" }, ClusterName = "OnOff" }
2022-07-07 10:05:08 CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 233, TransId = 22, Endpoint = 1 }
2022-07-07 10:05:08 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 E9 01 16
2022-07-07 10:05:08 CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
2022-07-07 10:05:08 CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
2022-07-07 10:05:08 ZNP: sending request:
[18] FE 0D 24 01 35 67 01 01 06 00 16 00 1E 03 11 14 00 72
2022-07-07 10:05:08 SREQ: sending AF_DATA_REQUEST, data:
{ ClusterId = 6, DstEndpoint = 1, Data = [ 17, 20, 0 ], DstAddr = 26421, Radius = 30, Options = [ ], TransId = 22, SrcEndpoint = 1 }
2022-07-07 10:05:08 ZB: sending ZCL message to 00124b0024c24e83, cluster 0006:
{ FrameControl = [ "FrameTypeLocal", "DirectionToServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 20, OnOffClusterFrame = { CommandIdentifier = "Off" }, ClusterName = "OnOff" }
2022-07-07 10:05:08 CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 233, TransId = 21, Endpoint = 1 }
2022-07-07 10:05:08 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 E9 01 15
2022-07-07 10:05:08 CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
2022-07-07 10:05:08 CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
2022-07-07 10:05:08 ZNP: sending request:
[18] FE 0D 24 01 35 67 01 01 06 00 15 00 1E 03 11 13 00 76
2022-07-07 10:05:08 SREQ: sending AF_DATA_REQUEST, data:
{ ClusterId = 6, DstEndpoint = 1, Data = [ 17, 19, 0 ], DstAddr = 26421, Radius = 30, Options = [ ], TransId = 21, SrcEndpoint = 1 }
2022-07-07 10:05:08 ZB: sending ZCL message to 00124b0024c24e83, cluster 0006:
{ FrameControl = [ "FrameTypeLocal", "DirectionToServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 19, OnOffClusterFrame = { CommandIdentifier = "Off" } }
2022-07-07 10:05:05 ZCL ERR 00124b0024c24e83: nil
2022-07-07 10:05:05 CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 233, TransId = 20, Endpoint = 1 }
2022-07-07 10:05:05 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 E9 01 14
2022-07-07 10:05:05 CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
2022-07-07 10:05:05 CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
2022-07-07 10:05:05 ZNP: sending request:
[18] FE 0D 24 01 35 67 01 01 06 00 14 00 1E 03 11 12 01 77
2022-07-07 10:05:05 SREQ: sending AF_DATA_REQUEST, data:
{ ClusterId = 6, DstEndpoint = 1, Data = [ 17, 18, 1 ], DstAddr = 26421, Radius = 30, Options = [ ], TransId = 20, SrcEndpoint = 1 }
2022-07-07 10:05:05 ZB: sending ZCL message to 00124b0024c24e83, cluster 0006:
{ FrameControl = [ "FrameTypeLocal", "DirectionToServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 18, OnOffClusterFrame = { CommandIdentifier = "On" }, ClusterName = "OnOff" }
2022-07-07 10:05:05 CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 233, TransId = 19, Endpoint = 1 }
2022-07-07 10:05:05 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 E9 01 13
2022-07-07 10:05:05 CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
2022-07-07 10:05:05 CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
2022-07-07 10:05:05 ZNP: sending request:
[18] FE 0D 24 01 35 67 01 01 06 00 13 00 1E 03 11 11 01 73
2022-07-07 10:05:05 SREQ: sending AF_DATA_REQUEST, data:
{ ClusterId = 6, DstEndpoint = 1, Data = [ 17, 17, 1 ], DstAddr = 26421, Radius = 30, Options = [ ], TransId = 19, SrcEndpoint = 1 }
2022-07-07 10:05:05 ZB: sending ZCL message to 00124b0024c24e83, cluster 0006:
{ FrameControl = [ "FrameTypeLocal", "DirectionToServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 17, OnOffClusterFrame = { CommandIdentifier = "On" }, ClusterName = "OnOff" }
2022-07-07 10:05:05 CC: MT command AREQ_AF_DATA_CONFIRM, payload:
{ Status = 233, TransId = 18, Endpoint = 1 }
2022-07-07 10:05:05 CC: MT type AREQ (2), subsystem AF (0x04), command id 0x80, data:
[5] 44 80 E9 01 12
2022-07-07 10:05:05 CC: MT command SRSP_AF_DATA_REQUEST, payload:
{ Status = 0 }
2022-07-07 10:05:05 CC: MT type SRSP (3), subsystem AF (0x04), command id 0x01, data:
[3] 64 01 00
2022-07-07 10:05:05 ZNP: sending request:
[18] FE 0D 24 01 35 67 01 01 06 00 12 00 1E 03 11 10 01 73
2022-07-07 10:05:05 SREQ: sending AF_DATA_REQUEST, data:
{ ClusterId = 6, DstEndpoint = 1, Data = [ 17, 16, 1 ], DstAddr = 26421, Radius = 30, Options = [ ], TransId = 18, SrcEndpoint = 1 }
2022-07-07 10:05:05 ZB: sending ZCL message to 00124b0024c24e83, cluster 0006:
{ FrameControl = [ "FrameTypeLocal", "DirectionToServer", "DisableDefaultResponse" ], TransactionSequenceNumber = 16, OnOffClusterFrame = { CommandIdentifier = "On" } }