Error retrieving data from clusterId: 0x0000_0028, err = b

Hi - I have implemented a custom Matter device using the Matter template sample based on the WindowCovering cluster. I am able to build/flash and run my custom code on a custom board (NRF5340; SDK 2.5.0). I can successfully commission my device to Apple Home using custom factory data.

The device works, but I am experiencing some strange operational behavior and I am wondering if it is related to the following error messages: “Error retrieving data from clusterId: 0x0000_0028, err = b” and others like it (relevant log output below).

I also get a “WindowCovering has no delegate set for endpoint:1”, but as far as I can tell, I have implemented the zcl_callbacks correctly and configured the .zap file correctly using the Zap tool (version 2023.4.27 that is supposed to be paired with NRF SDK 2.5.0). I include a code snippet from my zcl_callbacks below.

Welcome any thoughts or guidance on what could be causing this. Thanks! Dan.

uart:~$ *** Booting nRF Connect SDK v2.5.0 ***
I: Init CHIP stack
I: 30174 [DL]BLE address: CA:EF:A7:0B:60:9E
I: 30211 [DL]OpenThread ifconfig up and thread start
I: 30218 [DL]OpenThread started: OK
I: 30221 [DL]Setting OpenThread device type to MINIMAL END DEVICE
I: 30227 [SVR]Subscription persistence not supported
I: 30232 [SVR]Server initializing...
I: 30236 [TS]Last Known Good Time: 2024-01-29T00:09:00
I: 30244 [FP]Fabric index 0x1 was retrieved from storage. Compressed FabricId 0x7FCB547C65239FBB, FabricId 0x0000000000000001, NodeId 0x000000002A2665C1, VendorId 0x1349
I: 30261 [FP]Fabric index 0x2 was retrieved from storage. Compressed FabricId 0x4444B5466504D146, FabricId 0x0000000000000002, NodeId 0x00000000C44D730C, VendorId 0x1384
I: 30277 [DMG]AccessControl: initializing
I: 30281 [DMG]Examples::AccessControlDelegate::Init
I: 30286 [DMG]AccessControl: setting
I: 30289 [DMG]DefaultAclStorage: initializing
I: 30296 [DMG]DefaultAclStorage: 2 entries loaded
E: 30301 [IN]SO_REUSEPORT failed: 109
I: 30310 [ZCL]Using ZAP configuration...
I: 30322 [DMG]AccessControlCluster: initializing
I: 30326 [ZCL]Initiating Admin Commissioning cluster.
I: 30331 [SVR]Fabric already commissioned. Disabling BLE advertisement
I: 30337 [DIS]Updating services using commissioning mode 0
E: 30343 [DIS]Failed to remove advertised services: 3
I: 30348 [DIS]Advertise operational node 7FCB547C65239FBB-000000002A2665C1
E: 30354 [DIS]Failed to advertise operational node: 3
E: 30359 [DIS]Failed to finalize service update: 3
I: 30363 [DIS]Delaying proxy of operational discovery: missing delegate
I: 30370 [IN]CASE Server enabling CASE session setups
I: 30375 [SVR]Joining Multicast groups
I: 30380 [SVR]Server Listening...
I: 30383 [DL]Device Configuration:
[** I deleted factory data info **]
: 30450 [DL]CHIP task running
I: 30515 [DL]SRP Client was started, detected server: fd7b:8b83:4c15:0000:0000:00ff:fe00:fc11
I: 31107 [DIS]Setting operational delegate post init
I: 31117 [SWU]Stopping the watchdog timer
I: 31121 [SWU]Starting the periodic query timer, timeout: 86400 seconds
E: 31127 [SVR]Server initialization complete
I: 31131 [DIS]Updating services using commissioning mode 0
I: 31136 [DIS]Advertise operational node 7FCB547C65239FBB-000000002A2665C1
I: 31143 [DL]advertising srp service: 7FCB547C65239FBB-000000002A2665C1._matter._tcp
I: 31151 [DIS]Advertise operational node 4444B5466504D146-00000000C44D730C
I: 31158 [DL]advertising srp service: 4444B5466504D146-00000000C44D730C._matter._tcp

I: Init: Read Featuremap: 0
I: 32566 [ZCL]Window covering cluster ID: 0x0000_FFFC Type: 27 Value: 5, length: 4
I: Init: Updated Featuremap: 5
I: Init: Read ConfigStatus: 47
I: 32579 [ZCL]Window covering cluster ID: 0x0000_0007 Type: 24 Value: 47, length: 1
I: Init: Set ConfigStatus: 47
I: Init: Read Mode: 1
I: 32591 [ZCL]Window covering cluster ID: 0x0000_0017 Type: 24 Value: 0, length: 1

I: 48563 [EM]>>> [E:43627r S:0 M:5934894] (U) Msg RX from 0:957BCF2FEA0FC2F8 [0000] --- Type 0000:30 (SecureChannel:CASE_Sigma1)
I: 48575 [IN]CASE Server received Sigma1 message . Starting handshake. EC 0x20005d88
I: 48582 [IN]CASE Server disabling CASE session setups
I: 48587 [EM]<<< [E:43627r S:0 M:122654070 (Ack:5934894)] (U) Msg TX to 0:0000000000000000 [0000] --- Type 0000:10 (SecureChannel:StandaloneAck)
I: 48600 [IN](U) Sending msg 122654070 to IP address 'UDP:[fd86:d57c:7973:0:1fc1:dcd8:6658:603b]:52310'
I: 48610 [SC]Received Sigma1 msg
I: 48617 [EM]<<< [E:43627r S:0 M:122654071 (Ack:5934894)] (U) Msg TX to 0:0000000000000000 [0000] --- Type 0000:33 (SecureChannel:CASE_Sigma2Resume)
I: 48632 [IN](U) Sending msg 122654071 to IP address 'UDP:[fd86:d57c:7973:0:1fc1:dcd8:6658:603b]:52310'
I: 48675 [EM]>>> [E:43627r S:0 M:5934895 (Ack:122654071)] (U) Msg RX from 0:957BCF2FEA0FC2F8 [0000] --- Type 0000:40 (SecureChannel:StatusReport)
I: 48690 [SC]Success status report received. Session was established
I: 48707 [SC]SecureSession[0x200043c8]: Moving from state 'kEstablishing' --> 'kActive'
I: 48717 [IN]CASE Session established to peer: <726F18663821C3E7, 1>
I: 48723 [IN]CASE Server enabling CASE session setups
I: 48729 [EM]<<< [E:43627r S:0 M:122654072 (Ack:5934895)] (U) Msg TX to 0:0000000000000000 [0000] --- Type 0000:10 (SecureChannel:StandaloneAck)
I: 48741 [IN](U) Sending msg 122654072 to IP address 'UDP:[fd86:d57c:7973:0:1fc1:dcd8:6658:603b]:52310'
I: 48755 [EM]>>> [E:43628r S:26320 M:98394820] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:03 (IM:SubscribeRequest)
I: 48772 [DMG]Final negotiated min/max parameters: Min = 0s, Max = 60s
E: 48787 [DMG]Error retrieving data from clusterId: 0x0000_0028, err = b
I: 48800 [EM]<<< [E:43628r S:26320 M:171747804 (Ack:98394820)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
I: 48812 [IN](S) Sending msg 171747804 on secure session with LSID: 26320
I: 48953 [EM]>>> [E:43628r S:26320 M:98394821 (Ack:171747804)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
I: 48966 [IM]Received status response, status is 0x00
E: 48977 [DMG]Error retrieving data from clusterId: 0x0000_0033, err = b
I: 48990 [EM]<<< [E:43628r S:26320 M:171747805 (Ack:98394821)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
I: 49002 [IN](S) Sending msg 171747805 on secure session with LSID: 26320
I: 49141 [EM]>>> [E:43628r S:26320 M:98394822 (Ack:171747805)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
I: 49153 [IM]Received status response, status is 0x00
E: 49163 [DL]_WriteThreadNetworkDiagnosticAttributeToTlv failed: Error CHIP:0x0000000B
E: 49171 [DMG]Error retrieving data from clusterId: 0x0000_0035, err = b
I: 49184 [EM]<<< [E:43628r S:26320 M:171747806 (Ack:98394822)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
I: 49196 [IN](S) Sending msg 171747806 on secure session with LSID: 26320
I: 49354 [EM]>>> [E:43628r S:26320 M:98394823 (Ack:171747806)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
I: 49367 [IM]Received status response, status is 0x00
E: 49384 [DL]_WriteThreadNetworkDiagnosticAttributeToTlv failed: Error CHIP:0x0000000B
E: 49392 [DMG]Error retrieving data from clusterId: 0x0000_0035, err = b
I: 49405 [EM]<<< [E:43628r S:26320 M:171747807 (Ack:98394823)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
I: 49417 [IN](S) Sending msg 171747807 on secure session with LSID: 26320
I: 49564 [EM]>>> [E:43628r S:26320 M:98394824 (Ack:171747807)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)

[... I deleted a bunch of stuff…]

I: 674501 [ZCL]GoToLiftPercentage 1900 command received
I: 674506 [ZCL]Window covering cluster ID: 0x0000_000B Type: 231 Value: 108, length: 2
I: ZCL Callback: Target Position changed: 1900
I: 674518 [ZCL]WindowCovering has no delegate set for endpoint:1

memory reports from my build process:

-- Zephyr version: 3.4.99 (/opt/nordic/ncs/v2.5.0/zephyr), build: v3.4.99-ncs1
[139/139] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       23410 B      34176 B     68.50%
             RAM:        3500 B        64 KB      5.34%
           SRAM1:          0 GB        64 KB      0.00%
        IDT_LIST:          0 GB         2 KB      0.00%
Generating files from /Users/ydr/dev/nordic/wb/build/multiprotocol_rpmsg/b0n/zephyr/zephyr.elf for board: wb_nrf5340_cpunet
[278/282] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      212184 B       222 KB     93.34%
             RAM:       53704 B        64 KB     81.95%
           SRAM1:          0 GB        64 KB      0.00%
        IDT_LIST:          0 GB         2 KB      0.00%
Generating files from /Users/ydr/dev/nordic/wb/build/multiprotocol_rpmsg/zephyr/zephyr.elf for board: wb_nrf5340_cpunet


-- Zephyr version: 3.4.99 (/opt/nordic/ncs/v2.5.0/zephyr), build: v3.4.99-ncs1
[259/259] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       32872 B        48 KB     66.88%
             RAM:      290948 B       440 KB     64.57%
        IDT_LIST:          0 GB         2 KB      0.00%
Generating files from /Users/ydr/dev/nordic/wb/build/mcuboot/zephyr/zephyr.elf for board: wb_nrf5340_cpuapp

[11/22] Linking CXX executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      801440 B     978432 B     81.91%
             RAM:      186556 B       440 KB     41.41%
        IDT_LIST:          0 GB         2 KB      0.00%
Generating files from /Users/ydr/dev/nordic/wb/build/zephyr/zephyr.elf for board: wb_nrf5340_cpuapp

excerpt from zcl_callbacks

void MatterWindowCoveringClusterServerAttributeChangedCallback(const app::ConcreteAttributePath &attributePath)
{
	NPercent100ths value{};
	chip::BitMask<Mode> modeValue;
	AppEvent event;

	if (attributePath.mEndpointId == MotorController::Endpoint()) {
		switch (attributePath.mAttributeId) {
		// Target Position changed
		case Attributes::TargetPositionLiftPercent100ths::Id:
			Attributes::TargetPositionLiftPercent100ths::Get((chip::EndpointId)1, value);
			LOG_INF("ZCL Callback: Target Position changed: %d", value.Value());
			
			event.Type = AppEventType::MotorMotion;
			event.Handler = AppTask::MotorMotionHandler;			
			AppTask::Instance().PostEvent(event);

			break;

		// Current Position Changed
		case Attributes::CurrentPositionLiftPercent100ths::Id:
			Attributes::CurrentPositionLiftPercent100ths::Get((chip::EndpointId)1, value);
			LOG_INF("ZCL Callback: Current Position changed: %d", value.Value());

			event.Type = AppEventType::CurrentPositionChanged;
			event.Handler = AppTask::MotorCurrentPositionChangedHandler;			
			AppTask::Instance().PostEvent(event);

			break;
		
		default:
			MotorController::Instance().SchedulePostAttributeChange(attributePath.mEndpointId,
									       attributePath.mAttributeId);
			break;
		};
		
	}
}

Parents
  • Hi Dan,

    Thank you for your detailed description and for the logs.

    The device works, but I am experiencing some strange operational behavior and I am wondering if it is related to the following error messages: “Error retrieving data from clusterId: 0x0000_0028, err = b” and others like it (relevant log output below).

    This error indicates that there is no remaining memory (CHIP_ERROR_NO_MEMORY = 0x0B). You can see all of the Matter error codes here.

    Follow the guidelines here to optimize the memory footprint.

    From the memory reports it seems like everything should be OK in terms of RAM usage, but using the Thread Analyzer can shed some light on which resources each thread is using. Thread Analyzer is a part of the memory footprint optimization guidelines.

    I have also asked a colleague of mine about the memory report to see if he can find something I have missed.

    I can successfully commission my device to Apple Home using custom factory data.

    The device works, but I am experiencing some strange operational behavior and I am wondering if it is related to the following error messages: “Error retrieving data from clusterId: 0x0000_0028, err = b” and others like it

    Do you have another OTBR available? If you do, testing the same setup there can help to find where the issue originates.

    I also get a “WindowCovering has no delegate set for endpoint:1”, but as far as I can tell, I have implemented the zcl_callbacks correctly and configured the .zap file correctly using the Zap tool (version 2023.4.27 that is supposed to be paired with NRF SDK 2.5.0). I include a code snippet from my zcl_callbacks below.

    The response from a previous reporting of this log message was that the regular attribute handling based on the MatterWindowCoveringClusterServerAttributeChangedCallback should work regardless of the log reporting the lack of a set delegate.

    Have you seen any evidence of the attribute handling not working as they should?

    Best regards,

    Maria

Reply
  • Hi Dan,

    Thank you for your detailed description and for the logs.

    The device works, but I am experiencing some strange operational behavior and I am wondering if it is related to the following error messages: “Error retrieving data from clusterId: 0x0000_0028, err = b” and others like it (relevant log output below).

    This error indicates that there is no remaining memory (CHIP_ERROR_NO_MEMORY = 0x0B). You can see all of the Matter error codes here.

    Follow the guidelines here to optimize the memory footprint.

    From the memory reports it seems like everything should be OK in terms of RAM usage, but using the Thread Analyzer can shed some light on which resources each thread is using. Thread Analyzer is a part of the memory footprint optimization guidelines.

    I have also asked a colleague of mine about the memory report to see if he can find something I have missed.

    I can successfully commission my device to Apple Home using custom factory data.

    The device works, but I am experiencing some strange operational behavior and I am wondering if it is related to the following error messages: “Error retrieving data from clusterId: 0x0000_0028, err = b” and others like it

    Do you have another OTBR available? If you do, testing the same setup there can help to find where the issue originates.

    I also get a “WindowCovering has no delegate set for endpoint:1”, but as far as I can tell, I have implemented the zcl_callbacks correctly and configured the .zap file correctly using the Zap tool (version 2023.4.27 that is supposed to be paired with NRF SDK 2.5.0). I include a code snippet from my zcl_callbacks below.

    The response from a previous reporting of this log message was that the regular attribute handling based on the MatterWindowCoveringClusterServerAttributeChangedCallback should work regardless of the log reporting the lack of a set delegate.

    Have you seen any evidence of the attribute handling not working as they should?

    Best regards,

    Maria

Children
  • Hi again Dan,

    I just want to add one question:

    Does the strange behaviour happen on every boot? Also, at what point in the application run is it occuring?

    BR,

    Maria

  • Hi Maria - thanks for the detailed response and for checking in. We are in the process of trying to debug. Despite these error messages the app seems to be functioning properly as far as our device control.

    Going through the recommendations for memory footprint reduction, the biggest impact will likely come from eliminating UART and logging, but of course we need this now in order to see what is happening.

    The weird behavior:

    On the Apple Home app, in the window covering UI interface, if we tap on the target setting (i.e. where we want the window covering to go to), it goes there without any problems. But if we slide our finger towards the target, it appears that the Apple Home app "prematurely" emits changes to the underlying Matter position attributes, causing the motor to start moving before the user's finger is released (we see our device receiving attribute changes). This of course has nothing to do with the Nordic device.

    However, as the motor starts moving, we seem to be losing the final position (i.e. where the user's finger releases the slider), and that is why we were wondering if this could be related to the errors seen earlier.

  • Maria - we tested the sample WindowCovering matter app on the NRF5340-DK and the same errors occur, both the "E: 16908 [DMG]Error retrieving data from clusterId: 0x0000_0033, err = b" and "I: 3829736 [ZCL]WindowCovering has no delegate set for endpoint:1". Full log below.

    Despite these errors, both the WindowCovering sample app and our custom app seem to work properly. Are you able to confirm that you also see these errors on your end with the matter sample app using the prj.conf configuration file in the build?

    uart:~$ *** Booting nRF Connect SDK v2.5.0 ***
    I: Init CHIP stack
    I: 171 [DL]BLE address: F3:A3:28:2C:6A:97
    I: 193 [DL]OpenThread SED interval is 500ms
    I: 209 [DL]OpenThread ifconfig up and thread start
    I: 216 [DL]OpenThread started: OK
    I: 220 [DL]Setting OpenThread device type to SYNCHRONIZED SLEEPY END DEVICE
    I: 228 [SVR]Subscription persistence not supported
    I: 232 [SVR]Server initializing...
    I: 237 [TS]Last Known Good Time: 2024-01-31T02:47:26
    I: 244 [FP]Fabric index 0x1 was retrieved from storage. Compressed FabricId 0x7FCB547C65239FBB, FabricId 0x0000000000000001, NodeId 0x00000000D1AA207B, VendorId 0x1349
    I: 261 [FP]Fabric index 0x2 was retrieved from storage. Compressed FabricId 0x4444B5466504D146, FabricId 0x0000000000000002, NodeId 0x00000000F756C3BE, VendorId 0x1384
    I: 277 [DMG]AccessControl: initializing
    I: 280 [DMG]Examples::AccessControlDelegate::Init
    I: 285 [DMG]AccessControl: setting
    I: 288 [DMG]DefaultAclStorage: initializing
    I: 295 [DMG]DefaultAclStorage: 2 entries loaded
    D: 299 [IN]UDP::Init bind&listen port=5540
    E: 303 [IN]SO_REUSEPORT failed: 109
    D: 306 [IN]UDP::Init bound to port=5540
    D: 310 [IN]BLEBase::Init - setting/overriding transport
    D: 315 [IN]TransportMgr initialized
    D: 324 [DL]Using Thread extended MAC for hostname.
    I: 332 [ZCL]Using ZAP configuration...
    I: 347 [DMG]AccessControlCluster: initializing
    D: 352 [DL]Boot reason: 1
    I: 355 [ZCL]Initiating Admin Commissioning cluster.
    I: 360 [ZCL]Identify cluster ID: 0x0000_0001 Type: 48 Value: 2, length: 1
    I: 368 [ZCL]Window covering cluster ID: 0x0000_000B Type: 231 Value: 84, length: 2
    I: 377 [ZCL]Window covering cluster ID: 0x0000_000C Type: 231 Value: 0, length: 2
    I: 384 [SVR]Fabric already commissioned. Disabling BLE advertisement
    I: 391 [DIS]Updating services using commissioning mode 0
    E: 396 [DIS]Failed to remove advertised services: 3
    D: 401 [DL]Using Thread extended MAC for hostname.
    I: 409 [DIS]Advertise operational node 7FCB547C65239FBB-00000000D1AA207B
    E: 416 [DIS]Failed to advertise operational node: 3
    E: 421 [DIS]Failed to finalize service update: 3
    I: 426 [DIS]Delaying proxy of operational discovery: missing delegate
    I: 432 [IN]CASE Server enabling CASE session setups
    D: 438 [IN]SecureSession[0x200042d0]: Allocated Type:2 LSID:42716
    I: 444 [SVR]Joining Multicast groups
    I: 448 [SVR]Server Listening...
    I: 451 [DL]Device Configuration:
    I: 454 [DL]  Serial Number: 11223344556677889900
    I: 458 [DL]  Vendor Id: 65521 (0xFFF1)
    I: 462 [DL]  Product Id: 32784 (0x8010)
    I: 466 [DL]  Product Name: not-specified
    I: 469 [DL]  Hardware Version: 0
    I: 472 [DL]  Setup Pin Code (0 for UNKNOWN/ERROR): 20202021
    I: 477 [DL]  Setup Discriminator (0xFFFF for UNKNOWN/ERROR): 3840 (0xF00)
    I: 484 [DL]  Manufacturing Date: 2022-01-01
    I: 488 [DL]  Device Type: 65535 (0xFFFF)
    I: 492 [SVR]SetupQRCode: [MT:SAGA442C00KA0648G00]
    I: 496 [SVR]Copy/paste the below URL in a browser to see the QR Code:
    I: 504 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3ASAGA442C00KA0648G00
    I: 513 [SVR]Manual pairing code: [34970112332]
    I: Setting brightness level to 73
    I: 522 [DL]CHIP task running
    I: 526 [DIS]Updating services using commissioning mode 0
    E: 531 [DIS]Failed to remove advertised services: 3
    D: 536 [DL]Using Thread extended MAC for hostname.
    I: 542 [DIS]Advertise operational node 7FCB547C65239FBB-00000000D1AA207B
    E: 548 [DIS]Failed to advertise operational node: 3
    E: 553 [DIS]Failed to finalize service update: 3
    D: 559 [DL]OpenThread State Changed (Flags: 0x00001000)
    D: 566 [DL]OpenThread State Changed (Flags: 0x00001000)
    D: 576 [DL]OpenThread State Changed (Flags: 0x00001000)
    I: 585 [DL]SRP Client was started, detected server: fd7b:8b83:4c15:0000:0000:00ff:fe00:fc11
    D: 596 [DL]OpenThread State Changed (Flags: 0x00000001)
    D: 635 [DL]   Thread Unicast Addresses:
    D: 639 [DL]        fd86:d57c:7973:0:e914:5f78:f966:eb3d/64 valid preferred
    D: 646 [DL]        fd7b:8b83:4c15::ff:fe00:f011/64 valid rloc
    D: 651 [DL]        fd7b:8b83:4c15:0:f42a:acf:8def:8349/64 valid
    D: 658 [DL]        fe80::fc4f:a6fe:8479:176e/64 valid preferred
    D: 667 [DL]OpenThread State Changed (Flags: 0x00000008)
    D: 675 [DL]OpenThread State Changed (Flags: 0x01000000)
    D: 684 [DL]OpenThread State Changed (Flags: 0x00000004)
    D: 690 [DL]   Device Role: CHILD
    D: 700 [DL]OpenThread State Changed (Flags: 0x00000001)
    D: 705 [DL]   Thread Unicast Addresses:
    D: 709 [DL]        fd86:d57c:7973:0:e914:5f78:f966:eb3d/64 valid preferred
    D: 717 [DL]        fd7b:8b83:4c15::ff:fe00:f011/64 valid rloc
    D: 723 [DL]        fd7b:8b83:4c15:0:f42a:acf:8def:8349/64 valid
    D: 729 [DL]        fe80::fc4f:a6fe:8479:176e/64 valid preferred
    D: 739 [DL]OpenThread State Changed (Flags: 0x00001000)
    D: 748 [DL]OpenThread State Changed (Flags: 0x00001000)
    D: 758 [DL]OpenThread State Changed (Flags: 0x00000010)
    D: 767 [DL]OpenThread State Changed (Flags: 0x00000020)
    D: 774 [DL]OpenThread State Changed (Flags: 0x00000084)
    D: 778 [DL]   Device Role: CHILD
    D: 781 [DL]   Partition Id: 0x1CF2295F
    D: 787 [DL]OpenThread State Changed (Flags: 0x00000200)
    D: 794 [DL]OpenThread State Changed (Flags: 0x00000001)
    D: 799 [DL]   Thread Unicast Addresses:
    D: 802 [DL]        fd86:d57c:7973:0:e914:5f78:f966:eb3d/64 valid preferred
    D: 809 [DL]        fd7b:8b83:4c15::ff:fe00:f011/64 valid rloc
    D: 815 [DL]        fd7b:8b83:4c15:0:f42a:acf:8def:8349/64 valid
    D: 820 [DL]        fe80::fc4f:a6fe:8479:176e/64 valid preferred
    I: 828 [ZCL]Lift[1] Position Set: 2900
    I: 832 [ZCL]0xa99c4ep 1 clus 0x0000_0102 attr 0x0000_0003 not supported
    I: 839 [ZCL]Window covering cluster ID: 0x0000_0008 Type: 230 Value: 29, length: 1
    I: 847 [ZCL]Window covering cluster ID: 0x0000_000E Type: 231 Value: 84, length: 2
    I: 854 [ZCL]Tilt[1] Position Set: 0
    I: 857 [ZCL]0xa99c4ep 1 clus 0x0000_0102 attr 0x0000_0004 not supported
    I: 864 [ZCL]Window covering cluster ID: 0x0000_0009 Type: 230 Value: 0, length: 1
    I: 873 [ZCL]Window covering cluster ID: 0x0000_000F Type: 231 Value: 0, length: 2
    I: 881 [ZCL]WC POST ATTRIBUTE=8
    D: 885 [DL]SRP update succeeded
    I: 888 [DIS]Setting operational delegate post init
    I: 892 [ZCL]WC POST ATTRIBUTE=9
    I: 899 [SWU]Stopping the watchdog timer
    I: 903 [SWU]Starting the periodic query timer, timeout: 86400 seconds
    E: 909 [SVR]Server initialization complete
    I: 913 [DIS]Updating services using commissioning mode 0
    D: 918 [DL]Using Thread extended MAC for hostname.
    I: 923 [DIS]Advertise operational node 7FCB547C65239FBB-00000000D1AA207B
    I: 930 [DL]advertising srp service: 7FCB547C65239FBB-00000000D1AA207B._matter._tcp
    D: 937 [DL]Using Thread extended MAC for hostname.
    I: 941 [DIS]Advertise operational node 4444B5466504D146-00000000F756C3BE
    I: 948 [DL]advertising srp service: 4444B5466504D146-00000000F756C3BE._matter._tcp
    D: 2382 [DL]SRP update succeeded
    I: 15882 [EM]>>> [E:43919r S:0 M:5935042] (U) Msg RX from 0:B803EACACBF9D36A [0000] --- Type 0000:30 (SecureChannel:CASE_Sigma1)
    I: 15893 [IN]CASE Server received Sigma1 message . Starting handshake. EC 0x20005c90
    I: 15901 [IN]CASE Server disabling CASE session setups
    I: 15907 [EM]<<< [E:43919r S:0 M:72392895 (Ack:5935042)] (U) Msg TX to 0:0000000000000000 [0000] --- Type 0000:10 (SecureChannel:StandaloneAck)
    I: 15920 [IN](U) Sending msg 72392895 to IP address 'UDP:[fd86:d57c:7973:0:1fc1:dcd8:6658:603b]:52310'
    I: 15930 [SC]Received Sigma1 msg
    I: 15937 [EM]<<< [E:43919r S:0 M:72392896 (Ack:5935042)] (U) Msg TX to 0:0000000000000000 [0000] --- Type 0000:33 (SecureChannel:CASE_Sigma2Resume)
    I: 15951 [IN](U) Sending msg 72392896 to IP address 'UDP:[fd86:d57c:7973:0:1fc1:dcd8:6658:603b]:52310'
    I: 15962 [DL]OpenThread SED interval is 500ms
    I: 16426 [EM]>>> [E:43919r S:0 M:5935043 (Ack:72392896)] (U) Msg RX from 0:B803EACACBF9D36A [0000] --- Type 0000:40 (SecureChannel:StatusReport)
    I: 16440 [SC]Success status report received. Session was established
    I: 16457 [SC]SecureSession[0x200042d0]: Moving from state 'kEstablishing' --> 'kActive'
    D: 16467 [IN]SecureSession[0x200042d0]: Activated - Type:2 LSID:42716
    D: 16473 [IN]New secure session activated for device <726F18663821C3E7, 1>, LSID:42716 PSID:5475!
    I: 16483 [IN]CASE Session established to peer: <726F18663821C3E7, 1>
    I: 16489 [IN]CASE Server enabling CASE session setups
    D: 16494 [IN]SecureSession[0x20004388]: Allocated Type:2 LSID:42717
    I: 16500 [DL]OpenThread SED interval is 500ms
    I: 16504 [EM]<<< [E:43919r S:0 M:72392897 (Ack:5935043)] (U) Msg TX to 0:0000000000000000 [0000] --- Type 0000:10 (SecureChannel:StandaloneAck)
    I: 16517 [IN](U) Sending msg 72392897 to IP address 'UDP:[fd86:d57c:7973:0:1fc1:dcd8:6658:603b]:52310'
    I: 16572 [EM]>>> [E:43920r S:42716 M:90742273] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:03 (IM:SubscribeRequest)
    D: 16583 [IM]Received Subscribe request
    I: 16590 [DMG]Final negotiated min/max parameters: Min = 0s, Max = 60s
    I: 16598 [DL]OpenThread SED interval is 500ms
    E: 16609 [DMG]Error retrieving data from clusterId: 0x0000_0028, err = b
    I: 16622 [EM]<<< [E:43920r S:42716 M:176823128 (Ack:90742273)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 16634 [IN](S) Sending msg 176823128 on secure session with LSID: 42716
    I: 16884 [EM]>>> [E:43920r S:42716 M:90742274 (Ack:176823128)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 16897 [IM]Received status response, status is 0x00
    E: 16908 [DMG]Error retrieving data from clusterId: 0x0000_0033, err = b
    I: 16921 [EM]<<< [E:43920r S:42716 M:176823129 (Ack:90742274)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 16932 [IN](S) Sending msg 176823129 on secure session with LSID: 42716
    I: 17384 [EM]>>> [E:43920r S:42716 M:90742275 (Ack:176823129)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 17396 [IM]Received status response, status is 0x00
    E: 17407 [DL]_WriteThreadNetworkDiagnosticAttributeToTlv failed: Error CHIP:0x0000000B
    E: 17415 [DMG]Error retrieving data from clusterId: 0x0000_0035, err = b
    I: 17428 [EM]<<< [E:43920r S:42716 M:176823130 (Ack:90742275)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 17440 [IN](S) Sending msg 176823130 on secure session with LSID: 42716
    I: 18384 [EM]>>> [E:43920r S:42716 M:90742276 (Ack:176823130)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 18396 [IM]Received status response, status is 0x00
    E: 18413 [DL]_WriteThreadNetworkDiagnosticAttributeToTlv failed: Error CHIP:0x0000000B
    E: 18420 [DMG]Error retrieving data from clusterId: 0x0000_0035, err = b
    I: 18433 [EM]<<< [E:43920r S:42716 M:176823131 (Ack:90742276)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 18445 [IN](S) Sending msg 176823131 on secure session with LSID: 42716
    I: 18884 [EM]>>> [E:43920r S:42716 M:90742277 (Ack:176823131)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 18896 [IM]Received status response, status is 0x00
    E: 18908 [DMG]Error retrieving data from clusterId: 0x0000_003E, err = b
    I: 18921 [EM]<<< [E:43920r S:42716 M:176823132 (Ack:90742277)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 18933 [IN](S) Sending msg 176823132 on secure session with LSID: 42716
    I: 19384 [EM]>>> [E:43920r S:42716 M:90742278 (Ack:176823132)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 19397 [IM]Received status response, status is 0x00
    E: 19407 [DMG]Error retrieving data from clusterId: 0x0000_0003, err = b
    I: 19420 [EM]<<< [E:43920r S:42716 M:176823133 (Ack:90742278)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 19432 [IN](S) Sending msg 176823133 on secure session with LSID: 42716
    I: 20834 [IN](S) Sending msg 176823133 on secure session with LSID: 42716
    I: 20867 [EM]>>> [E:43920r S:42716 M:90742279 (Ack:176823133)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 20881 [IM]Received status response, status is 0x00
    I: 20900 [EM]<<< [E:43920r S:42716 M:176823134 (Ack:90742279)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 20912 [IN](S) Sending msg 176823134 on secure session with LSID: 42716
    I: 21045 [EM]>>> [E:43920r S:42716 M:90742280 (Ack:176823133)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0000:10 (SecureChannel:StandaloneAck)
    D: 21088 [IN]Received a duplicate message with MessageCounter:90742279 on exchange 43920r
    I: 21097 [EM]>>> [E:43920r S:42716 M:90742279 (Ack:176823133)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 21111 [EM]<<< [E:43920r S:42716 M:176823135 (Ack:90742279)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0000:10 (SecureChannel:StandaloneAck)
    I: 21125 [IN](S) Sending msg 176823135 on secure session with LSID: 42716
    I: 22269 [IN](S) Sending msg 176823134 on secure session with LSID: 42716
    I: 22303 [EM]>>> [E:43920r S:42716 M:90742281 (Ack:176823134)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 22317 [IM]Received status response, status is 0x00
    I: 22322 [DMG]Refresh Subscribe Sync Timer with min 0 seconds and max 60 seconds
    I: 22331 [EM]<<< [E:43920r S:42716 M:176823136 (Ack:90742281)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:04 (IM:SubscribeResponse)
    I: 22344 [IN](S) Sending msg 176823136 on secure session with LSID: 42716
    I: 22494 [EM]>>> [E:43920r S:42716 M:90742282 (Ack:176823134)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0000:10 (SecureChannel:StandaloneAck)
    I: 22513 [EM]>>> [E:43920r S:42716 M:90742283 (Ack:176823136)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0000:10 (SecureChannel:StandaloneAck)
    I: 22526 [DL]OpenThread SED interval is 500ms
    I: 82354 [DMG]Refresh subscribe timer sync after 60 seconds
    I: 82363 [EM]<<< [E:37994i S:42716 M:176823137] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 82374 [IN](S) Sending msg 176823137 on secure session with LSID: 42716
    I: 82383 [DL]OpenThread SED interval is 500ms
    I: 82387 [DMG]Refresh Subscribe Sync Timer with min 0 seconds and max 60 seconds
    I: 83384 [EM]>>> [E:37994i S:42716 M:90742284 (Ack:176823137)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 83396 [IM]Received status response, status is 0x00
    I: 83401 [DL]OpenThread SED interval is 500ms
    I: 83406 [EM]<<< [E:37994i S:42716 M:176823138 (Ack:90742284)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0000:10 (SecureChannel:StandaloneAck)
    I: 83419 [IN](S) Sending msg 176823138 on secure session with LSID: 42716
    I: 142395 [DMG]Refresh subscribe timer sync after 60 seconds
    I: 142405 [EM]<<< [E:37995i S:42716 M:176823139] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 142415 [IN](S) Sending msg 176823139 on secure session with LSID: 42716
    I: 142424 [DL]OpenThread SED interval is 500ms
    I: 142428 [DMG]Refresh Subscribe Sync Timer with min 0 seconds and max 60 seconds
    I: 142884 [EM]>>> [E:37995i S:42716 M:90742285 (Ack:176823139)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 142896 [IM]Received status response, status is 0x00
    I: 142901 [DL]OpenThread SED interval is 500ms
    I: 142906 [EM]<<< [E:37995i S:42716 M:176823140 (Ack:90742285)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0000:10 (SecureChannel:StandaloneAck)
    I: 142919 [IN](S) Sending msg 176823140 on secure session with LSID: 42716
    I: 202437 [DMG]Refresh subscribe timer sync after 60 seconds
    I: 202446 [EM]<<< [E:37996i S:42716 M:176823141] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 202457 [IN](S) Sending msg 176823141 on secure session with LSID: 42716
    I: 202465 [DL]OpenThread SED interval is 500ms
    I: 202470 [DMG]Refresh Subscribe Sync Timer with min 0 seconds and max 60 seconds
    I: 203384 [EM]>>> [E:37996i S:42716 M:90742286 (Ack:176823141)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 203396 [IM]Received status response, status is 0x00
    I: 203401 [DL]OpenThread SED interval is 500ms
    I: 203406 [EM]<<< [E:37996i S:42716 M:176823142 (Ack:90742286)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0000:10 (SecureChannel:StandaloneAck)
    I: 203419 [IN](S) Sending msg 176823142 on secure session with LSID: 42716
    I: 262479 [DMG]Refresh subscribe timer sync after 60 seconds
    I: 262488 [EM]<<< [E:37997i S:42716 M:176823143] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 262499 [IN](S) Sending msg 176823143 on secure session with LSID: 42716
    I: 262507 [DL]OpenThread SED interval is 500ms
    I: 262512 [DMG]Refresh Subscribe Sync Timer with min 0 seconds and max 60 seconds
    I: 262884 [EM]>>> [E:37997i S:42716 M:90742287 (Ack:176823143)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 262897 [IM]Received status response, status is 0x00
    I: 262901 [DL]OpenThread SED interval is 500ms
    I: 262906 [EM]<<< [E:37997i S:42716 M:176823144 (Ack:90742287)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0000:10 (SecureChannel:StandaloneAck)
    I: 262920 [IN](S) Sending msg 176823144 on secure session with LSID: 42716
    I: 322520 [DMG]Refresh subscribe timer sync after 60 seconds
    I: 322529 [EM]<<< [E:37998i S:42716 M:176823145] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 322540 [IN](S) Sending msg 176823145 on secure session with LSID: 42716
    I: 322548 [DL]OpenThread SED interval is 500ms
    I: 322553 [DMG]Refresh Subscribe Sync Timer with min 0 seconds and max 60 seconds
    I: 322884 [EM]>>> [E:37998i S:42716 M:90742288 (Ack:176823145)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 322896 [IM]Received status response, status is 0x00
    I: 322901 [DL]OpenThread SED interval is 500ms
    I: 322906 [EM]<<< [E:37998i S:42716 M:176823146 (Ack:90742288)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0000:10 (SecureChannel:StandaloneAck)
    I: 322919 [IN](S) Sending msg 176823146 on secure session with LSID: 42716
    I: 382562 [DMG]Refresh subscribe timer sync after 60 seconds
    I: 382571 [EM]<<< [E:37999i S:42716 M:176823147] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0001:05 (IM:ReportData)
    I: 382582 [IN](S) Sending msg 176823147 on secure session with LSID: 42716
    I: 382590 [DL]OpenThread SED interval is 500ms
    I: 382595 [DMG]Refresh Subscribe Sync Timer with min 0 seconds and max 60 seconds
    I: 382884 [EM]>>> [E:37999i S:42716 M:90742289 (Ack:176823147)] (S) Msg RX from 1:726F18663821C3E7 [9FBB] --- Type 0001:01 (IM:StatusResponse)
    I: 382896 [IM]Received status response, status is 0x00
    I: 382901 [DL]OpenThread SED interval is 500ms
    I: 382906 [EM]<<< [E:37999i S:42716 M:176823148 (Ack:90742289)] (S) Msg TX to 1:726F18663821C3E7 [9FBB] --- Type 0000:10 (SecureChannel:StandaloneAck)
    I: 382919 [IN](S) Sending msg 176823148 on secure session with LSID: 42716
    

  • Hi Dan,

    I asked our Matter developers about the err = b error, and they report that it is quite common. The log level is a bit misleading, because it is logged when the current buffer has run out for the outgoing ReportData message. The data which did not fit in the current buffer is sent in the next data chunk. So no data is lost because of the full buffer.

    I also asked about the "no delegate" info log, but this has not been commented on yet. I will update you when I get a reply from the developers.

    Best regards,

    Maria

  • Thanks Maria - I am glad to learn that is not really an error, but simply part of the data/buffer management. Closing out the ticket.

Related