Device types supported by Apple Home #410
burmistrzak
started this conversation in
General
Replies: 2 comments 1 reply
-
Notes:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is gold, thanks. Parsed the full XML, your table matches 1:1, all 26 mappings incl. both splits. One thing to add: the plist also has a NativeMatterDeviceTypes array with 0x0074, that's why the vacuum is missing from the main table but still works, Apple speaks RVC natively. Fixed our compatibility matrix with it: pressure sensor and water valve were wrongly listed as working on Apple, a few unknowns settled to no. Your thread is cited as the source. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's a bit unfortunate that Apple does not (to my knowledge) provide an up-to-date list of supported Matter device types.
As of late 2025, certified Matter accessories have to use at least SDK v1.4.2 which gives us a rough baseline.
But to get a list of device types that are actually supported by Apple Home, we'll have to dig a bit deeper.
Well... I did and found something quite interesting. 😏
Because native Matter attributes have to be mapped to the internal HomeKit data model based on HomeKit Accessory Protocol (HAP), some sort of mapping table has to exist somewhere.
Turns out that in iOS 26, somewhere is
chipplugin-protocol-map.plist, shipping as part ofHomeKitMatter.framework.That file neatly describes how Matter is internally translated to HAP and which device types are currently supported!
@RiDDiX The protocol map (exported to XML) is attached below and is best explored with e.g. Xcode.
chipplugin-protocol-map.xml
Beta Was this translation helpful? Give feedback.
All reactions