The Aqara shop has this description of the FP300:
However, it would be better presented as follows:
A few clarifications:
First, “Zigbee over Matter” isn’t technically a real term. In this context, it simply refers to the FP300 connecting via Zigbee to an Aqara Hub, which then acts as a Matter bridge.
Think of Thread as the transport layer, similar to Wi-Fi or Ethernet. It provides the infrastructure (routing, mesh, IPv6). To a Thread node, data is just an encrypted packet, so it doesn’t care if it’s a temperature reading or a switch command.
Matter sits on top of that. It defines the device type and capabilities. Without Matter, the hub would see a device but wouldn’t know if it should light up, heat a room, or lock a door.
Matter ensures compatibility via “Standard Clusters,” but also allows for “Manufacturer Specific Clusters” for proprietary features. While these custom features might not work across all platforms, the core functionality always will. If the Connectivity Standards Alliance (CSA) agrees, these custom features can eventually become part of the official standard in future updates.
However, there is often a delay. Manufacturers need time to implement new standards, and platforms (like Apple) need time to update their apps. For example, the PIROccupiedToUnoccupiedDelay exists in the Matter OccupancySensing cluster. However, Apple Home primarily uses the reported occupancy status and does not offer direct support or configuration of this attribute in the UI.
Furthermore, it must be said that Aqara could use the “Manufacturer Specific Clusters” in a standard-compliant manner, enabling specific settings to be configured via Matter over Thread. However, this would require implementation in the hub’s firmware. While I could theoretically imagine this for Aqara hubs, it is highly unlikely that other hub manufacturers would support special “Aqara functions”. However, since the functions are already implemented via Zigbee, it is unnecessary to use a different transport route, because you would always need an Aqara hub regardless.