Hi,
I’m currently working on a Smart Home product using Matter over Thread and Wi-Fi. I’m new to this field. From my understanding, we can control non-Matter end devices through a Matter Bridge.
I’ve gone through a few online documents related to Matter and learned that a Matter Bridge acts as a translator between non-Matter devices and the Matter ecosystem. It has two sides: one that communicates using the Matter model and another that handles non-Matter protocols.
According to the documentation, the Matter Bridge converts Matter commands into the protocol used by the non-Matter device and vice versa. It also creates a virtual Matter end device to represent each non-Matter device in the Matter ecosystem.
Now, let’s say we are using several non-Matter devices:
- Zigbee (from Manufacturer_1)
- Wi-Fi (from Manufacturer_2)
- BLE (from Manufacturer_3)
These devices come from different manufacturers, use different SoCs, and implement their own security and encryption mechanisms.
My question is: In such a scenario, how can the Matter Bridge decode or understand the commands from these non-Matter devices (which may be proprietary or encrypted) and convert them into the Matter model, and vice versa?
Regards
Adarsh