espressif / esp-matter

Espressif's SDK for Matter
Apache License 2.0
709 stars 162 forks source link

This accessory is not currently supported by the Home app. in the Home app. (CON-356) #273

Closed vaemc closed 1 year ago

vaemc commented 1 year ago

Hello:

Run generic_switch example on the esp32c2

The home app shows the Add this matter device, but says "Not Supported".

My apple ios version is 16.3.1

May I ask what is the reason

e61227858b2eece23dc2d82c99032cd

shubhamdp commented 1 year ago

Hi @vaemc, by default this example implements latching switch and that is shows as unsupported matter accessory in Apple Home.

Momentary switch are supported in Apple Home. You will have to enable CONFIG_ GENERIC_SWITCH_TYPE_MOMENTARY using menuconfig, it can be found in menu path: (Top) -> Demo -> Generic Switch Type

vaemc commented 1 year ago

@shubhamdp Thanks for the quick response! I try to change it to CONFIG_GENERIC_SWITCH_TYPE_MOMENTARY, it still doesn't support

shubhamdp commented 1 year ago

Please check the attached screenshot if it's any help. My Apple Hompod is on Version 16.3.2

edit: I had attached the wrong screenshot earlier, updated it.

IMG_0026

dhrishi commented 1 year ago

@vaemc Please close the issue if you are able to see the momentary switch in the Home app.

vaemc commented 1 year ago

Thank you very much for your enthusiastic help, it should be my problem, I will try again