Matter ICD example (contact sensor example) not change to LIT mode with Apple home kit

I build contact sensor example (use nrf connect sdk v3.2.1, nrf52840 chip) and try commissioning with apple home kit (use homepod mini), device commissioning succeed but cannot change to LIT mode

 00> rtt:~$
< ot pollperiod
00> ot pollperiod
00> 5000
00>
00> Done

i try difference way to commissioning (use chip tool with command: ./chip-tool pairing ble-thread....--icd-registration true ) it change to LIT mode

00> rtt:~$
< ot pollperiod
00> ot pollperiod
00> 236000 
00>
00> Done

So please let me known why LIT mode not work with  Apple homekit , and how to solve this problem

Thanks for your help

Parents
  • Hi Sang, 

    Can you make sure if the ICD is enabled in your build 
    (CONFIG_CHIP_ENABLE_ICD_SUPPORT=y, CONFIG_CHIP_ICD_LIT_SUPPORT=y).

    If you need LIT with HomeKit only, then I think it depends on HomeKit support for ICD registration. Please try with the latest iOS/HomePod firmware, or use chip-tool to perform ICD registration after HomeKit commissioning.

Reply
  • Hi Sang, 

    Can you make sure if the ICD is enabled in your build 
    (CONFIG_CHIP_ENABLE_ICD_SUPPORT=y, CONFIG_CHIP_ICD_LIT_SUPPORT=y).

    If you need LIT with HomeKit only, then I think it depends on HomeKit support for ICD registration. Please try with the latest iOS/HomePod firmware, or use chip-tool to perform ICD registration after HomeKit commissioning.

Children
Related