Hello,
Hello,
Hi,
We do not yet support Matter 1.3.
See https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/protocols/matter/index.html.
On main, we are just integrating 1.2.
Regards,
Sigurd Hellesvik
Hello,
I want to confirm one thing: if my device is a low-power device(SIT) and I want to enable ICD functionality, do I have to enable the ICD management cluster? Or is it sufficient to follow the Nordic's documentation and define CONFIG_CHIP_ENABLE_ICD_SUPPORT=y? Because I have encountered several ICDM SVE use cases that always fail.
Yours,
Jerry
Could you post the command that you use when the error occurs?
./chip-tool icdmanagement read event-list 1 0
Hi,
What is the result of the verification? I hope you can please reply to me and provide a solution as soon as possible.
Yours,
Jerry
What happens if you try the following command?
./chip-tool icdmanagement read attribute-list 1 0
The log is :
0xfffa is missing from your list of supported attributes.
This is the reason to why event-list fails
0xfffa is missing from your list of supported attributes.
This is the reason to why event-list fails
But I am sure I choose it in .zap and .matter file. How to check it ?
I recommend the ZAP Tool
Looks like the issue here is that event-list might not be supported in Matter 1.2.
What is your goal by using event-list?
Hi,
In the SVE test plan, the reading result of the event list should be "0 entries." Not UNSUPPORTED ATTRIBUTE
Our Matter developers suggest that you ask on the official Matter community channel about the state of the Event List attribute. Could you do that?