The matter zap tool opens a. zap file, is error

Please refer to the following image. Some clusters have warnings, may I ask what is missing from these?

I use D: ordinacsemi v2.4.1 nrf samples matter light_ Bulb's .zap

On the other hand, there is an error message stating 'Error: Unable to find cluster extension by component.';

I don't know where I made a mistake. Please help me, thank you

Parents
  • The main interface of Zap has the following prompt

    • Check type contradiction in XML metadata for ColorControlOptions with type BITMAP8
    • Check type contradiction in XML metadata for BarrierControlBarrierPosition with type INT8U

  • Hi, 

    DoubleAmaing said:
    The main interface of Zap has the following prompt

    Do you install the ZAP tool by following the instructions in Matter tools -> Installing the ZAP tool?

    Some clusters have warnings, may I ask what is missing from these?

    You can ignore them which are implemented in endpoint-1. 

    there is an error message stating 'Error: Unable to find cluster extension by component.';

    How do you get the error? What did you modify? I could not reproduce it.

    Regards,
    Amanda H.  

  • thanks you.

    Yes, I have followed ZAP according to the official guidelines;

    'Error: Unable to find cluster extension by component.';”: The "notifications" in the screenshot below(I'm not sure if this prompt will affect anything)

    but Endpoint 1 can be edited without any warnings;

    According to the guidelines, I enabled on/off and temperature cluster

    And I compiled according to the process, as follows:

    But there is an error:

    clang-format error: [WinError 2] 系统找不到指定的文件。

  • Hi,

    DoubleAmaing said:
    According to the guidelines, I enabled on/off and temperature cluster

    Which guidelines are you using? Could you provide the links?

    DoubleAmaing said:

    But there is an error:

    clang-format error: [WinError 2] 系统找不到指定的文件。

    You said you are using light_ Bulb's .zap in the original post, but seems you are building another sample in the log. 

    Could you elaborate in more detail to help me reproduce the issue?

    -Amanda H.

Reply
  • Hi,

    DoubleAmaing said:
    According to the guidelines, I enabled on/off and temperature cluster

    Which guidelines are you using? Could you provide the links?

    DoubleAmaing said:

    But there is an error:

    clang-format error: [WinError 2] 系统找不到指定的文件。

    You said you are using light_ Bulb's .zap in the original post, but seems you are building another sample in the log. 

    Could you elaborate in more detail to help me reproduce the issue?

    -Amanda H.

Children