[Matter] Apple Home cannot identify light_switch example

Hi all,

I tested the matter light_bulb and light_switch samples. While the bulb is identified as a bulb, the switch shows as "unsupported".

Following Matter 1.0 standard, shouldn't it be identified as a switch? I did not do any changes to the code.

Light_Switch:

Light_Bulb:

Board: nrf52840-DK
nrf Connect SDK v2.2.0-rc1 (also tried the files from latest commit on Github)
Apple HomePod running OS 16.2

Parents Reply
  • Hi Andreas,

    just got it to work, ported the adjustments of Larry to my code on NCS 2.2.0

    Couldn't get it to work on a 2nd endpoint, but then deleted the Dimmer Switch endpoint and adjusted the code accordingly. Configuration on Apple Home App works well and reaction time is quite fast.

    Next I will try to run the code on a Seeed BLE for mechanical prototyping.

    Thanks a lot!

    Robert

Children
Related